From 863fd50fb9919568bcd161aae441cb3363ac5f3d Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Wed, 9 Oct 2024 02:36:19 +0200 Subject: [PATCH] [FIX] mrp_herarchy is introduced in V14 --- openupgrade_scripts/apriori.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index 4fdf56ac4d7..88b133c3f4a 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -148,9 +148,6 @@ # 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-business/pull/150 "technical_partner_access": "partner_hide_technical_company", }