Skip to content
Snippets Groups Projects
Commit 0e6bde19 authored by Vishnu Thuletiya's avatar Vishnu Thuletiya Committed by fw-bot
Browse files

[FIX] project: fix vendor bills state button icon issue


The icon of the 'Vendor Bills' stat button isn't displayed
so fix the icon class.

Task-2115206

closes odoo/odoo#40050

Closes: #40006
X-original-commit: 5a595c59
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent 8caf0037
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@ class Project(models.Model):
stat_buttons.append({
'name': _('Vendor Bills'),
'count': len(account_invoices),
'icon': 'fa pencil-square-o',
'icon': 'fa fa-pencil-square-o',
'action': _to_action_data(
action=self.env.ref('account.action_move_in_invoice_type'),
domain=[('id', 'in', account_invoices.ids)],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment