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

I am editing my custom xml code and want to enable no_create only if another model's field is a certain value.

i.e. options="{"no_create": [('field_x', '=', 1)]}"

Currently I can only get the no_create option to work by setting it to True. Is there a particular syntax I may be missing to enable the use case described above?


頭像
捨棄
最佳答案

Hi,

Check this Link​
I've used this method to remove create and edit from many2one based on condition.
頭像
捨棄
作者

Unfortunately that work around won't work for me. For my case, if I have to create a second dummy field to then toggle I would rather generate an entirely new view. Thanks tho!

相關帖文 回覆 瀏覽次數 活動
0
9月 19
5332
6
7月 24
46061
2
3月 24
17208
0
12月 19
6428
1
8月 23
2161