Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
6332 Visualizações

I wish to hide the attachment drop down button from the project information page (where you can quickly add a document). But only from the project information page so it has to be available on all other pages/modules. 

But i do want to make it visible for the managers. 

Is this possible?

Avatar
Cancelar
Melhor resposta

May be you can use groups. hope so this will help you.

Avatar
Cancelar
Melhor resposta
Try this,

<record model="ir.ui.menu" id="base.menu_action_attachment">

<field name="groups_id" eval="[(4,ref('base.group_sale_salesman'))]"/>

</record>
Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
nov. 23
1335
0
fev. 23
1789
3
mar. 18
21844
2
jul. 16
4581
1
mar. 15
9014