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
回复
4601
查看
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
|
6768 | ||
|
|
1
9月 21
|
6156 | ||
|
|
1
3月 21
|
19639 | ||
|
|
1
4月 25
|
7439 | ||
|
|
0
12月 24
|
1803 |
I want to update some part of page without reloading/refresh the page like ajax. I want implement what exactly ajax do.