odoo/openerp/osv
Vo Minh Thu 392b094d9b [FIX] column._domain is now copied instead of being extended in-place.
This commit removes a bug which causes the _domain attribute on the column class to
grow as the fields_get() is repeatedly called.

For instance, displaying the Customer Invoice views (on account.invoice) repeatedly
by switching between the list and form views and causing a full page refresh
(e.g. with ctrl-shift-r) makes the period_id field _column attribute to grow.

Variable aliasing and mutability are so kewl :)

bzr revid: vmt@openerp.com-20120713125728-yhegsthi7jaxi5gc
2012-07-13 14:57:28 +02:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
expression.py [IMP] openerp.{modules,osv}: _logger with fully qualified module name. 2012-01-24 13:42:52 +01:00
fields.py [FIX] fields.many2many : Always respect destination table order 2012-06-19 17:16:51 +02:00
orm.py [FIX] column._domain is now copied instead of being extended in-place. 2012-07-13 14:57:28 +02:00
osv.py [IMP] gunicorn: signaling used for more than just execute(). 2012-02-08 17:13:12 +01:00
query.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00