Currently using odoo v14 Enterprise, and checking some features in Odoo studio.
Is it possible to change the string attribute of a field via xpath and changing it to an fa-icon?
Image example:
What I want to achieve:
Is this possible to do just from the view xml?
Thanks in advance,
Rodrigo.
신고된 질문입니다
1
회신
3532
화면
Hi,
You can update the CSS like in the below code
.o_wrap_field:has(.o_field_phone)::before {
content: "\260E"; /* Use your preferred Unicode character or icon for the phone */
}
Regards
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
1
9월 24
|
4600 | ||
|
|
1
5월 23
|
5211 | ||
|
|
2
4월 22
|
5603 | ||
|
|
1
9월 21
|
7719 | ||
|
|
1
8월 23
|
6012 |