Any body can help me to create a task for my subordinates only
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
I think you can do this through coding. You can do this by adding a condition in the "create" method that checks the manager of the person that the task is being assigned to him, if this manager is the current logged in user , " you ", then let the "create" method do the creation, otherwise , raise an exception saying that : " the person you are creating a task on is not one of your subordinates"
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Actually i need to Create new task, and when i open the drop down (Assigned to) Only subordinate appear
if someone provide me how to make this rule, really i appreciated