/
This commit is contained in:
parent
0a67eabbd3
commit
a74caf97ca
@ -15,7 +15,7 @@ class Coworker(models.Model):
|
|||||||
events_coworker_count = fields.Integer('Number of event have participe',
|
events_coworker_count = fields.Integer('Number of event have participe',
|
||||||
compute='_compute_events_coworker_count')
|
compute='_compute_events_coworker_count')
|
||||||
#Relation fields
|
#Relation fields
|
||||||
)
|
|
||||||
relation_ids = fields.One2many(
|
relation_ids = fields.One2many(
|
||||||
string="Relation",
|
string="Relation",
|
||||||
comodel_name="coworking.relation",
|
comodel_name="coworking.relation",
|
||||||
|
Loading…
Reference in New Issue
Block a user