Account fiscal greek: fix report data definition.

Print field is now eval()'ed , so needs to be quoted.

bzr revid: p_christ@hol.gr-20101028122410-jycot97tigpdergh
This commit is contained in:
P. Christeas 2010-10-28 15:24:10 +03:00
parent 1ef0fb56dc
commit 6cc732ae6e
1 changed files with 1 additions and 1 deletions

View 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>