Skip to content

Commit cc4f6e5

Browse files
committed
[FIX] res_partner_category_multi_company: the module was exiting in V12
1 parent c23e325 commit cc4f6e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openupgrade_scripts/apriori.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@
193193
# Account Export refactor
194194
"grap_account_export": "fermente_account_export",
195195
"grap_account_export_partner_code": "fermente_account_export",
196+
# res_partner_category_multi_company exists in V12
197+
# https://github.com/OCA/multi-company/pull/771
198+
"multi_company_base": "res_partner_category_multi_company",
196199
}
197200
)
198201

0 commit comments

Comments
 (0)