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

Hi Community,

How can remove the create&edit and external link option for a many2one field.Am using Odoo 13 version.

Thanks


Avatar
Cancelar
Melhor resposta

Hi,

This is possible using no_quick_create,no_create_edit and no_open.

for example

<field name="your_field name" options="{'no_quick_create':True,'no_create_edit':True,'no_open': True,}"/>

Regards

Avatar
Cancelar
Autor

Thanks for the reply. i will try this one

Publicações relacionadas Respostas Visualizações Atividade
2
fev. 21
7260
2
jan. 20
132
4
dez. 19
4050
2
nov. 19
3156
1
mar. 16
5635