From a46d2e5bcd5ade08d6d74e722b8d07c48611f4ad Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Fri, 18 Feb 2022 10:58:52 +0100 Subject: [PATCH] [15.0][MIG] mrp_planned_order_matrix --- mrp_planned_order_matrix/__manifest__.py | 5 +++-- mrp_planned_order_matrix/readme/INSTALL.rst | 4 ++-- mrp_planned_order_matrix/readme/USAGE.rst | 12 +++++------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/mrp_planned_order_matrix/__manifest__.py b/mrp_planned_order_matrix/__manifest__.py index 47cfbc905..f469f69bc 100644 --- a/mrp_planned_order_matrix/__manifest__.py +++ b/mrp_planned_order_matrix/__manifest__.py @@ -1,9 +1,10 @@ -# Copyright 2019-21 ForgeFlow S.L. (https://www.forgeflow.com) +# Copyright 2019-22 ForgeFlow S.L. (https://www.forgeflow.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { "name": "MRP Planned Order Matrix", "summary": "Allows to create fixed planned orders on a grid view.", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", + "development_status": "Production/Stable", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/manufacture", "category": "Warehouse Management", diff --git a/mrp_planned_order_matrix/readme/INSTALL.rst b/mrp_planned_order_matrix/readme/INSTALL.rst index 7d7d64dce..1528b9c63 100644 --- a/mrp_planned_order_matrix/readme/INSTALL.rst +++ b/mrp_planned_order_matrix/readme/INSTALL.rst @@ -1,6 +1,6 @@ This module relies on: * The OCA module '2D matrix for x2many fields', and can be downloaded from - Github: https://github.com/OCA/web/tree/12.0/web_widget_x2many_2d_matrix + 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/12.0/date_range + Github: https://github.com/OCA/server-ux/tree/15.0/date_range diff --git a/mrp_planned_order_matrix/readme/USAGE.rst b/mrp_planned_order_matrix/readme/USAGE.rst index dacb48d45..9ffb49938 100644 --- a/mrp_planned_order_matrix/readme/USAGE.rst +++ b/mrp_planned_order_matrix/readme/USAGE.rst @@ -1,7 +1,5 @@ -Go to 'Inventory / Configuration / Date Ranges' and define your estimating periods. - -Go to 'Inventory / Demand Planning / Create Demand Estimates' to create or -update your demand estimates. - -Go to 'Inventory / Demand Planning / Demand Estimates' to review the -estimates created. +* 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.