From 1a1e91986413ed7efd72e5c1b87f0f6e436009c8 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Mon, 28 Oct 2024 14:10:45 +0100 Subject: [PATCH] [REF] Mrp refactoring, by quentin --- openupgrade_scripts/apriori.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index f94f30e56a8..6077af47de0 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -148,6 +148,11 @@ # GRAP Refactor renamed_modules.update( { + # https://github.com/grap/grap-odoo-custom/tree/12.0/mrp_bom_line_has_bom + # https://github.com/OCA/manufacture/tree/16.0/mrp_bom_hierarchy + "mrp_bom_line_has_bom": "mrp_bom_hierarchy", + # https://github.com/grap/grap-odoo-custom/pull/371 + "mrp_bom_purchase": "mrp_bom_wizard_production", # https://github.com/grap/grap-odoo-business/pull/150 "technical_partner_access": "partner_hide_technical_company", # https://github.com/OCA/multi-company/pull/675/