Skip to content

Commit

Permalink
[ADD] openupgrade_scripts: prepopulate apriori based on research by S…
Browse files Browse the repository at this point in the history
…ylvain Le Gal

Co-authored-by: Sylvain LE GAL <[email protected]>
  • Loading branch information
StefanRijnhart and legalsylvain committed Feb 3, 2024
1 parent 44d49a4 commit 7f6ea9e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions openupgrade_scripts/apriori.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Renamed modules is a mapping from old module name to new module name
renamed_modules = {
# odoo
"note": "project_todo",
"website_sale_delivery_mondialrelay": "website_sale_mondialrelay",
# odoo/enterprise
# OCA/...
}
Expand All @@ -13,6 +15,25 @@
# preexisting module names
merged_modules = {
# odoo
"account_payment_invoice_online_payment_patch": "account_payment",
"account_sequence": "account",
"association": "membership",
"l10n_de_skr03": "l10n_de",
"l10n_de_skr04": "l10n_de",
"l10n_hr_euro": "l10n_hr",
"l10n_in_tcs_tds": "l10n_in",
"l10n_in_upi": "l10n_in",
"l10n_latam_account_sequence": "l10n_latam_invoice_document",
"loyalty_delivery": "sale_loyalty_delivery",
"pos_cache": "point_of_sale",
"pos_daily_sales_reports": "point_of_sale",
"pos_epson_printer_restaurant": "point_of_sale",
"purchase_price_diff": "purchase_stock",
"web_kanban_gauge": "web",
"website_event_crm_questions": "website_event_crm",
"website_sale_delivery": "website_sale",
"website_sale_loyalty_delivery": "website_sale_loyalty",
"website_sale_stock_product_configurator": "website_sale_product_configurator",
# OCA/...
}

Expand Down

0 comments on commit 7f6ea9e

Please sign in to comment.