Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
7269 Visualizações

Friends,

How to set the following domain filter as default?

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

Thanks...

Avatar
Cancelar
Melhor resposta

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

Avatar
Cancelar
Melhor resposta

           

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
fev. 16
3926
1
nov. 22
102
1
mai. 25
1054
1
mai. 25
1106
2
mar. 25
1057