Hello Everyone!
I have migrated Odoo 18 to another server running same Odoo 18, soon I started encontering an Error: "res.partner"."vat_label" field
is undefined. I have even tried adding the field to the res.partner model but nothing seems to work. Please have anyone encounter such an error?
Full error code below:
UncaughtPromiseError > OwlError
Uncaught Promise > An error occured in the owl lifecycle (see this Error's "cause" property)
Occured on mydomain.com on 2025-05-26 03:22:40 GMT
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
Error: An error occured in the owl lifecycle (see this Error's "cause" property)
at handleError (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:947:101)
at App.handleError (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:1579:29)
at ComponentNode.initiateRender (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:1037:19)
Caused by: Error: "res.partner"."vat_label" field is undefined.
at Field.parseFieldNode (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:7592:330)
at https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:8506:927
at visit (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:4652:51)
at visitChildren (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:4651:171)
at visit (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:4652:129)
at visitChildren (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:4651:171)
at visit (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:4652:129)
at visitChildren (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:4651:171)
at visit (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:4652:129)
at visitXML (https://mydomain.com/web/assets/cc8f8e6/web.assets_web.min.js:4652:202)