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...
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
|
4750 | |||
|
1
11月 22
|
102 | |||
|
0
11月 25
|
2 | |||
|
0
11月 25
|
2 | |||
|
1
10月 25
|
724 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.