Skip to content

Commit

Permalink
[REF] Mrp refactoring, by quentin
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Oct 28, 2024
1 parent 6012a1c commit 1a1e919
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openupgrade_scripts/apriori.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 1a1e919

Please sign in to comment.