← Back to team overview

openerp-community team mailing list archive

workflow depending on user

 

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

Follow ups