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
回复
3530
查看
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
|
4599 | ||
|
|
1
5月 23
|
5209 | ||
|
|
2
4月 22
|
5597 | ||
|
|
1
9月 21
|
7716 | ||
|
|
1
8月 23
|
6008 |