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

Friends,

How to set the following domain filter as default?

                 <filter string="file numbers" domain="[('file_no','ilike','TN%')]"/>

Thanks...

아바타
취소
베스트 답변

you can create a record rule for you module if you are using multi company 

아바타
취소
베스트 답변

           

1.provide name to filter
   <filter string="file numbers" name="file_numbers"  domain="[('file_no','ilike','TN%')]"/>


2. pass the filter in the context like this to the action window

<field name="context">{"search_default_file_numbersl":1}</field>

--->Hope this helps you

아바타
취소
관련 게시물 답글 화면 활동
2
2월 16
4268
1
11월 22
102
3
9월 25
463
1
9월 25
1869
1
8월 25
340