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

Every time i download my report into excel (pivot view) this will be going the error outcome. can you help me about this?

Thank You Very Much

http://172.104.50.60:8080/web?debug=assets#view_type=pivot&model=asset.asset.report&menu_id=389&action=482:1
Traceback:
SyntaxError: Unexpected token T in JSON at position 0
    at JSON.parse (<anonymous>)
    at HTMLIFrameElement.<anonymous> (http://172.104.50.60:8080/web/static/src/js/framework/ajax.js:236:40)
    at HTMLIFrameElement.dispatch (http://172.104.50.60:8080/web/static/lib/jquery/jquery.js:4641:58)
    at HTMLIFrameElement.elemData.handle (http://172.104.50.60:8080/web/static/lib/jquery/jquery.js:4309:63)
Avatar
Discard
Best Answer

Hi SOUJIRO, odoo uses xlwt python library to render pivot view so can you please try to reinstall the library by using the below command?

sudo pip install xlwt==1.1.2

Thanks

Avatar
Discard