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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
3761
Tampilan
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Des 22
|
6014 | ||
How to put a default website in multi-websites?
Diselesaikan
|
|
1
Sep 21
|
5217 | |
|
1
Mar 21
|
18675 | ||
How to solve “Unreachable: robot.txt” - Odoo Website
Diselesaikan
|
|
1
Apr 25
|
6073 | |
|
0
Des 24
|
1124 |
I want to update some part of page without reloading/refresh the page like ajax. I want implement what exactly ajax do.