How can we show dynamic data (text, images, pdfs)based on selection.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
3672
查看
Hi,
Add necessary fields in the form and control its visibility using the attributes based on the selection.
Sample:
attrs="{'invisible': [('deduplicate', '=', False)]}"
See: https://www.youtube.com/watch?v=IXcrxXmedwM
Thanks
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
12月 22
|
5911 | ||
|
1
9月 21
|
5113 | ||
|
1
3月 21
|
18601 | ||
|
1
4月 25
|
5959 | ||
|
0
12月 24
|
1040 |
I want to update some part of page without reloading/refresh the page like ajax. I want implement what exactly ajax do.