be961e0a089158279a358c6bee8b0f78aefe9192
[odoo/odoo.git] / addons / account_greek_fiscal / account_invoice_data.xml
1 <?xml version="1.0"?>
2 <openerp>
3         <data>
4                 <!-- default properties -->
5                 <record model="ir.property" id="property_fiscalgr_invoice_report_out">
6                         <field name="name">property_fiscalgr_invoice_report</field> 
7                         <field name="fields_id" search="[('model','=','account.invoice'),('name','=','property_fiscalgr_invoice_report')]"/> 
8                         <field name="value" eval="'ir.actions.report.xml,'+str(1)"/> 
9                 </record>
10         </data>
11 </openerp>