Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions odoo/addons/openupgrade_records/lib/apriori.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

renamed_modules = {
# OCA/account-invoice-reporting
'account_invoice_group_picking': 'account_invoice_report_grouped_by_picking',
'account_invoice_group_picking':
'account_invoice_report_grouped_by_picking',
# OCA/connector
# Connector module has been unfolded in 2 modules in version 10.0:
# connector and queue_job. We need to do this to correct upgrade both
Expand All @@ -29,7 +30,6 @@
'sale_delivery_block': 'sale_stock_picking_blocking',
'sale_delivery_block_proc_group_by_line':
'sale_stock_picking_blocking_proc_group_by_line',
'product_customer_code_sale': 'product_supplierinfo_for_customer_sale',
# OCA/server-tools:
'mail_log_messages_to_process': 'mail_log_message_to_process',
# OCA/stock-logistics-workflow:
Expand Down Expand Up @@ -62,6 +62,8 @@
('mrp_production_unreserve', 'mrp'),
# OCA/sale-workflow
('sale_order_back2draft', 'sale'),
('product_customer_code_sale',
'product_supplierinfo_for_customer_sale'),
# OCA/social
('mass_mailing_security_group', 'mass_mailing'),
# OCA/stock-logistics-workflow
Expand Down