odoo/openerp/modules
Christophe Simonis c3cf8000e6 [FIX] module loading: mark module as initialized *after* the data files have been loaded
When the registry is updating, the view verification only validates the views 
from initialized modules. Not taking the current module allow update of views
that have also an inherited view in the same module. The verification of the base view
must not try to apply the old inherited view against it as it may not be applicable
anymore. 

After module update, we re-validate all the views of this module. This is needed because
a module can declare two (or more) inherited views that are correct when applyed alone,
but not when combined with others.

bzr revid: chs@openerp.com-20140418141550-7b57b1xl4fx0rgqq
2014-04-18 16:15:50 +02:00
..
__init__.py new test execution engine 2014-02-09 01:40:05 +01:00
db.py [FIX] module: do not recreate categories when updating modules 2012-11-28 19:37:01 +01:00
graph.py [MERGE] openerp.pooler is deprecated. 2013-03-27 17:40:45 +01:00
loading.py [FIX] module loading: mark module as initialized *after* the data files have been loaded 2014-04-18 16:15:50 +02:00
migration.py [FIX] migration: correct the verification of module version against running server 2014-01-10 17:27:05 +01:00
module.py [MERGE] upstream 2014-03-26 16:23:07 +01:00
registry.py [IMP] test cursor: code cleanup to make it more robust to concurrent accesses 2014-04-14 09:59:06 +02:00