跳至内容
菜单
此问题已终结
1 回复
13698 查看

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

相关帖文 回复 查看 活动
2
2月 21
7441
2
1月 20
132
4
12月 19
4187
2
11月 19
3309
1
3月 16
5711