odoo/openerp/addons/test_new_api
Raphael Collet 0f9b452c33 [IMP] models: convert deprecated model._all_columns into a dynamic property
The mappings model._all_columns takes quite some memory (around 2MB per
registry) because of the numerous dictionaries (one per model) and inefficient
memory storage of column_info.  Since it is deprecated and almost no longer
used, it can be computed on demand.
2015-03-23 14:36:14 +01:00
..
tests [IMP] models: convert deprecated model._all_columns into a dynamic property 2015-03-23 14:36:14 +01:00
__init__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
__openerp__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
demo_data.xml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
ir.model.access.csv [IMP] test_new_api: move test on delegate=True to module test_inherit 2015-02-18 16:43:20 +01:00
models.py [IMP] test_new_api: move test on delegate=True to module test_inherit 2015-02-18 16:43:20 +01:00
views.xml [FIX] test_new_api: missing parent menu 2014-08-14 16:48:32 +02:00