Skip to content
Snippets Groups Projects
Commit b561d534c980 authored by Patrice Journoud's avatar Patrice Journoud
Browse files

remove webkit reports and py3o report has been inserted into account_invoice_facilogi new module

parent 30a8468e6380
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment