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

[16.0] namespace packages #98

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from
Open

Commits on Jul 5, 2024

  1. [IMP] core: remove odoo/addons/__init__.py

    Since this file does nothing, we can remove it and behave
    as a PEP 420 implicit namespace package.
    sbidoul committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    366386d View commit details
    Browse the repository at this point in the history
  2. [IMP] core: use recommended pkgutil.extend_path idiom

    We use the recommended pkgutil.extend_path idiom from the documentation.
    sbidoul committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a2e4045 View commit details
    Browse the repository at this point in the history