You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to automatically detect python for Odoo version via following options:
odoo-helper install reinstall-venv --build-python auto
odoo-install --build-python auto
Ability to automatically build python for odoo version only if system python do not satisfy odoo requirements.
For this reasone new option was added to following commands:
Add ability to enforce odoo-helper fetch clone repos with --single-branch options.
This feature could be enabled via environment variable ODOO_HELPER_FETCH_GIT_SINGLE_BRANCH.
This feature could be useful to reduce size of cloned repositories.
Added ability to automatically update odoo-helper-scripts installed via debian package.
Changed
On module migration (during forwardport) automatically replace related_sudo= to compute_sudo
for field definitions.
Deprecations
Option odoo-install --openupgrade is deprecated. It will raise error for odoo 14.0+.
Starting from Odoo 14.0, openupgrade uses separate odoo addons to store migrations,
instead of full copy of odoo.