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.
13 lines
676 B
13 lines
676 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!--Report Action for attachment in model cancellation request-->
|
|
<record id="cancellation_request_action_report" model="ir.actions.report">
|
|
<field name="name">Fleet Vehicle Subscription Cancel</field>
|
|
<field name="model">cancellation.request</field>
|
|
<field name="report_type">qweb-pdf</field>
|
|
<field name="report_name">account.report_invoice_with_payments</field>
|
|
<field name="report_file">account.report_invoice_with_payments</field>
|
|
<field name="binding_model_id" ref="model_cancellation_request"/>
|
|
<field name="binding_type">report</field>
|
|
</record>
|
|
</odoo>
|