Skip to content
Snippets Groups Projects

Draft: Topic/default/odoo 11 focal

Closed Vincent Hatakeyama requested to merge topic/default/odoo-11-focal into branch/default
@@ -792,7 +792,7 @@ USAGE
if odoo_type == "odoo10":
pythons = ("python2.7",)
elif odoo_type == "odoo11":
pythons = ("python3.5", "python3.6")
pythons = ("python3.5", "python3.6", "python3.8")
elif odoo_type == "odoo13":
pythons = ("python3.8",)
else:
Loading