Skip to content

Commit 0a11821

Browse files
committed
[BOT] post-merge updates
1 parent 0bcdb85 commit 0a11821

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ addon | version | maintainers | summary
5858
[stock_move_location](stock_move_location/) | 18.0.1.0.1 | | This module allows to move all stock in a stock location to an other one.
5959
[stock_move_location_purchase_uom](stock_move_location_purchase_uom/) | 18.0.1.0.0 | | This module 'glues' the modules stock_move_location and stock_move_purchase_uom.
6060
[stock_move_packaging_qty](stock_move_packaging_qty/) | 18.0.1.1.0 | <a href='https://github.com/yajo'><img src='https://github.com/yajo.png' width='32' height='32' style='border-radius:50%;' alt='yajo'/></a> <a href='https://github.com/EmilioPascual'><img src='https://github.com/EmilioPascual.png' width='32' height='32' style='border-radius:50%;' alt='EmilioPascual'/></a> <a href='https://github.com/Shide'><img src='https://github.com/Shide.png' width='32' height='32' style='border-radius:50%;' alt='Shide'/></a> | Add packaging fields in the stock moves
61-
[stock_move_purchase_uom](stock_move_purchase_uom/) | 18.0.1.1.1 | | Allow to use the purchase UoM in a stock move
61+
[stock_move_purchase_uom](stock_move_purchase_uom/) | 18.0.1.1.2 | | Allow to use the purchase UoM in a stock move
6262
[stock_move_reset_quantity](stock_move_reset_quantity/) | 18.0.1.0.0 | | Reset quantity to zero
6363
[stock_package_type_volume](stock_package_type_volume/) | 18.0.1.0.0 | | Compute volume of a package type
6464
[stock_packaging_calculator](stock_packaging_calculator/) | 18.0.2.0.0 | | Compute product quantity to pick by packaging

stock_move_purchase_uom/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Stock Move Purchase UoM
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:9994b9770d0c6252f3cd46b773aa4c437acbcfe9a2dfd345e9c57fdb1f4ddce3
14+
!! source digest: sha256:1a0e260bad9d71a8cf2fcdc93925e633aad829efe4cac81a969bac05e334e91e
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

stock_move_purchase_uom/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Stock Move Purchase UoM",
55
"summary": "Allow to use the purchase UoM in a stock move",
6-
"version": "18.0.1.1.1",
6+
"version": "18.0.1.1.2",
77
"author": "ForgeFlow, Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/stock-logistics-warehouse",
99
"category": "Warehouse",

stock_move_purchase_uom/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Stock Move Purchase UoM</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:9994b9770d0c6252f3cd46b773aa4c437acbcfe9a2dfd345e9c57fdb1f4ddce3
375+
!! source digest: sha256:1a0e260bad9d71a8cf2fcdc93925e633aad829efe4cac81a969bac05e334e91e
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_move_purchase_uom"><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-18-0/stock-logistics-warehouse-18-0-stock_move_purchase_uom"><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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module adds a check in the operation types form that allows users

0 commit comments

Comments
 (0)