This question has been flagged
2 Replies
1898 Views
Error: '٢٠٢٢-٠٥-١١ ٠١:٣٥:١٨' is not a correct date or datetime
    at parseDateTime (http://localhost:8069/web/assets/31-28447a1/web.assets_backend.min.js:503:19)
    at parseDate (http://localhost:8069/web/assets/31-28447a1/web.assets_backend.min.js:499:75)
    at SampleServer._formatValue (http://localhost:8069/web/assets/31-28447a1/web.assets_backend.min.js:1880:126)
    at http://localhost:8069/web/assets/31-28447a1/web.assets_backend.min.js:1905:181
    at groupBy (http://localhost:8069/web/assets/31-28447a1/web.assets_backend.min.js:1004:167)
    at SampleServer._mockReadGroup (http://localhost:8069/web/assets/31-28447a1/web.assets_backend.min.js:1905:14)
    at SampleServer._mockWebReadGroup (http://localhost:8069/web/assets/31-28447a1/web.assets_backend.min.js:1920:141)
    at SampleServer.mockRpc (http://localhost:8069/web/assets/31-28447a1/web.assets_backend.min.js:1871:170)
    at ORM.fakeRPC [as rpc] (http://localhost:8069/web/assets/31-28447a1/web.assets_backend.min.js:1931:1192)
    at ORM.call (http://localhost:8069/web/assets/31-28447a1/web.assets_backend.min.js:629:308)


Avatar
Discard
Best Answer

I have encountered the same issue in Manufacturing report when I'm using user with Arabic Language and I solved it by updating Odoo 15 code to the latest revision and I think the below bug fix is what solved the issue. 

[FIX] web: use latin as numbering system for dates in sample datas · odoo/odoo@5597912 (github.com)

So to solve the issue you can either update you Odoo 15.0 to the latest revision.

Avatar
Discard
Best Answer

A bug should be reported to odoo support. 

As you are an enterprise user, Just submit a ticket to odoo support, they will fix it in no time.

Avatar
Discard

The issue already solved in Odoo community edition,

[FIX] web: use latin as numbering system for dates in sample datas · odoo/odoo@5597912 (github.com)