This question has been flagged
1 Reply
3491 Views

 Hello Community!!!

Can anyone help please.
I have a report made with mako, i have tried it on Odoo9 and i have got this error:

2015-12-18 10:24:33,999 5743 ERROR seetek openerp.service.report: Exception: Type de rapport inconnu : "webkit"

Traceback (most recent call last):

File "/opt/odoo/openerp/service/report.py", line 94, in go

result, format = openerp.report.render_report(cr, uid, ids, object, datas, context)

File "/opt/odoo/openerp/report/__init__.py", line 22, in render_report

return registry['ir.actions.report.xml'].render_report(cr, uid, ids, name, data, context)

File "/opt/odoo/openerp/api.py", line 238, in wrapper

return old_api(self, *args, **kwargs)

File "/opt/odoo/openerp/addons/base/ir/ir_actions.py", line 197, in render_report

return new_report.create(cr, uid, res_ids, data, context)

File "/opt/odoo/openerp/report/report_sxw.py", line 370, in create

raise NotImplementedError(_('Unknown report type: %s') % report_type)

NotImplementedError: Type de rapport inconnu : "webkit" 

I want to ask you if Mako is still working on ODOO9!!!

Thanks a lot in advance.

Best Regards.
 

Avatar
Discard
Best Answer

Webkit report is still working in Odoo 9 but it's not recommended at all, and you cannot install the report_webkit from Odoo 8 in Odoo 9. Better switch to Qweb reports

Just my point of view

Avatar
Discard

or another alternative would be Aeroo

Author

o dont have time to move to qweb or even aeroo but what i would like to know is why am i getting this error: NotImplementedError: Type de rapport inconnu : "webkit" and how can i correct it please guys :/

I have created a new webkit report of letest v9 and it's working.

Author

tell me plz when you create a new report webkit what are the steps is there a module to install or s.th to download??