I got this error message. I try to make sure all the content of the original template noting is missing.
Please, guide.
Traceback (most recent call last):
File "/trytond/wsgi.py", line 89, in dispatch_request
return endpoint(request, **request.view_args)
File "/trytond/protocols/dispatcher.py", line 45, in rpc
request, database_name, *request.rpc_params)
File "/trytond/wsgi.py", line 60, in auth_required
return wrapped(*args, **kwargs)
File "/trytond/protocols/wrappers.py", line 122, in wrapper
return func(request, pool, *args, **kwargs)
File "/trytond/protocols/dispatcher.py", line 175, in _dispatch
result = rpc.result(meth(*c_args, **c_kwargs))
File "/trytond/modules/account_invoice/invoice.py", line 2454, in execute
result = super(InvoiceReport, cls).execute(ids, data)
File "/trytond/report/report.py", line 183, in execute
oext, content = cls._execute(records, data, action_report)
File "/trytond/modules/account_invoice/invoice.py", line 2435, in _execute
result = super(InvoiceReport, cls)._execute(records, data, action)
File "/trytond/report/report.py", line 191, in _execute
return cls.convert(action, cls.render(action, report_context))
File "/trytond/report/report.py", line 282, in render
fd, path = cls._prepare_template_file(report)
File "/trytond/report/report.py", line 259, in _prepare_template_file
raise Exception('Error', 'Missing report file!')
Exception: ('Error', 'Missing report file!')
Fault: ('Error', 'Missing report file!')