You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
410 B
10 lines
410 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Define a record for the report action -->
|
|
<record id="action_invoice_design" model="ir.actions.report">
|
|
<field name="name">Invoice</field>
|
|
<field name="model">invoice.design</field>
|
|
<field name="report_type">qweb-pdf</field>
|
|
<field name="report_name">invoice_design.report_invoice_design</field>
|
|
</record>
|
|
</odoo>
|
|
|