[IMP] module loading: iterate on the module graph in deterministic order (by sorting...
[odoo/odoo.git] / openerp / modules / registry.py
2011-09-30 Xavier Morel[FIX] deadlock between crons scheduling and new registr...
2011-09-28 Olivier Dony[FIX] cron/registry: typo
2011-09-28 Olivier Dony[IMP] cron: misc renaming and minor changes to improve...
2011-09-28 Olivier Dony[MERGE] sync with latest trunk
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-24 Antony Lesuisse[MERGE] trunk
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-21 Olivier Dony[MERGE] sync w/ latest trunk
2011-09-16 Xavier Morel[FIX] race condition in RegistryManager
2011-09-02 Vo Minh Thu[FIX] loading: load base only once.
2011-08-31 Vo Minh Thu[MERGE] merged trunk.
2011-08-31 Vo Minh Thu[FIX] registry: forgot the self/cls args.
2011-08-30 Vo Minh Thu[IMP] simplified cache implementation (and stored on...
2011-08-26 Olivier Dony[FIX] registry: use a unique list of models to load...
2011-08-26 Vo Minh Thu[FIX] registry.py: typos (invalid syntax).
2011-08-25 Vo Minh Thu[IMP] tools.cache: added missing clean_caches_for_db...
2011-08-16 Vo Minh Thu[REF] osv: previous diff makes unneccessary one of...
2011-08-11 Vo Minh Thu[IMP] unaccent: support for the postgres unaccent contr...
2011-08-09 Vo Minh Thu[IMP] cron: added yaml test.
2011-07-22 Vo Minh Thu[IMP] unaccent: added an unaccent command-line flag...
2011-07-14 Vo Minh Thu[IMP] cron: minor cleaning.
2011-07-14 Vo Minh Thu[IMP] cron: moved netsvc.Agent to openerp.cron.
2011-07-13 Vo Minh Thu[IMP] registry: whene deleting a registry, also delete...
2011-06-15 Vo Minh Thu[MERGE] orm: _auto_init made of smaller methods, use...
2011-06-15 Vo Minh Thu[LINT] removed unused variable, forgot to change two...
2011-06-14 Vo Minh Thu[REF] osv: moved osv_pool to modules/registry.
2011-05-26 Vo Minh Thu[REF] osv:
2011-05-19 Vo Minh Thu[REF] moved openerp/registry/manager.py => openerp...