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.
Această întrebare a fost marcată
1
Răspunde
3492
Vizualizări
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
Îți place discuția? Nu doar citi, alătură-te!
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
|
1
sept. 24
|
4466 | ||
|
|
1
mai 23
|
5144 | ||
|
|
2
apr. 22
|
5559 | ||
|
|
1
sept. 21
|
7613 | ||
|
|
1
aug. 23
|
5927 |