odoo/odoo#163030
Created by fw-bot
Merged
at 5f8451b2c74e94b1d8f85297d8f6581c10c236ce
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 @xmo-odoo
- label
- odoo-dev:saas-16.3-16.0-expose_min_py_version-wil-phEs-fw
- head
- 118415a3839e2a9ca360e2e595aa2e5f3604dc7a
- 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.
Forward-Port-Of: #156774