Skip to content
Snippets Groups Projects
Commit 264f02c2 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:sparkles: add odoo 13 case for --odoo-sources

parent 92776f97
No related branches found
No related tags found
1 merge request!35Topic/default/add odoo src option odoo13
......@@ -16,6 +16,8 @@
🔨 Change list_modules command to output in the console when used.
Handle option --odoo-sources in odoo 13.
7.0.5
-----
......
......@@ -810,6 +810,8 @@
pythons = ("python2.7",)
elif odoo_type == "odoo11":
pythons = ("python3.5", "python3.6")
elif odoo_type == "odoo13":
pythons = ("python3.8",)
else:
pythons = ("python3.6",)
for python in pythons:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment