changeset 7f84cc443804 in modules/account_es:default
details: 
https://hg.tryton.org/modules/account_es?cmd=changeset;node=7f84cc443804
description:
        Set negative tax operator for credit notes on iva_exportaciones

        issue9197
        review303241002
diffstat:

 tax.xml        |  2 +-
 tax_normal.xml |  2 +-
 tax_pyme.xml   |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 3df94e4eb13e -r 7f84cc443804 tax.xml
--- a/tax.xml   Mon Apr 06 13:06:11 2020 +0200
+++ b/tax.xml   Mon Apr 06 13:14:34 2020 +0200
@@ -1286,7 +1286,7 @@
         <record model="account.tax.code.line.template" 
id="vat_code_iva_exportaciones-iva_rep_exportaciones-credit">
             <field name="code" ref="vat_code_iva_exportaciones"/>
             <field name="tax" ref="iva_rep_exportaciones"/>
-            <field name="operator">+</field>
+            <field name="operator">-</field>
             <field name="amount">base</field>
             <field name="type">credit</field>
         </record>
diff -r 3df94e4eb13e -r 7f84cc443804 tax_normal.xml
--- a/tax_normal.xml    Mon Apr 06 13:06:11 2020 +0200
+++ b/tax_normal.xml    Mon Apr 06 13:14:34 2020 +0200
@@ -1286,7 +1286,7 @@
         <record 
id="vat_code_iva_exportaciones-iva_rep_exportaciones-credit_normal" 
model="account.tax.code.line.template">
             <field name="code" ref="vat_code_iva_exportaciones_normal"/>
             <field name="tax" ref="iva_rep_exportaciones_normal"/>
-            <field name="operator">+</field>
+            <field name="operator">-</field>
             <field name="amount">base</field>
             <field name="type">credit</field>
         </record>
diff -r 3df94e4eb13e -r 7f84cc443804 tax_pyme.xml
--- a/tax_pyme.xml      Mon Apr 06 13:06:11 2020 +0200
+++ b/tax_pyme.xml      Mon Apr 06 13:14:34 2020 +0200
@@ -1286,7 +1286,7 @@
         <record 
id="vat_code_iva_exportaciones-iva_rep_exportaciones-credit_pyme" 
model="account.tax.code.line.template">
             <field name="code" ref="vat_code_iva_exportaciones_pyme"/>
             <field name="tax" ref="iva_rep_exportaciones_pyme"/>
-            <field name="operator">+</field>
+            <field name="operator">-</field>
             <field name="amount">base</field>
             <field name="type">credit</field>
         </record>

Reply via email to