hi, I'm thinking on how to implement a project management workflow where every user should be able to do everything with tasks created by himself, but for assigned tasks (created by the project manager or someone else) they should only be able to some limited set of functionalities, like making the task pending or delegating it, but definitely not being able to cancel a task.
the simple solution would be to overwrite the methods that handle these actions, but I'm wandering whether it's possible to accomplish this kind of "acl based workflow" using roles and just the wokflow xml? how do you see this? Viktor
_______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

