odoo/openerp/osv
Raphael Collet 7b1ef7085a [IMP] fields: reduce the number of attributes on _column instances
This is a memory optimization: instead of setting all attributes on all
instances, set them with their default value on the class, and only set
specific ones on instances.  This reduces the memory footprint of around 14Mb
per registry with modules crm, sale, purchase and stock installed.
2014-10-27 14:36:09 +01:00
..
__init__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
expression.py [IMP] expression.py: add a check to forbid records in domains 2014-10-16 10:22:23 +02:00
fields.py [IMP] fields: reduce the number of attributes on _column instances 2014-10-27 14:36:09 +01:00
orm.py [MERGE] Forward-port saas-4 up to 2694ed1 2014-08-13 17:34:27 +02:00
osv.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
query.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00