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

Hello odoo community,

I want to disable quick edit pop up box when i type in some value in many2one and if value doesnt exist it will pop up window like in example below: (Take note that this is on odoo v7)


I tried the following:

<field name="partner_id" on_change="on_change_partner_id(partner_id, context)" options="{'no_create': True, 'no_open': True, 'create': false, 'no_quick_create': True, 'edit': false,}"/>

아바타
취소
베스트 답변

Hi

You could use this module for that:

https://github.com/0k/web_m2o_enhanced

아바타
취소
관련 게시물 답글 화면 활동
1
8월 23
2165
6
7월 24
46104
1
12월 19
13881
2
11월 19
3378
4
7월 23
2250