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
This question has been flagged
2
Replies
3805
Views
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!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
दिस॰ 22
|
6057 | ||
|
1
सित॰ 21
|
5265 | ||
|
1
मार्च 21
|
18718 | ||
|
1
अप्रैल 25
|
6135 | ||
|
0
दिस॰ 24
|
1142 |
I want to update some part of page without reloading/refresh the page like ajax. I want implement what exactly ajax do.