odoo/openerp/modules
Raphael Collet 3e497ea35f [FIX] registry: recompute `pure_function_fields` after every setup
The lazy property `pure_function_fields` was not invalidated upon every setup
of models, and hence could contain old instances of fields.  As every model
setup re-creates instances of fields, the property has to be recomputed.
2015-05-06 09:11:53 +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 [FIX] graph.py: correct Node() creation. 2014-11-19 15:14:14 +01:00
loading.py [TYPO] modules: better safe than sorry 2015-02-23 20:15:57 +01:00
migration.py [FIX] migration: test if package is installed using its state. 2014-10-07 14:57:26 +02:00
module.py [FIX] mail: prevent sending mail during registry loading 2015-01-28 16:17:43 +01:00
registry.py [FIX] registry: recompute `pure_function_fields` after every setup 2015-05-06 09:11:53 +02:00