This question has been flagged

When Assign multiple Task at the same time for same user

must have an error or warning to tell this employee busy on another task
but odoo does not have anything like that on project management module ?

how to solve it Please

Avatar
Discard
Best Answer

ahmad

You can solve it by overriding the create method of project task,in that you have to check that this employee is assigned to a task or not,if yes than put a error or warning.

it is the feature of odoo that you can assign the multiple task to employee,there are many cases where employee needs to work on more then one task.

Thank You

Avatar
Discard