İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
538 Görünümler

I can't use the general settings page. It also now showing some other errors, that is: 


OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
    at handleError (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:916:101)
    at App.handleError (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:1544:29)
    at ComponentNode.initiateRender (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:1006:19)

Caused by: Error: "res.config.settings"."use_mailgateway" field is undefined.
    at Field.parseFieldNode (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:7638:231)
    at http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:8514:865
    at visit (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:4219:51)
    at visitChildren (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:4218:171)
    at visit (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:4219:129)
    at visitChildren (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:4218:171)
    at visit (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:4219:129)
    at visitChildren (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:4218:171)
    at visit (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:4219:129)
    at visitChildren (http://localhost:8000/web/assets/6cce691/web.assets_web.min.js:4218:171)


Avatar
Vazgeç
En İyi Yanıt

Hi,

This error shows that you are using the field "use_mailgateway" which is undefined. Please remove your custom addons path from your conf file to verify whether the error is encountered from your custom modules or not.If it is from your custom module update your code, or else update the addons file to the latest.You can get the latest addons from

https://github.com/odoo/odoo


Hope it helps

Avatar
Vazgeç