odoo
odoo copied to clipboard
[FW][FIX] core: ignore imported modules when loading registry
The existing code was generating misleading errors for imported Odoo modules that could not be loaded. Although there was a specific hack for module 'studio_customization', imported modules were not handled properly. This patch adds the right condition in the SQL query in the module that introduces imported modules.
Forward-Port-Of: odoo/odoo#105955
This PR targets saas-15.3 and is part of the forward-port chain. Further PRs will be created up to master.
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port
