[ADD] view.rng: new @options attribute for field widgets
[odoo/odoo.git] / openerp / cron.py
2011-09-28 Olivier Dony[FIX] cron: cleanup wakeup pointers after processing...
2011-09-28 Olivier Dony[IMP] cron: warning about max DB setting that may confl...
2011-09-28 Olivier Dony[IMP] cron: misc renaming and minor changes to improve...
2011-08-09 Vo Minh Thu[IMP] cron: added yaml test.
2011-08-08 Vo Minh Thu[IMP] cron: the thread-safe variable is located inside...
2011-08-08 Vo Minh Thu[IMP] cron: the maximum number of cron threads is confi...
2011-08-08 Vo Minh Thu[IMP] cron: comments and docstrings.
2011-07-15 Vo Minh Thu[IMP] cron: bracketed the jobs heap/dict with a lock.
2011-07-15 Vo Minh Thu[IMP] cron: forgot to add the new openerp.cron module.