4.2.0 (2021-04-08)
Features and Improvements
-
disable pip version checks (required network access, can timeout)
-
Bypass migration when using:
docker-compose run --rm odoo odoo shell [...]
docker-compose run --rm odoo odoo [...] --help [...]
Bugfixes
- [<= 10.0] Fix pytest version to 4.6, last supported version in Python 2.7
- Fix dbfilter in test environment
Libraries
- Update Marabunta to 0.10.5
- [14.0] Downgrade
urllib3
to a compatible version with Odoo supportedrequests
version. - [>= 12.0] Remove
odoo-autodiscover
as it's not necessary since Odoo 12.0. - [11.0,12.0] Pin
watchdog
to Py3.5 compatible versions - [<= 10.0] Pin
pip
to last Py2 compatible version - [<= 10.0] Pin
watchdog
to last Py2 compatible version - [<= 10.0] Pin
ruamel.yaml
to last Py2 compatible version - [<= 10.0] Pin
importlib-metadata
to last Py2 compatible version - [<= 10.0] Pin
zipp
to last Py2 compatible version
Build
- Add new version for Odoo 14.0
- Add new 12.0 flavor based on debian:buster
Documentation
- pytest-cov documentation