diff options
Diffstat (limited to 'addons/l10n_se/data/account_chart_template_configuration.xml')
| -rw-r--r-- | addons/l10n_se/data/account_chart_template_configuration.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addons/l10n_se/data/account_chart_template_configuration.xml b/addons/l10n_se/data/account_chart_template_configuration.xml new file mode 100644 index 00000000..6fdfde55 --- /dev/null +++ b/addons/l10n_se/data/account_chart_template_configuration.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data noupdate="1"> + <function model="account.chart.template" name="try_loading"> + <value eval="[ref('l10n_se.l10nse_chart_template')]"/> + </function> + </data> +</odoo> |
