When I import the csv file as normal internal user,also the user is Time Off Administration not the super user,got the below error.But the super user works.
SyntaxError: expected expression, got '<'
http://192.168.182.129:8069/web#model=hr.leave&action=import&cids=&menu_id=116:1
Traceback:
DOMEval@http://192.168.182.129:8069/web/content/273-6b9e242/web.assets_common.js:715:10
globalEval@http://192.168.182.129:8069/web/content/273-6b9e242/web.assets_common.js:729:48
text script@http://192.168.182.129:8069/web/content/273-6b9e242/web.assets_common.js:1331:466
ajaxConvert@http://192.168.182.129:8069/web/content/273-6b9e242/web.assets_common.js:1284:79
done@http://192.168.182.129:8069/web/content/273-6b9e242/web.assets_common.js:1314:10
callback/<@http://192.168.182.129:8069/web/content/273-6b9e242/web.assets_common.js:1330:322
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
Got the same type of error trying to import .xlsx file under none-administrator users, importing excel as administrator works fine, though. Did you find any solution? It seems that your problem is relevant to mine.
Here is my exception trace:
```
Uncaught SyntaxError: Unexpected token '<'
http://localhost:8069/web#action=import&cids=1&menu_id=98&model=account.move:1 Traceback: SyntaxError: Unexpected token '<' at DOMEval (http://localhost:8069/web/content/311-a7d6acc/web.assets_common.js:709:10) at Function.globalEval (http://localhost:8069/web/content/311-a7d6acc/web.assets_common.js:723:41) at text script (http://localhost:8069/web/content/311-a7d6acc/web.assets_common.js:1325:466) at ajaxConvert (http://localhost:8069/web/content/311-a7d6acc/web.assets_common.js:1278:79) at done (http://localhost:8069/web/content/311-a7d6acc/web.assets_common.js:1308:10) at XMLHttpRequest.<anonymous> (http://localhost:8069/web/content/311-a7d6acc/web.assets_common.js:1324:314)
```
Update: the problem was odoo has some troubles with recognizing if file is .xlsx of .svg
https://github.com/odoo/odoo/pull/36081
Try to look closely at odoo logs, maybe you'll find something like "Only admins can upload SVG files." as I found.
Hope you'll find your solution.
I am still getting this error
''Got the same type of error trying to import .xlsx file under none-administrator users, importing excel as administrator works fine, though. Did you find any solution? It seems that your problem is relevant to mine.''
Error:
Uncaught SyntaxError: Unexpected token '<'
https://erp.interpro.ae/web#action=import&cids=1&menu_id=394&model=product.template:1
Traceback:
SyntaxError: Unexpected token '<'
at DOMEval (https://XXX.com/web/content/589-846dc78/web.assets_common.js:709:10)
at Function.globalEval (https://XXX.com/web/content/589-846dc78/web.assets_common.js:723:41)
at text script (https://XXX.com/web/content/589-846dc78/web.assets_common.js:1325:466)
at ajaxConvert (https://XXX.com/web/content/589-846dc78/web.assets_common.js:1278:79)
at done (https://XXX.com/web/content/589-846dc78/web.assets_common.js:1308:10)
at XMLHttpRequest.<anonymous> (https://XXX.com/web/content/589-846dc78/web.assets_common.js:1324:314)
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
2
พ.ค. 25
|
1427 | ||
Import from Winbooks
แก้ไขแล้ว
|
|
4
พ.ค. 25
|
5113 | |
|
1
ส.ค. 24
|
2402 | ||
|
1
ก.พ. 24
|
3159 | ||
|
3
ต.ค. 23
|
11221 |
Same here
@Chen i am also experiencing the same error. Hav you got the solution?