FAQs
Odoo SecurityHow to hide reports from print menu in odoo 14 ?
I created a report in odoo 14 but i want to trigger only from button i did it but now i want to hide from print menu .... Thanks
<record id="report_export_sale_order" model="ir.actions.report">
<field name="name">Print Packing List</field>
<field name="model">sale.order</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">sales_enhancement.report_export_so</field>
<field name="report_file">sales_enhancement.report_export_so</field>
<field name="binding_model_id" ref="model_sale_order"/>
<field name="binding_type">report</field>
</record>
<field name="binding_model_id" eval="False"/>
To install this Web App in your iPhone/iPad press and then Add to Home Screen.