Skip to content
Snippets Groups Projects
Commit 5c6e8bb9 authored by Arturo Flores's avatar Arturo Flores
Browse files

[FIX] l10n_pe: fix tax FRE to have the right tax code

According to http://cpe.sunat.gob.pe/sites/default/files/inline-files/anexoV-340-2017.pdf


The right tax for the FRE tax should be 9996 and not 9997

closes odoo/odoo#52294

Signed-off-by: default avatarJosse Colpaert <jco@openerp.com>
parent d0214151
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@
<field name="chart_template_id" ref="pe_chart_template"/>
<field name="name">0% Free</field>
<field name="description">GRA</field>
<field name="l10n_pe_edi_tax_code">9997</field>
<field name="l10n_pe_edi_tax_code">9996</field>
<field name="l10n_pe_edi_unece_category">E</field>
<field name="amount">0.0</field>
<field name="type_tax_use">sale</field>
......@@ -376,7 +376,7 @@
<field name="chart_template_id" ref="pe_chart_template"/>
<field name="name">0% Free</field>
<field name="description">GRA</field>
<field name="l10n_pe_edi_tax_code">9997</field>
<field name="l10n_pe_edi_tax_code">9996</field>
<field name="l10n_pe_edi_unece_category">E</field>
<field name="amount">0.0</field>
<field name="type_tax_use">purchase</field>
......
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