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.
14 lines
694 B
14 lines
694 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Actions For Pdf Report-->
|
|
<record id="legal_evidence_action_report" model="ir.actions.report">
|
|
<field name="name">Evidence Report</field>
|
|
<field name="model">legal.evidence</field>
|
|
<field name="report_type">qweb-pdf</field>
|
|
<field name="report_name">legal_case_management.report_case_evidence_document</field>
|
|
<field name="report_file">legal_case_management.report_case_evidence_document</field>
|
|
<field name="binding_model_id" ref="model_legal_evidence"/>
|
|
<field name="binding_type">report</field>
|
|
<field name="binding_view_types">form</field>
|
|
</record>
|
|
</odoo>
|
|
|