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.
Cette question a été signalée
1
Répondre
3508
Vues
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
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
1
sept. 24
|
4507 | ||
|
|
1
mai 23
|
5163 | ||
|
|
2
avr. 22
|
5569 | ||
|
|
1
sept. 21
|
7647 | ||
|
|
1
août 23
|
5960 |