-
- Downloads
[FIX] core: using absolute paths
Start odoo-bin using a tier module (like `python3 -m pdb odoo-bin`), the
odoo/addons __path__ contains the relative link to the modules instead
of the absolute link like when directly started (`python3 odoo-bin`).
This cause trouble importing modules because it reuses the relative path
from within other directories.
closes odoo/odoo#39164
Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com>
Please register or sign in to comment