Merge PR #993 into 13.0

Signed-off-by etobella
pull/1106/head
OCA-git-bot 2023-02-01 16:59:20 +00:00
commit 6499868e37
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ class MailActivityMixin(models.AbstractModel):
activity_team_user_ids = fields.Many2many(
comodel_name="res.users",
string="test field",
compute="_compute_activity_team_user_ids",
search="_search_activity_team_user_ids",
)