Skip to content

Commit

Permalink
[FIX] l10n_br_coa: fix account.tax confins wh out group
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Apr 18, 2024
1 parent 9e1cdde commit 02f481b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_coa/data/account_tax_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
<field eval="0" name="price_include" />
<field eval="0" name="deductible" />
<field eval="1" name="withholdable" />
<field name="tax_group_id" ref="tax_group_cofinsst" />
<field name="tax_group_id" ref="tax_group_cofins_wh" />
<field name="chart_template_id" ref="l10n_br_coa.l10n_br_coa_template" />
</record>

Expand Down

0 comments on commit 02f481b

Please sign in to comment.