Im using Odoo 13v, by default a user can see all the task in a project but i want to change to the user can only see his assigned tasks only
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
4641
Vues
Hi,
You can create a record rule from enable developer mode then,
Settings -> Technical -> Record Rules
Create new rule as shown below
Name: user: Update own task only
Object: Task
Domain FIlter: [('user_id','=',user.id)]
Groups: Project / User
Hope it helps
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire