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
Ответы
3838
Представления
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!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
2
дек. 22
|
6100 | ||
|
1
сент. 21
|
5284 | ||
|
1
мар. 21
|
18761 | ||
|
1
апр. 25
|
6186 | ||
|
0
дек. 24
|
1154 |
I want to update some part of page without reloading/refresh the page like ajax. I want implement what exactly ajax do.