This commit is contained in:
michel 2017-11-20 15:24:48 +01:00
parent 0a67eabbd3
commit a74caf97ca
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Coworker(models.Model):
events_coworker_count = fields.Integer('Number of event have participe',
compute='_compute_events_coworker_count')
#Relation fields
)
relation_ids = fields.One2many(
string="Relation",
comodel_name="coworking.relation",