From 745d146b4b01a81bce6bb8c6e0b5779bf433e5a4 Mon Sep 17 00:00:00 2001 From: Jeremy Kersten Date: Wed, 8 Apr 2015 17:29:55 +0200 Subject: [PATCH] [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 --- runbot/runbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/runbot.py b/runbot/runbot.py index 84a361cc..90d25c18 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -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