Skip to Content
Menu
This question has been flagged
4336 Zobrazenia

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
Zrušiť
Autor

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

Autor

Any ideas?

Related Posts Replies Zobrazenia Aktivita
2
apr 21
11468
2
júl 15
4912
1
aug 23
2598
1
jan 21
4181
3
sep 20
72043