[MERGE] addons 16 survey
[odoo/odoo.git] / openerp / modules / loading.py
2012-09-26 Fabien Pinckaers[IMP] no certificate
2012-08-31 Stephane Wirtel[REF] Replace the user id 1 by openerp.SUPERUSER_ID
2012-08-22 Christophe Simonis[IMP] yaml import: log as TEST only for test files
2012-06-11 Olivier Dony[IMP] modules, ir.ui.view: improve view validation...
2012-04-02 Thibault Delavallée[REM] Removed res.log feature in ORM. However, the...
2012-03-30 Olivier Dony[IMP] Move uninstall behavior in modules.loading where...
2012-03-22 Olivier Dony[IMP] modules.loading: lint cleanup
2012-03-20 Atul Patel (OpenERP)[MERGE]: Merge with lp:openobject-server
2012-03-14 Olivier Dony[MERGE] Latest fixes from 6.1
2012-03-13 Atul Patel (OpenERP)[MERGE]: Merge with lp:openobject-server
2012-03-09 Atul Patel (OpenERP)[FIX]: uninstall module.
2012-03-02 Vo Minh Thu[IMP] tests: removed the severity concept from `assert...
2012-03-02 Vo Minh Thu[IMP] tests:
2012-03-01 Vo Minh Thu[IMP] tests:
2012-03-01 Vo Minh Thu[IMP] tests: move tests discovery and execution to...
2012-02-29 Vo Minh Thu[IMP] unittest: run the fast_suite and checks tests...
2012-02-29 Atul Patel (OpenERP)[FIX]: Remove workflow activity and drop constraint...
2012-02-20 Olivier Dony[FIX] Correct remaining SQL now() calls, must use UTC
2012-02-09 Vo Minh Thu[IMP] post_load: factored common code. This also fix...
2012-02-09 Vo Minh Thu[IMP] loading: call post-load hook in non-server-wide...
2012-01-24 Vo Minh Thu[IMP] openerp.{modules,osv}: _logger with fully qualifi...
2011-12-01 Raphael Collet[IMP] indicate tests in current thread, and prevent...
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.