Skip to Content
Menu
This question has been flagged
2 Replies
14370 Views
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
    at handleError (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:916:101)
    at App.handleError (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:1542:29)
    at Fiber._render (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:941:19)
    at Fiber.render (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:939:6)
    at ComponentNode.initiateRender (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:1007:47)

Caused by: RangeError: Incorrect locale information provided
    at new DateTimeFormat ()
    at Locale.isEnglish (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:139:77)
    at Locale.listingMode (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:122:39)
    at Formatter.formatDateTimeFromString (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:249:62)
    at DateTime.toFormat (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:596:90)
    at getPeriodOptions (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:6992:489)
    at SearchModel.setup (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:6728:403)
    at new SearchModel (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:6727:194)
    at WithSearch.setup (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:7032:77)
    at new ComponentNode (https://puri-health-and-sports.odoo.com/web/assets/33ecf33/web.assets_web.min.js:1002:202)


Avatar
Discard
Best Answer

I have this error as well on a brand new project on Odoo.sh, but I'm unable to even access settings to implement the suggested fixes. This needs immediate attention as this is costing delays and incurring costs.

Avatar
Discard
Best Answer

Hi,

Here are some steps you can take to troubleshoot and potentially fix this issue:

Check Locale Settings: Ensure that the locale settings in your Odoo instance are configured correctly. Make sure that the language, date format, and other locale-related settings are set up properly.

Inspect Locale Dependencies: Review any customizations or third-party modules that might be affecting locale-related functionality in Odoo. Check for any changes or dependencies that could be causing conflicts.

Review Recent Changes: If this issue started occurring after a recent update or customization, review the changes that were made. Look for any modifications related to locale handling or date/time formatting.

Test Different Locales: Try changing the locale settings in your Odoo instance to a different language or region to see if the issue persists. This can help determine if the problem is specific to a certain locale configuration.

Check Odoo Logs: Look into the Odoo server logs for any additional error messages or stack traces that could provide more context about the cause of the issue. This might help pinpoint the exact source of the problem.

Regards

Avatar
Discard