I currently have a paid subscription on Odoo Online, and I wanted to host Odoo on my own server simultaneously. Therefore, I installed Odoo 17 Enterprise edition.
I downloaded my Odoo Online database and imported it into Odoo on my server. After some adjustments in the PostgreSQL database, my database seems to be functional.
The only error I am currently encountering is when I access the "Settings" module. I noticed that Odoo Online is in version "Odoo saas~17.1+e (Enterprise Edition)" while my installation is in version "Odoo 17.0+e-20240214 (Enterprise Edition)."
The error message is as follows:
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/f0d40e0/web.assets_web_dark.min.js:916:101)
at App.handleError (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:1542:29)
at ComponentNode.initiateRender (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:1006:19)
Caused by: KeyNotFoundError: Cannot find mobile_apps_funnel in this registry!
at Registry.get (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:3355:76)
at Widget.parseWidgetNode (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:10071:120)
at http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:8528:155
at visit (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:4219:51)
at visitChildren (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:4218:171)
at visit (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:4219:129)
at visitChildren (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:4218:171)
at visit (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:4219:129)
at visitChildren (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:4218:171)
at visit (http://localhost:8069/web/assets/f0d40e0/web.assets_web_dark.min.js:4219:129)