[FIX] runbot: don't install website_instantclick by default

This module should be simply deleted in a futur version.
The implementation are not more supported with Odoo.
Architecture need to be reviewed to allow the support of this library
This commit is contained in:
Jeremy Kersten 2015-04-08 17:29:55 +02:00
parent 82196981cf
commit 745d146b4b

View File

@ -682,7 +682,7 @@ class runbot_build(osv.osv):
else:
l = glob.glob(build.server('addons', '*', '__init__.py'))
modules = set(os.path.basename(os.path.dirname(i)) for i in l)
modules = modules - set(['auth_ldap', 'document_ftp', 'hw_escpos', 'hw_proxy', 'hw_scanner', 'base_gengo', 'website_gengo'])
modules = modules - set(['auth_ldap', 'document_ftp', 'hw_escpos', 'hw_proxy', 'hw_scanner', 'base_gengo', 'website_gengo', 'website_instantclick'])
modules = ",".join(list(modules))
# commandline