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:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
2
返信
3889
ビュー
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
|
6111 | ||
|
1
9月 21
|
5317 | ||
|
1
3月 21
|
18785 | ||
|
1
4月 25
|
6223 | ||
|
0
12月 24
|
1157 |
I want to update some part of page without reloading/refresh the page like ajax. I want implement what exactly ajax do.