Skip to Content
Menu
This question has been flagged
2 Replies
4479 Views

I am getting the following error and not sure what went wrong;

Error: QWeb2: Can't clone undefined template FieldMany2ManyTag http://www.ekasiit.com/web/content/4220-3706dea/web.assets_common.js Line 2908

My log file shows the following - when I tail -f ;

2017-08-02 15:30:37,585 58303 INFO ekasiit_prod werkzeug: 127.0.0.1 - - [02/Aug/2017 15:30:37] "POST /web/dataset/call HTTP/1.1" 200 - 2017-08-02 15:30:38,751 58303 INFO ekasiit_prod werkzeug: 127.0.0.1 - - [02/Aug/2017 15:30:38] "GET /web_editor/static/src/xml/ace.xml HTTP/1.1" 404 - 2017-08-02 15:30:39,044 58303 INFO ekasiit_prod werkzeug: 127.0.0.1 - - [02/Aug/2017 15:30:39] "GET /web_editor/static/src/xml/editor.xml HTTP/1.1" 404 - 2017-08-02 15:30:39,294 58303 INFO ekasiit_prod werkzeug: 127.0.0.1 - - [02/Aug/2017 15:30:39] "GET /web_editor/static/src/xml/snippets.xml HTTP/1.1" 404 - 2017-08-02 15:30:39,451 58303 INFO ekasiit_prod werkzeug: 127.0.0.1 - - [02/Aug/2017 15:30:39] "POST /web/webclient/translations HTTP/1.1" 200 -

Avatar
Discard

Please use a meaningful title.

Author

Found the problem to be simplejson - had to reinstall using pip install simplejson

Author Best Answer

I though the title of the error is part of the error message.

Though - is it possible to rebuild or reload or reset - odoo or any of its modules

FOUND THE PROBLEM TO BE CAUSED BY MISSING simplejson

HENCE INSTALLED USING pip install simplejson

Avatar
Discard
Author

Though I should also share the following errors detected through firebug - as more clarity to the problem am facing;

NetworkError: 500 Internal Server Error - http://www.ekasiit.com/web/webclient/locale/en_US"

en_US

"NetworkError: 404 Not Found - http://www.ekasiit.com/web/static/lib/fontawesome/fonts/fontawesome-webfont.woff2?v=4.5.0"

fontawe...v=4.5.0

"NetworkError: 404 Not Found - http://www.ekasiit.com/web_tour/static/src/xml/tip.xml"

tip.xml

"NetworkError: 404 Not Found - http://www.ekasiit.com/web/static/lib/fontawesome/fonts/fontawesome-webfont.woff?v=4.5.0"

fontawe...v=4.5.0

"NetworkError: 404 Not Found - http://www.ekasiit.com/web_editor/static/src/xml/ace.xml"

ace.xml

"NetworkError: 404 Not Found - http://www.ekasiit.com/web/static/src/xml/base_common.xml"

base_common.xml

"NetworkError: 404 Not Found - http://www.ekasiit.com/web/static/lib/fontawesome/fonts/fontawesome-webfont.ttf?v=4.5.0"

fontawe...v=4.5.0

"NetworkError: 404 Not Found - http://www.ekasiit.com/website/static/src/xml/website.share.xml"

website.share.xml

"NetworkError: 404 Not Found - http://www.ekasiit.com/website_mail/static/src/xml/chatter_message.xml"

chatter...age.xml

"NetworkError: 404 Not Found - http://www.ekasiit.com/rating/static/src/xml/rating_common.xml"

rating_common.xml

"NetworkError: 404 Not Found - http://www.ekasiit.com/web_editor/static/src/xml/editor.xml"

Author

Found the problem was caused by missing simplejson - hence installed using pip install simplejson - please mark as fixed