Last active
April 19, 2024 15:55
-
-
Save mao-odoo/4ba76194d654aa9ea6f519ba323da83c to your computer and use it in GitHub Desktop.
Minimal postgresql version for each Odoo version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Minimal postgresql version for each Odoo version | |
MINIMAL_PG_VERSIONS = { | |
"6.0": "9.5", | |
"7.0": "9.5", | |
"8.0": "9.5", | |
"9.0": "9.5", | |
"10.0": "9.5", | |
"11.0": "9.5", | |
"12.0": "9.5", | |
"saas~12.3": "10", | |
"13.0": "10", | |
"14.0": "10", | |
"15.0": "10", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment