odoo/openerp/modules
Vo Minh Thu 330316672f [IMP] Clearer use of update_module arg.
- update_module was defined as config[init] or config[update]
- this means it is a mutable dictionary
- the code testing update_module is actually mutating
config[init] and config[update]...
- now update_module is really a True or False value.

bzr revid: vmt@openerp.com-20111117100608-0n8o99slgk42kiiv
2011-11-17 11:06:08 +01:00
..
__init__.py [REF] renamed modules.__init__ to modules.loading. 2011-05-11 19:48:41 +02:00
db.py [MERGE] Merge Upstream 2011-09-30 12:23:26 +02:00
graph.py [FIX] modules.graph: avoid crash when a module has been deleted from the filesystem 2011-10-12 17:58:18 +02:00
loading.py [IMP] Clearer use of update_module arg. 2011-11-17 11:06:08 +01:00
migration.py [REF] module code goes into openerp.modules.module. 2011-05-11 19:24:48 +02:00
module.py [FIX] complexity default, and base category 2011-10-05 01:15:34 +02:00
registry.py [FIX] deadlock between crons scheduling and new registry initialization creation 2011-09-30 17:00:26 +02:00