Se rendre au contenu
Menu
Cette question a été signalée
4466 Vues

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
Ignorer
Auteur

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

Auteur

Any ideas?

Publications associées Réponses Vues Activité
2
avr. 21
11622
2
juil. 15
5087
1
août 23
2657
1
janv. 21
4292
3
sept. 20
72231