Skip to Content
Menu
This question has been flagged
2 Replies
2173 Views

Hello,

I am using odoo 17. When trying to enter the settings I get the following error:


UncaughtPromiseError > OwlError

Uncaught Promise > An error occured in the owl lifecycle (see this Error's "cause" property)

OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)

    at handleError (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:916:101)

    at App.handleError (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:1542:29)

    at ComponentNode.initiateRender (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:1006:19)


Caused by: Error: "res.config.settings"."enable_ocn" field is undefined.

    at Field.parseFieldNode (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:7665:231)

    at http://localhost:8069/web/assets/857b243/web.assets_web.min.js:8540:865

    at visit (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:4220:51)

    at visitChildren (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:4219:171)

    at visit (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:4220:129)

    at visitChildren (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:4219:171)

    at visit (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:4220:129)

    at visitChildren (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:4219:171)

    at visit (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:4220:129)

    at visitChildren (http://localhost:8069/web/assets/857b243/web.assets_web.min.js:4219:171)

Avatar
Discard
Best Answer

Hi,

The error suggests that the 'enable_ocn' field is expected to be present in the 'res.config.settings' model but is not found, causing the error when trying to render the settings page. To address this, identify the module that should contain this field. It's likely to be the 'mail_mobile' enterprise module and update the module. After updating, restart your Odoo server.


Hope it helps

Avatar
Discard
Best Answer

I also received the same error in Odoo18EE. This works after Installing Mail_mobile module

Avatar
Discard
Related Posts Replies Views Activity
2
May 24
3737
1
Oct 24
1040
3
Mar 25
2101
0
Mar 25
889
4
Jan 25
1877