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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
2
Odpowiedzi
2306
Widoki
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.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
sie 25
|
226 | ||
|
4
maj 25
|
2765 | ||
|
2
maj 25
|
6186 | ||
|
1
mar 25
|
1840 | ||
|
4
mar 25
|
4760 |
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.