Friends,
How to set the following domain filter as default?
<filter string="file numbers" domain="[('file_no','ilike','TN%')]"/>
Thanks...
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
फ़र॰ 16
|
4066 | ||
|
1
नव॰ 22
|
102 | ||
|
0
जुल॰ 25
|
832 | ||
|
1
मई 25
|
1562 | ||
ADD PROPERTIES
Solved
|
|
1
मई 25
|
1984 |