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

Hi,

I have a one2many field. I would like to block the "create and Edit" when referring it in another class.

The below are Working

Field with domain filter

<field name="prod_ser_no_id" domain="[('product_id','=',parent.product_id)]"
    on_change="onchange_serial_id(prod_ser_no_id)" />

Field with selection widget

<field name="prod_ser_no_id" on_change="onchange_serial_id(prod_ser_no_id)" widget="selection"/>

The below is not Working

Field with domain filter and selection widget

<field name="prod_ser_no_id" domain="[('product_id','=',parent.product_id)]"
    on_change="onchange_serial_id(prod_ser_no_id)" widget="selection"/>

Thanks for your help and please revert me for clarifications.

아바타
취소

Hi,,I used the below code but the domain part not working..Please help me to solve this..Thanks

'moves': fields.many2many('stock.production.lot','out_grn_lines','grn_id','lot_id', 'GRN Entry', domain="[('product_id','=','product_id')]" ,readonly=True, states={'confirmed':[('readonly', False)],'assigned':[('readonly',False)]}),

베스트 답변

Hello All,

If you want many2one Field with domain filter and selection widget, it will not allow.

but you can remove 'Create and Edit...' from many2one field and it looks like a selection widget.

Please follows the steps:

1: Go to : web/addons/web/static/src/js

2: Open view_form.js

3: Go to line number : 2958 or find 'Create and Edit...'

4: remove this line.

Enjoy you can not see the 'Create and Edit...' option.

Note : This will affect each many2one field (version 7.0).

Thanks,

Bipin Rathod,

Serpent Consulting Services Pvt. Ltd.

아바타
취소
관련 게시물 답글 화면 활동
0
8월 25
112
3
8월 25
886
1
8월 25
579
3
8월 25
860
1
8월 25
558