odoo/addons/web
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
..
common [FIX] docstring references 2012-02-07 14:21:10 +01:00
controllers [FIX] Application Tiles now heed the custom menu domain, just like the nain menu 2012-02-09 15:13:39 +01:00
i18n Launchpad automatic translations update. 2012-02-09 07:27:46 +00:00
static [FIX] bug introduced during xmo@openerp.com-20120208130738-pr92lh9qotki71o4 2012-02-09 16:48:44 +01:00
test rename base into web part1 2011-09-05 13:03:09 +02:00
__init__.py [FIX] missing imports and typo in __all__. 2012-01-16 19:33:28 +01:00
__openerp__.py [IMP] Upgraded jQuery UI from 1.8.9 to 1.8.17 2012-02-01 17:33:12 +01:00