# HG changeset patch # User Patrice Journoud <patrice.journoud@xcg-consulting.fr> # Date 1451381882 -3600 # Tue Dec 29 10:38:02 2015 +0100 # Branch odoo8 # Node ID b561d534c980b6570146be4ad56de8fa13a1b805 # Parent 30a8468e6380d3178ed74b2b74cc6f65185a9d72 remove webkit reports and py3o report has been inserted into account_invoice_facilogi new module 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 @@ -339,47 +339,5 @@ </record> - <report - id="account.account_invoices" - auto="False" - file="account_invoice_streamline/report/account_invoice_streamline.mako" - model="account.invoice" - name="account.invoice.streamline" - string="Factures" - webkit_header="account_invoice_streamline_header" - report_type="webkit" - usage="default" - /> - - <report - id="account.account_invoice_credit" - auto="False" - file="account_invoice_streamline/report/account_invoice_streamline.mako" - model="account.invoice" - name="account.invoice.streamline" - string="Avoirs" - webkit_header="account_invoice_streamline_header" - report_type="webkit" - 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>