Skip to content

Commit a3631ca

Browse files
committed
[BOT] post-merge updates
1 parent 758c431 commit a3631ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ addon | version | maintainers | summary
3535
[stock_location_lockdown](stock_location_lockdown/) | 17.0.1.0.0 | | Prevent to add stock on locked locations
3636
[stock_location_zone](stock_location_zone/) | 17.0.1.0.0 | | Classify locations with zones.
3737
[stock_mts_mto_rule](stock_mts_mto_rule/) | 17.0.1.0.0 | | Add a MTS+MTO route
38-
[stock_packaging_calculator](stock_packaging_calculator/) | 17.0.1.0.0 | | Compute product quantity to pick by packaging
38+
[stock_packaging_calculator](stock_packaging_calculator/) | 17.0.1.1.0 | | Compute product quantity to pick by packaging
3939
[stock_picking_volume](stock_picking_volume/) | 17.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) | Compute volume information on stock moves and pickings
4040
[stock_picking_volume_packaging](stock_picking_volume_packaging/) | 17.0.1.0.0 | | Use volume information on potential product packaging to compute the volume of a stock.move
4141
[stock_removal_location_by_priority](stock_removal_location_by_priority/) | 17.0.1.0.0 | | Establish a removal priority on stock locations.

stock_packaging_calculator/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock packaging calculator
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:355bc67eed8ca907e517b4a8f46ac6b8a8e685664f2342d6d12fa7fc79a05b38
10+
!! source digest: sha256:1e37dac045510d8f5f032981456571dfbd075e46e844f949bcc1bd209c4ac1d3
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

stock_packaging_calculator/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Stock packaging calculator",
55
"summary": "Compute product quantity to pick by packaging",
6-
"version": "17.0.1.0.0",
6+
"version": "17.0.1.1.0",
77
"development_status": "Beta",
88
"category": "Warehouse Management",
99
"website": "https://github.com/OCA/stock-logistics-warehouse",

stock_packaging_calculator/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Stock packaging calculator</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:355bc67eed8ca907e517b4a8f46ac6b8a8e685664f2342d6d12fa7fc79a05b38
370+
!! source digest: sha256:1e37dac045510d8f5f032981456571dfbd075e46e844f949bcc1bd209c4ac1d3
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_packaging_calculator"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_packaging_calculator"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>Basic module providing an helper method to calculate the quantity of

0 commit comments

Comments
 (0)