[IMP]website_sale: no product message for public users
[odoo/odoo.git] / openerpcommand / __init__.py
index 9d5e81f..6d41c28 100644 (file)
@@ -19,10 +19,9 @@ from . import scaffold
 from . import uninstall
 from . import update
 from . import web
-from . import grunt_tests
 
 command_list_server = (conf, cron, drop, initialize, model, module, read, run_tests,
-                       scaffold, uninstall, update, web, grunt_tests, )
+                       scaffold, uninstall, update, web, )
 
 command_list_client = (Call, Open, Show, ConsumeNothing, ConsumeMemory,
                        LeakMemory, ConsumeCPU, Bench, BenchRead,