Overwrite translation on module update if option is set
[odoo/odoo.git] / openerp / modules / loading.py
2014-06-20 Yann PapouinOverwrite translation on module update if option is set
2013-10-31 Christophe Simonis[FIX] module loading: do not warn about missing access...
2013-09-09 Samus CTO (OpenERP)[FIX] modules.loading: extra loop when installing/upgra...
2013-05-07 Quentin (OpenERP)[IMP] modules loading: log as INFO test files because...
2013-03-01 Olivier Dony[FIX] registry: another pass of cleanup for registry...
2013-02-18 Antony Lesuisse[FIX] logging level of pooler loading, number of module...
2013-01-17 Christophe Simonis[FIX] module loading: call adapt_version() instead...
2012-12-19 Raphael Collet[IMP] register_hook: improve a bit the code
2012-12-19 Raphael Collet[MERGE] from trunk
2012-12-17 Olivier Dony[IMP] loading.py: lint cleanup - unused code
2012-12-16 Antony Lesuissecleanups
2012-12-14 Vo Minh Thu[FIX] registry: Set the fields_by_model attribute in...
2012-12-14 Vo Minh Thu[IMP] module loading: removed unnecessary indentation...
2012-12-11 Vo Minh Thu[IMP] Reduce considerably the loading time of a new...
2012-12-04 Arnaud Pineux[FIX] _register_hook & loader
2012-12-03 Vo Minh Thu[IMP] Use the loglevel TEST when logging test file...
2012-11-29 Vo Minh Thu[REV] reverted install-all commit (vmt@openerp.com...
2012-11-28 Vo Minh Thu[FIX] The previous merge killed a line.
2012-11-28 Vo Minh Thu[MERGE] merged trunk.
2012-11-26 Arnaud Pineux[FIX] Automated action rules
2012-11-15 Vo Minh Thu[IMP] loading: the warning about access rights give...
2012-11-14 Vo Minh Thu[MERGE] merged trunk.
2012-11-14 Vo Minh Thu[IMP] loading.py: be a bit more explicit about valid...
2012-11-02 Vo Minh Thu[IMP] registry: the `assertion_report` is now a registr...
2012-10-24 Xavier Morel[FIX] files filtering when loading... stuff.
2012-10-22 Vo Minh Thu[MERGE] merged trunk.
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-08-16 Vo Minh Thu[MERGE] merged trunk.
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...
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.