diff --git a/README.md b/README.md index ad33a3bba..40627daae 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [mrp_mass_production_order](mrp_mass_production_order/) | 17.0.1.0.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) | Create multiple manufacturing orders in one step [mrp_multi_level](mrp_multi_level/) | 17.0.1.2.5 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds an MRP Scheduler [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_planned_order_matrix](mrp_planned_order_matrix/) | 17.0.1.0.0 | | Allows to create fixed planned orders on a grid view. [mrp_production_back_to_draft](mrp_production_back_to_draft/) | 17.0.1.0.0 | | Allows to return to draft a confirmed or cancelled MO. [mrp_production_note](mrp_production_note/) | 17.0.1.0.0 | | Notes in production orders [mrp_repair_order](mrp_repair_order/) | 17.0.1.0.0 | [![peluko00](https://github.com/peluko00.png?size=30px)](https://github.com/peluko00) | Create repair order from manufacturing order diff --git a/mrp_planned_order_matrix/README.rst b/mrp_planned_order_matrix/README.rst index fb1194a52..a2191c1b6 100644 --- a/mrp_planned_order_matrix/README.rst +++ b/mrp_planned_order_matrix/README.rst @@ -7,7 +7,7 @@ MRP Planned Order Matrix !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3ca7a03b19be36dcaeaf196fcd1d98c2c2cf35b7ceb9ecb285ca847fe787fa30 + !! source digest: sha256:0e2afa2c6cbda6f55c2d2041ca80f3c48a3eebe53712593a005718df834fc61a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -40,21 +40,21 @@ Installation This module relies on: -- The OCA module '2D matrix for x2many fields', and can be downloaded - from Github: - https://github.com/OCA/web/tree/15.0/web_widget_x2many_2d_matrix -- The OCA module 'Date Range', and can be downloaded from Github: - https://github.com/OCA/server-ux/tree/15.0/date_range +- The OCA module '2D matrix for x2many fields', and can be downloaded + from Github: + https://github.com/OCA/web/tree/15.0/web_widget_x2many_2d_matrix +- The OCA module 'Date Range', and can be downloaded from Github: + https://github.com/OCA/server-ux/tree/15.0/date_range Usage ===== -- Go to *Inventory / Configuration / Date Ranges* and define your - estimating periods. -- Go to *Manufacturing / Planning / Create Fixed Planned Orders* to - create or update your fixed planned orders. -- Go to *Manufacturing / Planning / Planned Orders* to review the - planned orders in the system. +- Go to *Inventory / Configuration / Date Ranges* and define your + estimating periods. +- Go to *Manufacturing / Planning / Create Fixed Planned Orders* to + create or update your fixed planned orders. +- Go to *Manufacturing / Planning / Planned Orders* to review the + planned orders in the system. Bug Tracker =========== @@ -77,11 +77,11 @@ Authors Contributors ------------ -- ForgeFlow, S.L. (https://www.forgeflow.com) +- ForgeFlow, S.L. (https://www.forgeflow.com) - - Jordi Ballester Alomar - - Lois Rilo - - Hector Villarreal + - Jordi Ballester Alomar + - Lois Rilo + - Hector Villarreal Maintainers ----------- diff --git a/mrp_planned_order_matrix/static/description/index.html b/mrp_planned_order_matrix/static/description/index.html index 9f54573a8..8dfcfa8b1 100644 --- a/mrp_planned_order_matrix/static/description/index.html +++ b/mrp_planned_order_matrix/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:3ca7a03b19be36dcaeaf196fcd1d98c2c2cf35b7ceb9ecb285ca847fe787fa30 +!! source digest: sha256:0e2afa2c6cbda6f55c2d2041ca80f3c48a3eebe53712593a005718df834fc61a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to create fixed planned orders using a grid view.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8d194adc6..72a802e26 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-manufacture" -version = "17.0.20241218.0" +version = "17.0.20241223.0" dependencies = [ "odoo-addon-account_move_line_mrp_info>=17.0dev,<17.1dev", "odoo-addon-mrp_bom_component_menu>=17.0dev,<17.1dev", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-mrp_mass_production_order>=17.0dev,<17.1dev", "odoo-addon-mrp_multi_level>=17.0dev,<17.1dev", "odoo-addon-mrp_multi_level_estimate>=17.0dev,<17.1dev", + "odoo-addon-mrp_planned_order_matrix>=17.0dev,<17.1dev", "odoo-addon-mrp_production_back_to_draft>=17.0dev,<17.1dev", "odoo-addon-mrp_production_note>=17.0dev,<17.1dev", "odoo-addon-mrp_repair_order>=17.0dev,<17.1dev",