Skip to Content
Menu
This question has been flagged
1 Reply
5766 Views


Hi everyone I got this error when working on odoo11. I don't really know what that means

Need Help thanks


Erreur:
Uncaught Error: QWeb2: Template 'WebExportTreeViewXls' not found

http://127.0.0.1/web/static/lib/qweb/qweb2.js:48
Retraçage :
Error: QWeb2: Template 'WebExportTreeViewXls' not found
    at Object.exception (http://127.0.0.1/web/static/lib/qweb/qweb2.js:48:19)
    at Engine._render (http://127.0.0.1/web/static/lib/qweb/qweb2.js:482:35)
    at Engine.render (http://127.0.0.1/web/static/lib/qweb/qweb2.js:450:26)
    at Class._redraw (http://127.0.0.1/web_export_view/static/src/js/web_export_view.js:19:65)
    at Class._redraw (http://127.0.0.1/web/static/src/js/core/class.js:123:38)
    at Class.start (http://127.0.0.1/web/static/src/js/chrome/sidebar.js:50:14)
    at Class.prototype.(anonymous function) [as start] (http://127.0.0.1/web/static/src/js/core/class.js:90:38)
    at http://127.0.0.1/web/static/src/js/core/widget.js:206:25
    at http://127.0.0.1/web/static/lib/jquery/jquery.js:3276:89
    at fire (http://127.0.0.1/web/static/lib/jquery/jquery.js:3119:58)

Avatar
Discard
Best Answer

Hi, if the template is present, the error means that assets are not imported by Odoo. Try to restart your Odoo server

Avatar
Discard