Account fiscal greek: fix report data definition.
authorP. Christeas <p_christ@hol.gr>
Thu, 28 Oct 2010 12:24:10 +0000 (15:24 +0300)
committerP. Christeas <p_christ@hol.gr>
Thu, 28 Oct 2010 12:24:10 +0000 (15:24 +0300)
Print field is now eval()'ed , so needs to be quoted.

bzr revid: p_christ@hol.gr-20101028122410-jycot97tigpdergh

addons/account_greek_fiscal/account_invoice_report.xml

index 894d21a..c103252 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <openerp>
        <data>
-               <report auto="False" id="account_fiscalgr_invoices_report" model="account.invoice" report_type="txt" name="account.invoice.fiscalgr" rml="account_greek_fiscal/report/invoice.rml" string="Fiscal Invoice" attachment="print-"/>
+               <report auto="False" id="account_fiscalgr_invoices_report" model="account.invoice" report_type="txt" name="account.invoice.fiscalgr" rml="account_greek_fiscal/report/invoice.rml" string="Fiscal Invoice" attachment="'print-'"/>
                <!-- default properties -->
                <record model="ir.property" id="property_fiscalgr_invoice_report_out">
                        <field name="name">property_fiscalgr_invoice_report</field>