|
5 | 5 | # Renamed modules is a mapping from old module name to new module name
|
6 | 6 | renamed_modules = {
|
7 | 7 | # odoo
|
| 8 | + "note": "project_todo", |
| 9 | + "website_sale_delivery_mondialrelay": "website_sale_mondialrelay", |
8 | 10 | # odoo/enterprise
|
9 | 11 | # OCA/...
|
10 | 12 | }
|
|
13 | 15 | # preexisting module names
|
14 | 16 | merged_modules = {
|
15 | 17 | # odoo
|
| 18 | + "account_payment_invoice_online_payment_patch": "account_payment", |
| 19 | + "account_sequence": "account", |
| 20 | + "association": "membership", |
| 21 | + "l10n_de_skr03": "l10n_de", |
| 22 | + "l10n_de_skr04": "l10n_de", |
| 23 | + "l10n_hr_euro": "l10n_hr", |
| 24 | + "l10n_in_tcs_tds": "l10n_in", |
| 25 | + "l10n_in_upi": "l10n_in", |
| 26 | + "l10n_latam_account_sequence": "l10n_latam_invoice_document", |
| 27 | + "loyalty_delivery": "sale_loyalty_delivery", |
| 28 | + "pos_cache": "point_of_sale", |
| 29 | + "pos_daily_sales_reports": "point_of_sale", |
| 30 | + "pos_epson_printer_restaurant": "point_of_sale", |
| 31 | + "purchase_price_diff": "purchase_stock", |
| 32 | + "web_kanban_gauge": "web", |
| 33 | + "website_event_crm_questions": "website_event_crm", |
| 34 | + "website_sale_delivery": "website_sale", |
| 35 | + "website_sale_loyalty_delivery": "website_sale_loyalty", |
| 36 | + "website_sale_stock_product_configurator": "website_sale_product_configurator", |
16 | 37 | # OCA/...
|
17 | 38 | }
|
18 | 39 |
|
|
0 commit comments