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
回复
2291
查看
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
|
221 | ||
|
4
5月 25
|
2761 | ||
|
2
5月 25
|
6179 | ||
|
1
3月 25
|
1838 | ||
|
4
3月 25
|
4752 |
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.