Skip to Content
Menu
This question has been flagged
2 Replies
8094 Views

Hi, I'm using Odoo 12 and re-making a custom website module. My problem is that the fontawesome icons doesn't render and i don't understand why. I only see an empty rectangle.  My icon is:

<i class="fa-keyboard-o"></i>

Thank you in advance

Avatar
Discard
Author Best Answer

Hello Annadurai,

The problem was that the custom module had installed font awesome 5 and that was clashing with the rest of the odoo funtionality. I don't recommend it at all. 

Have a nice day!

Avatar
Discard
Best Answer

Hello Estrella,

Did you tried adding fa as prefix just like this <i class="fa fa-check" /> ?
Or

Odoo doesnt support this fontawesome icon.

Avatar
Discard