c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13928
[Bug 706886] Re: workflow 'group required' field not working
changing the status to NEW because I have not heard back.
thanks
** Changed in: openobject-addons
Status: Invalid => New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/706886
Title:
workflow 'group required' field not working
Status in OpenERP Modules (addons):
New
Bug description:
As an example, the Purchase Order workflow ...
The Draft state has two outgoing transitions - Confirmed
(purchase_confirm) and Cancel (purchase_cancel).
If I create a 'Group Required' entry for the confirmed transition.
Nothing happens. If my user does not have that group assigned, I
*should* be prevented from moving along the next stage of the
workflow.
I checked the code (but I'm not a programmer) and it does not look
like the Group Required field is evaluated. Check -
wkf_confirm_order()
I might be missing something but it does not seem that this
functionality has been implemented.
I also checked Sales Orders with the same result.
References