[MERGE] merged trunk.
[odoo/odoo.git] / openerp / modules / loading.py
2012-01-04 Vo Minh Thu[MERGE] merged trunk.
2011-12-01 Raphael Collet[IMP] indicate tests in current thread, and prevent...
2011-11-17 Vo Minh Thu[FIX] openerp.modules.loading: previous change disabled...
2011-11-17 Vo Minh Thu[IMP] openerp.modules.loading: -i all seems to work...
2011-11-17 Vo Minh Thu[REF] openerp.modules.loading: preparing to support...
2011-11-17 Vo Minh Thu[IMP] Clearer use of update_module arg.
2011-10-17 Raphael Collet[IMP] mark as read all res_log entries created during...
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-24 Antony Lesuisse[MERGE] trunk
2011-09-23 Olivier Dony[FIX] loading: remove leftover debugging breakpoint
2011-09-23 Olivier Dony[IMP] orm: introduce cleaner class hierarchy for models
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-02 Vo Minh Thu[FIX] loading: load base only once.
2011-08-19 Olivier Dony[MERGE] latest trunk
2011-08-16 Vo Minh Thu[REF] osv: replace isinstance(m,osv_memory) by m.is_tra...
2011-08-01 Xavier Morel[IMP] sort imports, improve functional shortcuts to...
2011-08-01 Xavier Morel[IMP] use logging in db initialization
2011-08-01 Xavier Morel[IMP] don't manually manage extracted indexes when...
2011-07-18 Olivier Dony[FIX] modules.loading: no warning about access right...
2011-07-12 Olivier Dony[FIX] module.loading: ensure installed modules are...
2011-07-11 Vo Minh Thu[FIX] loading: pool.get("ir.module.module") was done...
2011-07-11 Olivier Dony[IMP] module.loading: attempt to load each module atomi...
2011-05-17 Vo Minh Thu[REF] simplified init_db/load_modules:
2011-05-11 Vo Minh Thu[REF] renamed modules.__init__ to modules.loading.