Hi, I need to show a hiden field like this:
I think about xpath but I don't find the correct way, hope you can help me, thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
3129
화면
If this field is from any odoo base module, you can enable debug mode go to the specific form and from debug option "edit form view" you can edit the field.
Dear David,
Create a custom module and past the below code
Thank you
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
3
4월 21
|
8921 | ||
|
2
6월 20
|
6004 | ||
|
1
10월 19
|
4926 | ||
|
1
3월 15
|
14184 | ||
|
2
3월 15
|
5104 |
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>