Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
4897 Переглядів

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