Skip to Content
Menu
This question has been flagged
2 Replies
7326 Views

Friends,

How to set the following domain filter as default?

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

Thanks...

Avatar
Discard
Best Answer

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

Avatar
Discard
Best Answer

           

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

Avatar
Discard
Related Posts Replies Views Activity
2
Feb 16
3976
1
Nov 22
102
1
May 25
1114
1
May 25
1149
2
Mar 25
1105