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
답글
3932
화면
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
|
6138 | ||
|
1
9월 21
|
5372 | ||
|
1
3월 21
|
18819 | ||
|
1
4월 25
|
6333 | ||
|
0
12월 24
|
1199 |
I want to update some part of page without reloading/refresh the page like ajax. I want implement what exactly ajax do.