Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
13696 Представления

Hi Community,

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

Thanks


Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Автор

Thanks for the reply. i will try this one

Related Posts Ответы Просмотры Активность
2
февр. 21
7441
2
янв. 20
132
4
дек. 19
4187
2
нояб. 19
3309
1
мар. 16
5711