Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
6641 Переглядів

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
3
серп. 24
5378
1
лип. 22
2332
0
квіт. 22
3524
1
черв. 25
1718
3
лип. 25
3338