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
回覆
3843
瀏覽次數
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
|
6101 | ||
|
1
9月 21
|
5287 | ||
|
1
3月 21
|
18761 | ||
|
1
4月 25
|
6187 | ||
|
0
12月 24
|
1154 |
I want to update some part of page without reloading/refresh the page like ajax. I want implement what exactly ajax do.