[IMP] cron: added yaml test.
[odoo/odoo.git] / openerp / addons / base / test / __init__.py
index 2be9ed7..c0cc8f7 100644 (file)
@@ -20,6 +20,8 @@
 ##############################################################################
 
 # Useful for manual testing of cron jobs scheduling.
+# This must be (un)commented with the corresponding yml file
+# in ../__openerp__.py.
 # import test_ir_cron
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: