Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
13369 Vistas

Hi Community,

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

Thanks


Avatar
Descartar
Mejor respuesta

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
Descartar
Autor

Thanks for the reply. i will try this one

Publicaciones relacionadas Respuestas Vistas Actividad
2
feb 21
7057
2
ene 20
132
4
dic 19
3945
2
nov 19
3081
1
mar 16
5562