odoo/odoo#163827
Created by fw-bot
Merged
at f4791ef391910c8a93563256265dc36a4929585d
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Overridden by @mart-e
- label
- odoo-dev:saas-17.1-16.0-expose_min_py_version-wil-orTL-fw
- head
- 8ab57a722b4238d5fbcd21d8f09e095dd7e18ddf
- merged
- 1 year ago by i18n, Louis Wicket (wil)
odoo/odoo | |
---|---|
15.0 | #156774 |
16.0 | #163015 |
saas-16.3 | #163030 |
saas-16.4 | #163588 |
17.0 | #163605 |
saas-17.1 | #163827 |
saas-17.2 | #163855 |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master | #163874 |
[FW][IMP] make minimum version of Python a variable
Make the mininum version of Python a variable so that it can be easily retrieved and used by the code. For example, it could be used to detect when a monkey patch should be removed.