I want to show some measures in the measures dropdown only for specific group (sales admin) and hide them for other groups
let's say i have the cost measure and i want the users in sales administration group only to see it
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to show some measures in the measures dropdown only for specific group (sales admin) and hide them for other groups
let's say i have the cost measure and i want the users in sales administration group only to see it
Hi,
You can give groups attribute in the python file for the field.
cost = fields.Float('Cost', readonly=True, groups="sales_team.group_sale_manager")
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Tilmeld digRelated Posts | Besvarelser | Visninger | Aktivitet | |
---|---|---|---|---|
|
1
jul. 21
|
3828 | ||
|
0
maj 17
|
3951 | ||
|
0
sep. 21
|
78 | ||
|
2
maj 24
|
2382 | ||
|
0
jan. 23
|
809 |