콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
6764 화면

in a class, a field.Char with fa-icon name like fa-dollar.


in form view how to this name as fa-icon?



아바타
취소
베스트 답변

Hi,




Please refer the below example:


<span class="badge rounded-pill">
     i class="fa fa-fw fa-star" aria-label="Opportunities"
     role="img" title="Opportunities"/>
<t t-out="record.opportunity_count.value"/>
</span>

The above code is from the addons where star icon is shown in the partner view in CRM module.

아바타
취소
베스트 답변

Add icon="fa-dollar" to the button in the form view.

Here's an example: https://github.com/odoo/odoo/blob/15.0/addons/mass_mailing_sale/views/mailing_mailing_views.xml#L17

아바타
취소
관련 게시물 답글 화면 활동
3
8월 24
5504
1
7월 22
2405
0
4월 22
3631
1
6월 25
1898
3
7월 25
3501