diff --git a/README.md b/README.md index 091094fa9..2b34d230a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ addon | version | maintainers | summary [stock_inventory_preparation_filter](stock_inventory_preparation_filter/) | 16.0.1.1.0 | | More filters for inventory adjustments [stock_location_lockdown](stock_location_lockdown/) | 16.0.1.0.1 | | Prevent to add stock on locked locations [stock_location_package_restriction](stock_location_package_restriction/) | 16.0.1.0.0 | | Control if the location can contain products in a package +[stock_location_pending_move](stock_location_pending_move/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | This module allows to show pending stock moves (outgoing and incoming) on a stock location [stock_location_position](stock_location_position/) | 16.0.1.0.0 | | Add coordinate attributes on stock location. [stock_location_product_restriction](stock_location_product_restriction/) | 16.0.1.2.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Prevent to mix different products into the same stock location [stock_location_zone](stock_location_zone/) | 16.0.1.0.2 | | Classify locations with zones. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 25c29ec5b..fee53b62d 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241216.0 \ No newline at end of file +16.0.20241231.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c421a4cee..3a116c0aa 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -28,6 +28,7 @@ setuptools.setup( 'odoo-addon-stock_inventory_preparation_filter>=16.0dev,<16.1dev', 'odoo-addon-stock_location_lockdown>=16.0dev,<16.1dev', 'odoo-addon-stock_location_package_restriction>=16.0dev,<16.1dev', + 'odoo-addon-stock_location_pending_move>=16.0dev,<16.1dev', 'odoo-addon-stock_location_position>=16.0dev,<16.1dev', 'odoo-addon-stock_location_product_restriction>=16.0dev,<16.1dev', 'odoo-addon-stock_location_zone>=16.0dev,<16.1dev', diff --git a/stock_location_pending_move/README.rst b/stock_location_pending_move/README.rst index 0ab15b2af..2672ad10c 100644 --- a/stock_location_pending_move/README.rst +++ b/stock_location_pending_move/README.rst @@ -7,7 +7,7 @@ Stock Location Pending Move !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:13932439c6430c16f223accefd5f51924e3f1839546e1d47376881d21d6147d7 + !! source digest: sha256:1270f758e555a1c035326ce5bca4caeda58d0bdc7b0609176f812326a3c235b4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_location_pending_move/static/description/index.html b/stock_location_pending_move/static/description/index.html index 18594655b..f015c7f75 100644 --- a/stock_location_pending_move/static/description/index.html +++ b/stock_location_pending_move/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:13932439c6430c16f223accefd5f51924e3f1839546e1d47376881d21d6147d7 +!! source digest: sha256:1270f758e555a1c035326ce5bca4caeda58d0bdc7b0609176f812326a3c235b4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

This module allows to access incoming and ougoing pending moves from a