Closed bourouffala closed 3 months ago
the same code is working odoo 15 and 16 but not working on odoo 17 , knowing that the report is not created in the list of reports from admin side.
self.env.ref('module_name.report_name').report_action(self, data={})
This issue tracker is for modules hosted here, not for general development questions. Please go to forums to ask for it.
the same code is working odoo 15 and 16 but not working on odoo 17 , knowing that the report is not created in the list of reports from admin side.
self.env.ref('module_name.report_name').report_action(self, data={})