odoo/openerp/modules
Christophe Simonis ecfaf213c4 [FIX] module loading: pre/post_init_hook execution
New installation was detected using the `installed_version` attribute
(`latest_version` in `ir_module_module` table), but this field wasn't
reset at module uninstallation (now fixed by cb29f9e) avoiding
execution of hooks.

Same logic was applied for migration scripts at 8ff7230.

Fixes #7708
2015-07-29 12:30:14 +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 [FIX] module loading: pre/post_init_hook execution 2015-07-29 12:30:14 +02: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