跳至內容
選單
此問題已被標幟
1 回覆
4044 瀏覽次數

I have a one2many field suppose "list_ids" on a from and need to put some filter on that, like there is a filed in my modelA by name field1. Now i want to put a domain filter that field1 is False then it should not be visible otherwise not. But it's not working 


 <field name="list_ids" domain="[('field1','=',False)]" readonly="1"/>


But it's not working, please help. 

頭像
捨棄
作者 最佳答案

I found the answer and want to share, it do not work in XML and one2many field, but it worked why you put the same filter in python file at one2many field .

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
3
9月 21
5356
0
11月 21
2641
8
3月 20
5525
0
10月 19
3430
0
10月 19
3993