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.
12 lines
568 B
12 lines
568 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Actions For Pdf Report-->
|
|
<record id="legal_case_wizard_action_report" model="ir.actions.report">
|
|
<field name="name">Legal Case Report</field>
|
|
<field name="model">legal.case.report</field>
|
|
<field name="report_type">qweb-pdf</field>
|
|
<field name="report_name">legal_case_management.report_legal_case_details</field>
|
|
<field name="report_file">legal_case_management.report_legal_case_details</field>
|
|
<field name="binding_type">report</field>
|
|
</record>
|
|
</odoo>
|
|
|