콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
4886 화면

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