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

I have 4states ... Like:- new, in progress, resolved and cancelled... All states are clickable only ... So i wanted to do .. when it is in resolved state all three should be readonly ... 

Thank you 🙂

아바타
취소
베스트 답변

Hi Ashutosh,

Try this,

field name = "state" attrs="{'readonly': [('state', 'in', ('resolved','new','in progress')]}"

Thanks

아바타
취소
베스트 답변

Hi Ashutosh,

Try this,

field name = "state" attrs="{'readonly': [('state', '=', 'resolved')]}"

Thanks


아바타
취소
작성자

I tried this one .. particular this state is getting readonly .. I need all the states to be readonly

관련 게시물 답글 화면 활동
2
3월 24
2641
3
7월 23
5898
1
10월 22
8790
1
7월 22
2240
1
5월 21
6620