Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
10857 Widoki

Hello,


Do we have option to change Font Type/Font Family in HTML column ?(Odoo 12 enterprise)

We can achieve that using code/tags but can we do it from front like we change font size and Bold, Italic, Underline etc.?

Awatar
Odrzuć
Najlepsza odpowiedź

Hello,

Yes odoo v12 has font-family and font-weight inside style, which you can use in xml file. 

You can use like this:

                               <field name="field name" style="font-family:'monospace';font-weight: bold"/>

Hope this will help you.

Thanks

Awatar
Odrzuć
Najlepsza odpowiedź

Yes,  You can add font-family for fonts style and font-size for change size of fonts in xml.


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
wrz 24
4352
1
mar 22
2465
2
sty 21
4339
2
cze 19
3493
1
mar 15
3157