Monday, August 3, 2020
1 change · master
Resolved issues and error corrections
Odoo now handles a Python 3.8.4 change that could prevent some QWeb views from validating correctly. This helps keep installations compatible with upcoming Debian versions that use this Python release by default.
Original PR description
In python 3.8.4, when the ast.Name method is used with either `True`, `False` and `None`, a ValueError is raised [1]. Because of that, Odoo fails to validate some Qweb views when used with this particular Python version. This fix is needed as Python 3.8.4 will be the default in the next Debian version [2]. This PR should be backported at least down to 13.0 after short incubation period. The backport PR is #54785 1: https://docs.python.org/3/whatsnew/changelog.html#id7 2: https://packages.debian.org/bullseye/python3.8