Skip to content

Instantly share code, notes, and snippets.

@mao-odoo
Last active April 19, 2024 15:55
Show Gist options
  • Save mao-odoo/4ba76194d654aa9ea6f519ba323da83c to your computer and use it in GitHub Desktop.
Save mao-odoo/4ba76194d654aa9ea6f519ba323da83c to your computer and use it in GitHub Desktop.
Minimal postgresql version for each Odoo version
# 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