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

How to disable create button in many2many field in form view like :

<field name="field_name" options="{'create': false, 'create_edit': false}">

形象
丢弃
最佳答案

<field name="field_name" options="{'no_create': True}"></field>

 

try this. it in v8

形象
丢弃

Hello I saw the answer and I have a doubt. Can i make domains on the options attribute, or do you know another form to make a domain relative to one field.

编写者 最佳答案

I am on V7

形象
丢弃
最佳答案

There is this module that can be used and adds more options: https://github.com/0k/web_m2x_options

形象
丢弃
编写者

This module web_m2x_options doesn't work in this case.I already tested