diff --git a/odoo/addons/test_main_flows/__manifest__.py b/odoo/addons/test_main_flows/__manifest__.py index f0c471a05662165b71ec23ff525077b63450de4c..be165548a1e14b662a8535135921f3356dd7d520 100644 --- a/odoo/addons/test_main_flows/__manifest__.py +++ b/odoo/addons/test_main_flows/__manifest__.py @@ -8,7 +8,7 @@ This module will test the main workflow of Odoo. It will install some main apps and will try to execute the most important actions. """, - 'depends': ['web_tour', 'crm', 'sale_timesheet', 'purchase', 'mrp', 'account'], + 'depends': ['web_tour', 'crm', 'sale_timesheet', 'purchase', 'mrp', 'account_accountant'], 'data': [ 'views/templates.xml', ],