Skip to content

Commit

Permalink
[FIX] l10n_es: Replace grid 61 by the proper tag on tax templates
Browse files Browse the repository at this point in the history
Fix odoo@b40216a was merged though partially ready.

closes odoo#79005

X-original-commit: 880c32f
Signed-off-by: Josse Colpaert <jco@openerp.com>
Signed-off-by: Olivier Colson <oco@odoo.com>
  • Loading branch information
oco-odoo committed Oct 26, 2021
1 parent 2dbe39a commit f16086c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions addons/l10n_es/data/account_tax_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'base',
'tag_ids': [ref('mod_303_61')],
'tag_ids': [ref('mod_303_120')],
}),
(0,0, {
Expand All @@ -1152,7 +1152,7 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'base',
'tag_ids': [ref('mod_303_61')],
'tag_ids': [ref('mod_303_120')],
}),
(0,0, {
Expand All @@ -1173,7 +1173,7 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'base',
'tag_ids': [ref('mod_303_61')],
'tag_ids': [ref('mod_303_120')],
}),
(0,0, {
Expand All @@ -1186,7 +1186,7 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'base',
'tag_ids': [ref('mod_303_61')],
'tag_ids': [ref('mod_303_120')],
}),
(0,0, {
Expand All @@ -1198,7 +1198,7 @@
<record id="account_tax_template_s_iva_e" model="account.tax.template">
<field name="description">Extracomunitario (Servicios)</field>
<field name="type_tax_use">sale</field>
<field name="name">IVA 0% Prestación de servicios extracomunitaria</field> <!--TODO OCO 122-->
<field name="name">IVA 0% Prestación de servicios extracomunitaria</field>
<field name="chart_template_id" ref="l10n_es.account_chart_template_common"/>
<field name="amount" eval="0"/>
<field name="amount_type">percent</field>
Expand All @@ -1207,7 +1207,7 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'base',
'tag_ids': [ref('mod_303_61')],
'tag_ids': [ref('mod_303_122')],
}),
(0,0, {
Expand All @@ -1220,7 +1220,7 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'base',
'tag_ids': [ref('mod_303_61')],
'tag_ids': [ref('mod_303_122')],
}),
(0,0, {
Expand Down Expand Up @@ -3618,7 +3618,7 @@
</record>
<record id="account_tax_template_s_iva0_isp" model="account.tax.template">
<field name="description">IVA 0% ISP</field>
<field name="name">IVA 0% Venta con Inversión del Sujeto Pasivo</field><!--TODO OCO 122-->
<field name="name">IVA 0% Venta con Inversión del Sujeto Pasivo</field>
<field name="type_tax_use">sale</field>
<field name="amount_type">percent</field>
<field name="amount" eval="0"/>
Expand All @@ -3628,7 +3628,7 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'base',
'tag_ids': [ref('mod_303_61')],
'tag_ids': [ref('mod_303_122')],
}),
(0,0, {
Expand All @@ -3641,7 +3641,7 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'base',
'tag_ids': [ref('mod_303_61')],
'tag_ids': [ref('mod_303_122')],
}),
(0,0, {
Expand Down

0 comments on commit f16086c

Please sign in to comment.