[15.0][IMP] contract : show tags with colors in the contract

This commit is contained in:
chandni299
2022-07-27 15:11:25 +02:00
parent 5c46a0790f
commit bf87ff00e8
3 changed files with 12 additions and 1 deletions

View File

@@ -15,3 +15,4 @@ class ContractTag(models.Model):
string="Company",
default=lambda self: self.env.company.id,
)
color = fields.Integer("Color Index", default=0)