跳至內容
選單
此問題已被標幟
4173 瀏覽次數

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?

相關帖文 回覆 瀏覽次數 活動
2
4月 21
11343
2
7月 15
4786
1
8月 23
2526
1
1月 21
4083
3
9月 20
71899