Hide or Remove Report Option From Print Menu
Read More: How to create jasper reports in Odoo
Read More: Generate QR Code for QWEB Report and Redirect to URL in OdooIn your xml file add "menu="False"
Read More: How to create jasper reports in Odoo
Read More: Generate QR Code for QWEB Report and Redirect to URL in OdooIn your xml file add "menu="False"
<report | |
id="report_xyz_report" | |
model="your.model" | |
string="Report XYZ" | |
name="module_name.report_xyz" | |
file="module_name.report_xyz" | |
report_type="qweb-pdf" | |
menu="False"/> |
Read More: How to create custom reports in Odoo (Qweb)
0 Comments