[IMP]website_sale: no product message for public users
[odoo/odoo.git] / openerpcommand / __init__.py
index 5a243de..6d41c28 100644 (file)
@@ -8,6 +8,7 @@ from .bench_sale_mrp import BenchSaleMrp
 from . import common
 
 from . import conf # Not really server-side (in the `for` below).
+from . import cron
 from . import drop
 from . import initialize
 from . import model
@@ -19,7 +20,7 @@ from . import uninstall
 from . import update
 from . import web
 
-command_list_server = (conf, drop, initialize, model, module, read, run_tests,
+command_list_server = (conf, cron, drop, initialize, model, module, read, run_tests,
                        scaffold, uninstall, update, web, )
 
 command_list_client = (Call, Open, Show, ConsumeNothing, ConsumeMemory,