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

The stock move screen is the same when it is a move for an incoming shipment or a delivery order 

is there a way to differentiate the screen , like I would like to hide some fileds when it is a move for an incoming shipment and show them when it is for a delivery order .

 

아바타
취소
베스트 답변

Add the following attribute to the fields: attrs="{'invisible': [('picking_id.type', '=', 'in')]}"

아바타
취소
작성자

thank you very much