Skip to Content
Menu
This question has been flagged
1 Reply
1754 Views

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

Avatar
Discard
Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
1
Jul 21
2961
0
May 17
3318
0
Sep 21
78
2
May 24
1707
0
Jan 23
809