From 6463260913151a02b5559ed68c0333afc520b348 Mon Sep 17 00:00:00 2001 From: xmo-odoo Date: Wed, 19 Mar 2025 11:20:52 +0100 Subject: [PATCH] [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. --- src/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py deleted file mode 100644 index e69de29bb2..0000000000