跳至内容
菜单
此问题已终结
2 回复
5997 查看

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
4925
1
7月 22
1969
0
4月 22
2963
1
6月 25
684
3
5月 25
2434