[FIX] dp_group: fixed logs spamming field error

This commit is contained in:
Gabriel 2022-11-28 12:21:07 -05:00 committed by FernandoRomera
parent a766ae2454
commit 1e4e494b3b

View File

@ -11,6 +11,7 @@ class DocumentPage(models.Model):
group_ids = fields.Many2many(
"res.groups",
store=True,
recursive=True,
relation="document_page_direct_group",
column1="document_page_id",
column2="group_id",