Skip to Content
मेन्यू
This question has been flagged
1 Reply
1789 Views

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.

Avatar
Discard
Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
1
सित॰ 24
2286
1
मई 23
2931
2
अप्रैल 22
3871
1
सित॰ 21
5516
1
अग॰ 23
3651