odoo/openerp/modules
Raphael Collet e2ea691cef [IMP] ormcache: turn it into a global LRU cache shared among registries
The ormcache is now shared among registries.  The cached methods use keys like
(DBNAME, MODELNAME, METHOD, args...).  This allows registries with high load to
use more cache than other registries.
2015-03-23 14:36:14 +01: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 [IMP] ormcache: turn it into a global LRU cache shared among registries 2015-03-23 14:36:14 +01:00