Skip to content
Snippets Groups Projects
Commit 375bff66 authored by Andrea Stirpe's avatar Andrea Stirpe Committed by Martin Trigaux
Browse files

[FIX] l10n_nl: use tax tag 5b

There was a difference in the tax codes Import Buiten EU (2), some had the tag
'5B Voorbelasting' and other had the tag 'Voorbelasting BTW Bis'.

Link all the codes to '5B Voorbelasting' instead.
This is more consistent with the rest.

Closes #23119
parent e60a8762
No related branches found
No related tags found
No related merge requests found
......@@ -549,7 +549,7 @@
<field name="refund_account_id" ref="vat_refund_h_non_eu"/>
<field name="account_id" ref="vat_refund_h_non_eu"/>
<field name="type_tax_use">none</field>
<field name="tag_ids" eval="[(6,0,[ref('tag_nl_34')])]"/>
<field name="tag_ids" eval="[(6,0,[ref('tag_nl_33')])]"/>
</record>
<record id="btw_E2" model="account.tax.template">
<field name="sequence">20</field>
......@@ -680,7 +680,7 @@
<field name="refund_account_id" ref="vat_refund_h_d_non_eu"/>
<field name="account_id" ref="vat_refund_h_d_non_eu"/>
<field name="type_tax_use">none</field>
<field name="tag_ids" eval="[(6,0,[ref('tag_nl_34')])]"/>
<field name="tag_ids" eval="[(6,0,[ref('tag_nl_33')])]"/>
</record>
<record id="btw_E2_d" model="account.tax.template">
<field name="sequence">20</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment