diff --git a/README.md b/README.md index eb6e58c8d..57dce6a77 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ addon | version | maintainers | summary [stock_removal_location_by_priority](stock_removal_location_by_priority/) | 16.0.1.0.0 | | Establish a removal priority on stock locations. [stock_reservation_date_show](stock_reservation_date_show/) | 16.0.1.0.0 | | Display reservation date of stock moves [stock_reserve](stock_reserve/) | 16.0.1.3.1 | | Stock reservations on products +[stock_reserve_rule](stock_reserve_rule/) | 16.0.1.0.0 | | Configure reservation rules by location [stock_route_mto](stock_route_mto/) | 16.0.1.0.0 | | Allows to identify MTO routes through a checkbox and availability to filter them. [stock_search_supplierinfo_code](stock_search_supplierinfo_code/) | 16.0.1.0.1 | | Allows to search for picking from supplierinfo code [stock_storage_category_capacity_name](stock_storage_category_capacity_name/) | 16.0.1.0.0 | | Allows to have a better display name for Stock Storage Category Capacity model diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 7fa7fd45f..bbe1f6098 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240902.0 \ No newline at end of file +16.0.20241007.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c4e9c24ed..646d21a3d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -57,6 +57,7 @@ setuptools.setup( 'odoo-addon-stock_removal_location_by_priority>=16.0dev,<16.1dev', 'odoo-addon-stock_reservation_date_show>=16.0dev,<16.1dev', 'odoo-addon-stock_reserve>=16.0dev,<16.1dev', + 'odoo-addon-stock_reserve_rule>=16.0dev,<16.1dev', 'odoo-addon-stock_route_mto>=16.0dev,<16.1dev', 'odoo-addon-stock_search_supplierinfo_code>=16.0dev,<16.1dev', 'odoo-addon-stock_storage_category_capacity_name>=16.0dev,<16.1dev', diff --git a/stock_reserve_rule/README.rst b/stock_reserve_rule/README.rst index 47468c95f..fc64737c7 100644 --- a/stock_reserve_rule/README.rst +++ b/stock_reserve_rule/README.rst @@ -2,10 +2,13 @@ Stock Reservation Rules ======================= -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:eb0ce7223cb9dba08b521b0ed5eccfa89eca3d96fd81fdf75c1b0cc6151aa7ed + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Stock Reservation Rules :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_reserve_rule + :target: https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_reserve_rule :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_reserve_rule + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_reserve_rule :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/15.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module adds rules for advanced reservation / removal strategies. @@ -139,8 +142,8 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -157,6 +160,7 @@ Contributors * Guewen Baconnier * Jacques-Etienne Baudoux (BCIM) +* Denis Roussel Maintainers ~~~~~~~~~~~ @@ -171,6 +175,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_reserve_rule/static/description/index.html b/stock_reserve_rule/static/description/index.html index 1b66272da..21dda0214 100644 --- a/stock_reserve_rule/static/description/index.html +++ b/stock_reserve_rule/static/description/index.html @@ -1,20 +1,20 @@ - - + Stock Reservation Rules