Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
4172 Visualizações

Dears,

I have a scenario like , i need to apply a filter on a many2one field.

<field name="employee_id"  on_change="onchange_employee_id(employee_id)" class="oe_inline"  />

here employee_id is a many2one field and i need the field should only show the list of employees with the cost_centre same as that of the logged in user . how can i add a filter for that?

Thank you

Avatar
Cancelar
Autor

domain="[('cost_centre','=',)]"

Autor

Any ideas?

Publicações relacionadas Respostas Visualizações Atividade
2
abr. 21
11343
2
jul. 15
4786
1
ago. 23
2526
1
jan. 21
4083
3
set. 20
71899