Skip to content

Commit

Permalink
Merge PR #3625 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jun 4, 2024
2 parents 7b2a6f0 + 71fd83d commit 39d3a49
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions l10n_es_aeat_mod123/data/2024/tax_code_map_mod123.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@
<field name="field_type">base</field>
<field name="sum_type">both</field>
<field name="inverse" eval="True" />
<!-- Uncomment tax when PR https://github.com/odoo/odoo/pull/161633/files is merged -->
<!-- <field
<field
name="tax_ids"
eval="[(4, ref(l10n_es.account_tax_template_p_irpf19cs))]"
/> -->
eval="[(4, ref('l10n_es.account_tax_template_p_irpf19cs'))]"
/>
</record>
<record id="aeat_mod123_2024_map_line_07" model="l10n.es.aeat.map.tax.line">
<field name="map_parent_id" ref="aeat_mod123_2024_map" />
Expand Down Expand Up @@ -64,10 +63,9 @@
<field name="field_type">amount</field>
<field name="sum_type">credit</field>
<field name="inverse" eval="False" />
<!-- Uncomment tax when PR https://github.com/odoo/odoo/pull/161633/files is merged -->
<!-- <field
<field
name="tax_ids"
eval="[(4, ref(l10n_es.account_tax_template_p_irpf19cs))]"
/> -->
eval="[(4, ref('l10n_es.account_tax_template_p_irpf19cs'))]"
/>
</record>
</odoo>

0 comments on commit 39d3a49

Please sign in to comment.