Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
13691 Vues

Hi Community,

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

Thanks


Avatar
Ignorer
Meilleure réponse

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
Ignorer
Auteur

Thanks for the reply. i will try this one

Publications associées Réponses Vues Activité
2
févr. 21
7441
2
janv. 20
132
4
déc. 19
4186
2
nov. 19
3309
1
mars 16
5710