Details:
if the default list is [('1','1'),('2','2'),('3','3')] when onchnage execute 1st time the list will be updated to
list [('4','4'),('5','5'),('6','6')]
and then next will be [('7','7'),('8','8'),('9','9'),('0','0')] like this.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Details:
if the default list is [('1','1'),('2','2'),('3','3')] when onchnage execute 1st time the list will be updated to
list [('4','4'),('5','5'),('6','6')]
and then next will be [('7','7'),('8','8'),('9','9'),('0','0')] like this.
You can't do it with a selection field, onchanges for selection fields and for the rest of the fields it will change the value of the field, not the set of values that can be selected on the value, for others fields like relational ones(o2m, m2o, m2m) you could set a domain to be apply for the field to change the resulting set of values to be selected by returning the domain for the field on the onchange, but the selection field is not the case as it's not a relational field and it will not be affected by domains
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
4
Dec 15
|
5765 | ||
|
0
Mar 15
|
5513 | ||
|
3
Jul 24
|
3940 | ||
|
1
Sep 23
|
4461 | ||
|
2
Sep 23
|
11601 |