Skip to content
Snippets Groups Projects
Commit 75331916 authored by jbw-odoo's avatar jbw-odoo
Browse files

[FIX] allow company to activate it's currency at install

When a company is created during the odoo installation, depending on the installation parameters, importing "res_company_data.xml" before "res_currency_data.xml" can prevent the activation of the company currency.
E.g. a fresh odoo install with account_accountant and no demo data will have 0 active currencies.

Part-of: odoo/odoo#105681
parent e5e2cc8e
Branches
Tags
No related merge requests found
......@@ -16,10 +16,10 @@ The kernel of Odoo, needed for all installation.
'data/res.lang.csv',
'data/res_lang_data.xml',
'data/res_partner_data.xml',
'data/res_currency_data.xml',
'data/res_company_data.xml',
'data/res_users_data.xml',
'data/report_paperformat_data.xml',
'data/res_currency_data.xml',
'data/res_country_data.xml',
'data/ir_demo_data.xml',
'data/ir_config_parameter_data.xml',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment