changeset 4df9caf0e68f in modules/account_es:default
details: 
https://hg.tryton.org/modules/account_es?cmd=changeset&node=4df9caf0e68f
description:
        Set listed records for AEAT 347 and 349 reports

        issue10230
        review330611002
diffstat:

 reporting_tax.xml |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 94e45d9d5c3a -r 4df9caf0e68f reporting_tax.xml
--- a/reporting_tax.xml Fri Apr 09 15:58:38 2021 +0200
+++ b/reporting_tax.xml Fri Apr 09 16:02:51 2021 +0200
@@ -115,6 +115,7 @@
 
         <record model="ir.action.report" id="report_aeat_347">
             <field name="name">AEAT Model 347</field>
+            <field name="records">listed</field>
             <field name="model">account.reporting.vat_list_es</field>
             <field name="report_name">account.reporting.aeat347</field>
             <field name="report">account_es/aeat347.txt</field>
@@ -166,6 +167,7 @@
 
         <record model="ir.action.report" id="report_aeat_349">
             <field name="name">AEAT Model 349</field>
+            <field name="records">listed</field>
             <field name="model">account.reporting.es_ec_operation_list</field>
             <field name="report_name">account.reporting.aeat349</field>
             <field name="report">account_es/aeat349.txt</field>

Reply via email to