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
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
2
Odgovori
2293
Prikazi
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!
PrijaviRelated Posts | Odgovori | Prikazi | Aktivnost | |
---|---|---|---|---|
|
0
avg. 25
|
221 | ||
|
4
maj 25
|
2761 | ||
|
2
maj 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.