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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
2
Cevaplar
3834
Görünümler
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
2
Ara 22
|
6098 | ||
|
1
Eyl 21
|
5284 | ||
|
1
Mar 21
|
18761 | ||
|
1
Nis 25
|
6183 | ||
|
0
Ara 24
|
1154 |
I want to update some part of page without reloading/refresh the page like ajax. I want implement what exactly ajax do.