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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
2
回覆
2307
瀏覽次數
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.
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
0
8月 25
|
227 | ||
|
4
5月 25
|
2765 | ||
|
2
5月 25
|
6188 | ||
|
1
3月 25
|
1841 | ||
|
4
3月 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.