Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
2182 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Meilleure réponse

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

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
mai 24
3741
1
oct. 24
1043
3
mars 25
2101
0
mars 25
891
4
janv. 25
1880