Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4204 Переглядів

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

Аватар
Відмінити
Автор

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

Автор

Any ideas?

Related Posts Відповіді Переглядів Дія
2
квіт. 21
11359
2
лип. 15
4808
1
серп. 23
2539
1
січ. 21
4102
3
вер. 20
71913