Skip to content

Commit

Permalink
Merge PR #1927 into 18.0
Browse files Browse the repository at this point in the history
Signed-off-by sebalix
  • Loading branch information
OCA-git-bot committed Dec 17, 2024
2 parents 1496e2a + 3f85f26 commit cba5001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_partner_company_group/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Contact(models.Model):
"res.partner",
domain=[("is_company", "=", True)],
recursive=True,
index=True,
)
company_group_member_ids = fields.One2many(
comodel_name="res.partner",
Expand Down

0 comments on commit cba5001

Please sign in to comment.