KERNEL: run the cron !

bzr revid: ced-49d278ac44519a0dc4907238e927bb58412cd26b
This commit is contained in:
ced 2007-01-03 14:20:50 +00:00
parent c2a6207002
commit 6aa46af98a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def get_db_and_pool(db_name, force_demo=False, status={}, update_module=False):
import report
report.interface.register_all(db)
# pool.get('ir.cron')._poolJobs(db.dbname)
pool.get('ir.cron')._poolJobs(db.dbname)
return db, pool
def restart_pool(db_name, force_demo=False, update_module=False):