odoo/addons/web/static
Xavier Morel 2d08b98ea4 [FIX] bug introduced during xmo@openerp.com-20120208130738-pr92lh9qotki71o4
Change made registry inheritance "lazy", keeping a permanent relation
between child and parent and walking the tree to find matches.

But editable listviews relied on an implementation detail (that an
extension eagerly created keys in the children registry) and iterated
over the internal map of the child registry they'd just created to
replace the form keys with overridden versions of the form widgets.

Just iterate over form's registry, but really the editable list should
have its own Registry subclass doing that stuff more solidly.

bzr revid: xmo@openerp.com-20120209154844-zk2xuxdhhi57eqhp
2012-02-09 16:48:44 +01:00
..
lib [ADD] Added tipsy.clear() 2012-02-09 14:59:39 +01:00
src [FIX] bug introduced during xmo@openerp.com-20120208130738-pr92lh9qotki71o4 2012-02-09 16:48:44 +01:00
test [FIX] formatting of float_time fields 2012-02-08 14:56:55 +01:00