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.
This question has been flagged
1
Respondre
3505
Vistes
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
|
1
de set. 24
|
4499 | ||
|
|
1
de maig 23
|
5158 | ||
|
|
2
d’abr. 22
|
5568 | ||
|
|
1
de set. 21
|
7630 | ||
|
|
1
d’ag. 23
|
5935 |