odoo/openerp/workflow
Thibault Delavallée 292ecbb301 [FIX] workflows: fixed a regression in transition check, group attribute on transaction is group_id, not groups_id
bzr revid: tde@openerp.com-20130809105122-a1433kqvznj4sntp
2013-08-09 12:51:22 +02: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 [FIX] workflows: fixed a regression in transition check, group attribute on transaction is group_id, not groups_id 2013-08-09 12:51:22 +02: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