odoo/upgrade-util#235
Created by Framework (ORM), Xavier Morel (xmo)
Merged
at 693590af4f5627a08c2825c75ab8a658be34ce4a
Statuses:
- ci/runbot: Test upgrades between stable versions
- ci/upgrade_enterprise: Test upgrades for enterprise master
- label
- odoo-dev:master-pep420-compatibility-xmo
- head
- a33e76eb1aff3bf006627869e45fbff2a03e6cca
- merged
- 1 week ago by Upgrade, Christophe Simonis (chs)
odoo/upgrade | odoo/upgrade-util | |
---|---|---|
master | #7408 | #235 |
[FIX] core: PEP 420 compatibility
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.