Hi
I am trying to send Balance Sheet PDF through email
For that I inherit module "accounting.report"I create a email template for the same object
when I am trying to add qweb template it is raising for error to the email template getting error
File "/home/praveen/workspace/aberdeen-odoo/addons/account/report/account_financial_report.py", line 49, in set_context
if (data['model'] == 'ir.ui.menu'):
TypeError: 'NoneType' object has no attribute '__getitem__'