odoo/openerp/modules
Vo Minh Thu a87ebe9600 [REF] osv:
- make it more explcicit in osv_pool that afreshly instanciated object is added to the pool
- osv_pool.init_set() is called just once with False, so
  no need to check if it is the first time it is called or
  if is called with True
- and rename it in do_parent_store as it is what it does.

bzr revid: vmt@openerp.com-20110526210532-a8i91shptz5h4k48
2011-05-26 23:05:32 +02:00
..
__init__.py [REF] renamed modules.__init__ to modules.loading. 2011-05-11 19:48:41 +02:00
db.py [REF] simplified init_db/load_modules: 2011-05-17 11:18:22 +02:00
graph.py [REF] module code goes into openerp.modules.module. 2011-05-11 19:24:48 +02:00
loading.py [REF] simplified init_db/load_modules: 2011-05-17 11:18:22 +02:00
migration.py [REF] module code goes into openerp.modules.module. 2011-05-11 19:24:48 +02:00
module.py [REF] module code goes into openerp.modules.module. 2011-05-11 19:24:48 +02:00
registry.py [REF] osv: 2011-05-26 23:05:32 +02:00