Friday, April 24, 2020
1 change · master
Resolved issues and error corrections
This change ensures a needed internal folder is included when Odoo is packaged for source, Debian, and RPM distributions. It prevents startup failures caused by a missing packaged component, improving reliability for deployments using those packages.
Original PR description
Since a0f9ef56, a _vendor module was added without `__init__.py` file, following the pep-0420 specifications. Unfortunately, the `_vendor` directory is not packaged without the init file, leading to an import error when running Odoo from the src,deb and rpm packages.