[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
committed by Pedro M. Baeza
parent 3390020f91
commit ad929e2512
74 changed files with 386 additions and 25 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)