[MERGE] Avoid error-hiding calls like registry.get(X) when X is dynamic.
authorRaphael Collet <rco@openerp.com>
Thu, 11 Apr 2013 07:46:02 +0000 (09:46 +0200)
committerRaphael Collet <rco@openerp.com>
Thu, 11 Apr 2013 07:46:02 +0000 (09:46 +0200)
Use registry[X] instead, and test model existence with: X in registry.
Also make class Registry a subclass of collections.Mapping.

bzr revid: rco@openerp.com-20130411074602-j8w67g6rzlpo0l06


Trivial merge