[MIG] report_layout_config: Migration to 17.0

This commit is contained in:
Duy (Đỗ Anh)
2024-05-17 17:33:07 +07:00
parent c83845a387
commit cfe5f2dbfb
10 changed files with 21 additions and 40 deletions

View File

@@ -23,4 +23,4 @@ class BaseDocumentLayout(models.TransientModel):
"full_header_img",
)
def _compute_preview(self):
super()._compute_preview()
return super()._compute_preview()