Monday, May 22, 2023
1 change · master
Enhancements to existing features
Odoo now only supports importing data modules from uploaded archive files that are extracted into a temporary location. This reduces reliance on modules placed directly in the addons path and makes the import process more controlled and predictable.
Original PR description
We no longer want to support importing data modules from within the addons path. Only modules imported with an archive and extracted in a temporary folder are supported.