Skip to content
Snippets Groups Projects
Commit 7ddd5c0e authored by root's avatar root
Browse files

[FIX] l10n_ch: map tax report to right country


Before this commit the tax report links to Brazil while the chart of account is Switzerland.

By changing the ref it now installs the tax report with the right country set.

closes odoo/odoo#61805

X-original-commit: 93e44b6d85564b6fde99053ccb16399e224477e3
Signed-off-by: default avataroco-odoo <oco-odoo@users.noreply.github.com>
parent 3aadcf1a
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
<record id="tax_report" model="account.tax.report">
<field name="name">Tax Report</field>
<field name="country_id" ref="base.br"/>
<field name="country_id" ref="base.ch"/>
</record>
<record id="account_tax_report_line_chiffre_af" model="account.tax.report.line">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment