Skip to content

Commit 82b8041

Browse files
committed
Merge PR OCA#933 into 16.0
Signed-off-by pedrobaeza
2 parents c7330ce + 20ce92f commit 82b8041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

announcement/models/announcement.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Announcement(models.Model):
4343
)
4444
specific_user_ids = fields.Many2many(
4545
comodel_name="res.users",
46+
context={"active_test": False},
4647
domain=[("share", "=", False)],
4748
inverse="_inverse_specific_user_ids",
4849
)

0 commit comments

Comments
 (0)