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

This commit is contained in:
chandni299
2022-07-27 13:24:48 +02:00
parent e49451d60b
commit babc25a895
3 changed files with 6 additions and 1 deletions

View File

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