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

:pencil: split module install list

parent b78a7674f080
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@
if nmspc.install or nmspc.install_default:
modules_to_install = []
if nmspc.install:
modules_to_install.extend(nmspc.install)
modules_to_install.extend(nmspc.install.split(','))
if nmspc.install_default:
modules_to_install.extend((
c.has_section('odoo_scripts') and
......
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