mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] - Add contract tags
This commit is contained in:
@@ -91,6 +91,7 @@ class ContractContract(models.Model):
|
||||
string='Commercial Entity',
|
||||
index=True
|
||||
)
|
||||
tag_ids = fields.Many2many(comodel_name="contract.tag", string="Tags")
|
||||
|
||||
@api.multi
|
||||
def _inverse_partner_id(self):
|
||||
|
||||
Reference in New Issue
Block a user