odoo/openerp/workflow
Vo Minh Thu 1e7e2ca753 [REF] no longer use openerp.pooler.
Either use openerp.modules.registry.RegistryManager when the full
new() signature is needed, or use openerp.registry().

Replaced also some pool.get() with pool[] because KeyErrors
are better than AttributeErrors on None.

bzr revid: vmt@openerp.com-20130327111014-2i0hlvpy5y5ku7hm
2013-03-27 12:10:14 +01:00
..
__init__.py [REF] service: workflow is not a service 2013-01-30 18:37:59 +01:00
instance.py [FIX] Remove unused imports and fix some imports that doesn't use the new namespace 2012-12-17 15:30:29 +01:00
wkf_expr.py [REF] no longer use openerp.pooler. 2013-03-27 12:10:14 +01:00
workitem.py [FIX] workitem: the early return in the case workitem.state == running was seemingly wrong as workitem.state is mutated in some other IFs. 2013-03-26 15:39:37 +01:00