This question has been flagged
2 Replies
2892 Views

When I import an excel from the admin user, it works completely fine.

but when I try to import from another user, it gives me the following error:

Error:
SyntaxError: expected expression, got '<'

https://erp.alitkan.com/web#action=import&cids=1&menu_id=323&model=hr.employee:1
Traceback:
DOMEval@https://erp.alitkan.com/web/content/24837-1c36db2/web.assets_common.js:709:10
globalEval@https://erp.alitkan.com/web/content/24837-1c36db2/web.assets_common.js:723:48
text script@https://erp.alitkan.com/web/content/24837-1c36db2/web.assets_common.js:1325:466
ajaxConvert@https://erp.alitkan.com/web/content/24837-1c36db2/web.assets_common.js:1278:79
done@https://erp.alitkan.com/web/content/24837-1c36db2/web.assets_common.js:1308:10
callback/<@https://erp.alitkan.com/web/content/24837-1c36db2/web.assets_common.js:1324:322

I tried turning the developer mode ON and OFF to see if it had any effect. IT DIDN'T

Please Help

Thanks In Advanced.

Avatar
Discard
Best Answer

Same problem, certainly one proxy missconfiguration, it's running well with locahost adress and not with dns. 

Solution posted here with nginx www.odoo.com/fr_FR/forum/aide-1/syntaxerror-expected-expression-got-172503

Avatar
Discard
Author Best Answer

So I discovered this was most likely because the xlsx file format that Microsoft Excel save is different from the xlsx file format that odoo uses  to export & import. So I just need to export an xlsx file from odoo, and than change it's content to what I need and than it'll run normally

Avatar
Discard

That is for sure not the proper answer.