Skip to content
Snippets Groups Projects
Commit c99b48d1 authored by Jesús Alan Ramos Rodríguez's avatar Jesús Alan Ramos Rodríguez Committed by qdp-odoo
Browse files

[FIX] l10n_mx: wrong cash_basis_account for purchase taxes

Was PR #15893
parent 395c08fd
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ class AccountChartTemplate(models.Model):
'ITAXR_10-OUT': account_obj.search([('code', '=', '216.10.20')]),
'ITAX_1067-OUT': account_obj.search([('code', '=', '216.10.20')]),
'ITAX_167-OUT': account_obj.search([('code', '=', '216.10.20')]),
'ITAX_010-OUT': account_obj.search([('code', '=', '208.01.01')]),
'ITAX_160-OUT': account_obj.search([('code', '=', '208.01.01')])}
'ITAX_010-OUT': account_obj.search([('code', '=', '118.01.01')]),
'ITAX_160-OUT': account_obj.search([('code', '=', '118.01.01')])}
for tax in self.tax_template_ids:
if tax.description not in taxes_acc:
......
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