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

Hi, 

I need to display dynamic values in Selection:



But it seems like the values dont get evaluated in time.


Thank you 

頭像
捨棄
最佳答案

Hi Andreas,

task_contact= fields.Selection(
​selection=lambda self: self._get_task_contact_options(),
​string='Task Contact',
​track_visibility='onchange',
​store=True

)

Hope this help!

頭像
捨棄
作者

Hey Jason, it says function is not iterable... How would I loop through the options in the xml?

Hi Andreas, you should get self._fields['task_contact'].selection first then pass to qweb

最佳答案

Hi, 

You can follow following link for this:

https://youtu.be/GPhgxxwprA4

Hope it helps,

Thanks

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
8月 25
135
1
8月 25
2086
1
7月 25
2588
2
7月 25
8024
2
7月 25
4474