Files
Odoo-Modules/fusion_pdf_preview/report/ir_actions_report.xml
gsinghpal db4b9aa278 changes
2026-03-11 12:15:53 -04:00

10 lines
375 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="action_report_pdf_print_preview" model="ir.actions.report">
<field name="name">Pdf print preview</field>
<field name="model">res.users</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">pdf_print_preview.report_error_catcher</field>
</record>
</odoo>