From 112eb6852efaadda801e46f82964331b79f25c3e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 15 Nov 2023 12:50:05 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + stock_demand_estimate_matrix/README.rst | 23 ++++++---- .../static/description/index.html | 46 ++++++++++--------- 5 files changed, 40 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index ebd34bd19f79..d49e4ab657a0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [procurement_auto_create_group](procurement_auto_create_group/) | 16.0.1.0.0 | | Allows to configure the system to propose automatically new procurement groups during the procurement run. [scrap_reason_code](scrap_reason_code/) | 16.0.1.1.0 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Reason code for scrapping [stock_demand_estimate](stock_demand_estimate/) | 16.0.1.1.0 | | Allows to create demand estimates. +[stock_demand_estimate_matrix](stock_demand_estimate_matrix/) | 16.0.1.0.0 | | Allows to create demand estimates. [stock_helper](stock_helper/) | 16.0.1.1.0 | | Add methods shared between various stock modules [stock_inventory_count_to_zero](stock_inventory_count_to_zero/) | 16.0.1.0.0 | | Request an inventory count filling the quantities to zero as default [stock_inventory_discrepancy](stock_inventory_discrepancy/) | 16.0.1.0.0 | | Adds the capability to show the discrepancy of every line in an inventory and to block the inventory validation when the discrepancy is over a user defined threshold. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 62a2338ea63e..f7a39680a8fb 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231106.0 \ No newline at end of file +16.0.20231115.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f30f35a20c2b..7887ab37736b 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -13,6 +13,7 @@ 'odoo-addon-procurement_auto_create_group>=16.0dev,<16.1dev', 'odoo-addon-scrap_reason_code>=16.0dev,<16.1dev', 'odoo-addon-stock_demand_estimate>=16.0dev,<16.1dev', + 'odoo-addon-stock_demand_estimate_matrix>=16.0dev,<16.1dev', 'odoo-addon-stock_helper>=16.0dev,<16.1dev', 'odoo-addon-stock_inventory_count_to_zero>=16.0dev,<16.1dev', 'odoo-addon-stock_inventory_discrepancy>=16.0dev,<16.1dev', diff --git a/stock_demand_estimate_matrix/README.rst b/stock_demand_estimate_matrix/README.rst index d6b636cdc89a..7f0c05ce1d42 100644 --- a/stock_demand_estimate_matrix/README.rst +++ b/stock_demand_estimate_matrix/README.rst @@ -2,10 +2,13 @@ Stock Demand Estimate Matrix ============================ -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:dd6235ad9f824ac586e403e2c2a17b00c6cb981efee47edf1409ed6693a44f61 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Stock Demand Estimate Matrix :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_demand_estimate_matrix + :target: https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_demand_estimate_matrix :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_demand_estimate_matrix + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_demand_estimate_matrix :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 allows to create demand estimates for a given product and location, on configurable time periods. @@ -61,8 +64,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. @@ -94,6 +97,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_demand_estimate_matrix/static/description/index.html b/stock_demand_estimate_matrix/static/description/index.html index 33c913f78a6c..81c13bad3ce4 100644 --- a/stock_demand_estimate_matrix/static/description/index.html +++ b/stock_demand_estimate_matrix/static/description/index.html @@ -1,20 +1,20 @@ - + - + Stock Demand Estimate Matrix