Hi,
I need to display dynamic values in Selection:
But it seems like the values dont get evaluated in time.
Thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
सित॰ 25
|
2662 | ||
|
0
अग॰ 25
|
217 | ||
|
1
अग॰ 25
|
2204 | ||
|
2
जुल॰ 25
|
8093 | ||
|
2
जुल॰ 25
|
4543 |