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/