Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load server wide modules in environment #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paradoxxxzero
Copy link

Odoo loads server wide modules before doing anything else (see https://github.com/odoo/odoo/blob/16.0/odoo/service/server.py#L1356), not doing it here can break modules that expect server wide modules to be loaded.

@sbidoul
Copy link
Member

sbidoul commented Jul 5, 2024

Could we make this optional, disabled by default? I worry about backward compatibility issues.

@sbidoul
Copy link
Member

sbidoul commented Jul 5, 2024

Related: #35 by @lmignon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants