# HG changeset patch # User Brendan Masson <brendan.masson@xcg-consulting.fr> # Date 1441791589 -7200 # Wed Sep 09 11:39:49 2015 +0200 # Branch odoo8 # Node ID a2be0313557cb4144cc426152d9ad90e595ac2da # Parent 264043974b95ce6658215720b1280adf0d9a6421 Add py3o report for 'account.invoice' diff --git a/report/account_invoice_streamline.xml b/report/account_invoice_streamline.xml --- a/report/account_invoice_streamline.xml +++ b/report/account_invoice_streamline.xml @@ -363,6 +363,23 @@ usage="default" /> + <report + id="account.account_invoice_py3o_report" + file="account_invoice_streamline/reports/account_invoice_py3o.odt" + name="account.invoice.streamline.py3o" + model="account.invoice" + string="Py3o Invoice" + report_type="py3o" + /> + + <record id="account.account_invoice_py3o_template" model="py3o.template"> + <field name="name">Py3o Invoice</field> + </record> + + <record id="account.account_invoice_py3o_report" model="ir.actions.report.xml"> + <field name="py3o_template_id" ref="account.account_invoice_py3o_template"/> + <field name="py3o_fusion_filetype" ref="report_py3o.py3o_fusion_filetype_pdf"/> + </record> </data> </openerp>