in calendar can i apply groups on everybody's calendar..?.....I want everybody's calendar only to admin............
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
1
Reply
2425
Views
hi,
Seems like you want to logged user can see there own record, and admin can see all record.
Create two group, and define rule for it add domain like:
for admin, domain: [(1,'=',1)]
for others , domain:[('fields_holds_user_id', '=', user.id)]
hope this'll help you
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