diff --git a/README.md b/README.md index 505464956..9056e4762 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [mrp_multi_level_estimate](mrp_multi_level_estimate/) | 17.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allows to consider demand estimates using MRP multi level. [mrp_production_note](mrp_production_note/) | 17.0.1.0.0 | | Notes in production orders [mrp_sale_info](mrp_sale_info/) | 17.0.1.1.0 | | Adds sale information to Manufacturing models +[mrp_tag](mrp_tag/) | 17.0.1.0.0 | | Allows to add multiple tags to Manufacturing Orders [mrp_warehouse_calendar](mrp_warehouse_calendar/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing [mrp_workorder_sequence](mrp_workorder_sequence/) | 17.0.1.0.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | adds sequence to production work orders. [quality_control_oca](quality_control_oca/) | 17.0.1.0.0 | | Generic infrastructure for quality tests. diff --git a/mrp_tag/README.rst b/mrp_tag/README.rst index 857b3ca48..8035c5122 100644 --- a/mrp_tag/README.rst +++ b/mrp_tag/README.rst @@ -7,7 +7,7 @@ MRP Tags !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:980944154e2337afc05a5a167eb2e360b8ac6948eebb8b455b6635a2563e5bb2 + !! source digest: sha256:b1286b744697667cb4aea4d9d615127f0a9032ebc94617e9b5b82d3815d121d9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mrp_tag/static/description/index.html b/mrp_tag/static/description/index.html index 96d855eef..1c8bb7dc6 100644 --- a/mrp_tag/static/description/index.html +++ b/mrp_tag/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:980944154e2337afc05a5a167eb2e360b8ac6948eebb8b455b6635a2563e5bb2 +!! source digest: sha256:b1286b744697667cb4aea4d9d615127f0a9032ebc94617e9b5b82d3815d121d9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

This module allows to add multiple tags to Manufacturing Orders

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 7f67552b5..2ac678a10 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-manufacture" -version = "17.0.20240727.0" +version = "17.0.20240904.0" dependencies = [ "odoo-addon-mrp_bom_component_menu>=17.0dev,<17.1dev", "odoo-addon-mrp_bom_tracking>=17.0dev,<17.1dev", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-mrp_multi_level_estimate>=17.0dev,<17.1dev", "odoo-addon-mrp_production_note>=17.0dev,<17.1dev", "odoo-addon-mrp_sale_info>=17.0dev,<17.1dev", + "odoo-addon-mrp_tag>=17.0dev,<17.1dev", "odoo-addon-mrp_warehouse_calendar>=17.0dev,<17.1dev", "odoo-addon-mrp_workorder_sequence>=17.0dev,<17.1dev", "odoo-addon-quality_control_oca>=17.0dev,<17.1dev",