Add Icon Field in pms_service

This commit is contained in:
Vandan-OSI
2021-12-07 10:32:22 +05:30
parent cb02738504
commit 4d3eea1e2a
2 changed files with 4 additions and 0 deletions

View File

@@ -36,3 +36,6 @@ class PmsService(models.Model):
vendor_id = fields.Many2one(
string="Vendor", required=True, comodel_name="res.partner", ondelete="restrict"
)
icon = fields.Char(
string="Website Icon", help="Set Icon name from https://fontawesome.com/"
)

View File

@@ -31,6 +31,7 @@
</group>
<group id="main-right">
<field name="sequence" />
<field name="icon" />
</group>
</group>
<notebook />