Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
8367 มุมมอง

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

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

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!

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hello Estrella,

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

Odoo doesnt support this fontawesome icon.

อวตาร
ละทิ้ง