Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
2890 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
jul. 21
3958
0
mai. 17
4042
0
set. 21
78
2
mai. 24
2654
0
jan. 23
809