Skip to content
Snippets Groups Projects
Commit f266eff7 authored by Luis Torres's avatar Luis Torres
Browse files

[FIX] l10n_mx: Revert change that remove tax data


The tags in the tax are created for the Mexican taxes (IVA, ISR & IEPS)

This was assigned in the taxes on 3efefd21,
but in the commit 333c22ed
was removed from the tax 0%.

Now was returned that data, to be consistent with the tax for 16%

closes odoo/odoo#36206

Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
parent b050712a
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('cuenta208_01'),
'tag_ids': [ref('tag_iva')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
......@@ -80,6 +82,8 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('cuenta209_01'),
'tag_ids': [ref('tag_iva')],
}),
]"/>
</record>
......@@ -104,7 +108,6 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'tax',
'tag_ids': [ref('l10n_mx.tag_iva')],
'account_id': ref('cuenta208_01'),
'tag_ids': [ref('tag_iva')],
}),
......@@ -118,7 +121,6 @@
(0,0, {
'factor_percent': 100,
'repartition_type': 'tax',
'tag_ids': [ref('l10n_mx.tag_iva')],
'account_id': ref('cuenta209_01'),
'tag_ids': [ref('tag_iva')],
}),
......
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