Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
4570 Widoki

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

Awatar
Odrzuć
Autor

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

Autor

Any ideas?

Powiązane posty Odpowiedzi Widoki Czynność
2
kwi 21
11692
2
lip 15
5151
1
sie 23
2693
1
sty 21
4364
3
wrz 20
72323