From fc842fc3f28a2a218a34ba5672a1a68628df6105 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Fri, 30 May 2025 00:26:33 -0400 Subject: [PATCH] [ADD] module image db: more default module installation suggested by OCA --- conf/module_list_image_db_odoo.json | 48 ++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/conf/module_list_image_db_odoo.json b/conf/module_list_image_db_odoo.json index 5704199..801f241 100644 --- a/conf/module_list_image_db_odoo.json +++ b/conf/module_list_image_db_odoo.json @@ -439,7 +439,20 @@ "mail_debrand", "remove_odoo_enterprise", "web_responsive", - "web_timeline" + "web_timeline", + "server_action_mass_edit", + "base_name_search_improved", + "partner_firstname", + "web_search_with_and", + "web_listview_range_select", + "web_dialog_size", + "password_security", + "web_refresher", + "date_range", + "partner_contact_access_link", + "auditlog", + "queue_job", + "web_advanced_search" ] } ] @@ -456,6 +469,17 @@ } ] }, + "odoo16.0_invoice_qc_ca": { + "base": "odoo16.0_base", + "disable": false, + "image_list": [ + { + "module": [ + "partner_manual_rank" + ] + } + ] + }, "odoo16.0_website_crm": { "base": "odoo16.0_website", "disable": false, @@ -482,7 +506,8 @@ { "module": [ "l10n_ca", - "website_sale" + "website_sale", + "partner_manual_rank" ] } ] @@ -500,7 +525,20 @@ "mail_debrand", "remove_odoo_enterprise", "web_responsive", - "web_timeline" + "web_timeline", + "server_action_mass_edit", + "base_name_search_improved", + "partner_firstname", + "web_search_with_and", + "web_listview_range_select", + "web_dialog_size", + "password_security", + "web_refresher", + "date_range", + "partner_contact_access_link", + "auditlog", + "queue_job", + "web_advanced_search" ] } ] @@ -516,7 +554,8 @@ "mrp", "purchase_mrp", "hr_payroll_community", - "sale_mrp" + "sale_mrp", + "partner_manual_rank" ] } ] @@ -554,6 +593,7 @@ "om_account_asset", "om_account_budget", "partner_statement", + "partner_manual_rank", "payment", "plm", "portal",