i want to use the domain value that return from the onchange method,it don't work,how should I do it?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
2
Replies
2297
Zobrazenia
thx alot
Pls specify your related code. Then we can check if we solve it.
By the way, the compute field must be showed on the view otherwise it won't be triggier. Also you could do invisible on the View.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
|
0
aug 25
|
221 | ||
|
4
máj 25
|
2761 | ||
|
2
máj 25
|
6179 | ||
|
1
mar 25
|
1838 | ||
|
4
mar 25
|
4753 |
in odoo14,the result of a onchange method can contains three kind of data :value,domain,warning.
i check the code of odoo17,domain value have been removed from the result,how should I do it when i want to use domain in onchange method.