From 0abfccbd23550b69f17e6f19eeb50292d5883ccb Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Thu, 27 Jun 2024 12:30:29 +0200 Subject: [PATCH] [ADD] merged modules of recurring_consignment --- openupgrade_scripts/apriori.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index 82e915b5c25..05be95e2ff9 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -144,12 +144,15 @@ # 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", } ) merged_modules.update( { "recurring_consignment_sale": "recurring_consignment", + "recurring_consignment_test": "recurring_consignment", } )