/
This commit is contained in:
parent
f3e9c630de
commit
0a67eabbd3
@ -15,8 +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(
|
||||
'coworking.relation', 'relation')
|
||||
)
|
||||
relation_ids = fields.One2many(
|
||||
string="Relation",
|
||||
comodel_name="coworking.relation",
|
||||
|
Loading…
Reference in New Issue
Block a user