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
622 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Report Action -->
<record id="action_report_process_billing_pdf" model="ir.actions.report">
<field name="name">Process Billing PDF Report</field>
<field name="model">account.move</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">progress_billing.report_progress_billing</field>
<field name="report_file">progress_billing.report_progress_billing</field>
<field name="binding_model_id" ref="model_account_move"/>
<field name="binding_type">report</field>
</record>
</odoo>