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

[FIX] core: PEP 420 compatibility #235

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

Conversation

xmo-odoo
Copy link
Contributor

odoo/odoo#195664 removed explicit namespace support, as a result the __init__ files break the ability to hook upgrade in via PYTHONPATH, as under PEP420 no namespace entry may have a__init__ files within the shared namespace path.

@robodoo
Copy link
Contributor

robodoo commented Mar 19, 2025

Pull request status dashboard

@xmo-odoo xmo-odoo force-pushed the master-pep420-compatibility-xmo branch from 11fea05 to d65b41c Compare March 19, 2025 10:27
odoo/odoo#195664 removed explicit namespace support, as a result the
`__init__` files break the ability to hook upgrade in via
`PYTHONPATH`, as under PEP420 no namespace entry may have a`__init__`
files within the shared namespace path.
@xmo-odoo xmo-odoo force-pushed the master-pep420-compatibility-xmo branch from d65b41c to 6463260 Compare March 19, 2025 10:33
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