By looking at addons, that come with OpenERP source, one can tell that
self.pool.get('model.name')
is frequently used in model methods.
Where is this "pool" and "get()" defined in OpenERP source code? I would like to look at it's documentation (docstrings).
↧