i have wizard button has code:
@api.multi def btn_print_report(self): return { 'type': 'ir.actions.report.xml', 'report_name': 'report', 'nodestroy': true, }
but when print report closes wizard, ie disappears , have open again.
wizard not close.
Comments
Post a Comment