mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[16.0][MIG] document_page: Migration to 16.0
This commit is contained in:
committed by
Justine Doutreloux
parent
83ff1fbb5a
commit
7823500154
@@ -189,4 +189,4 @@ class DocumentPage(models.Model):
|
||||
draft_name="1.0",
|
||||
draft_summary=_("summary"),
|
||||
)
|
||||
return super(DocumentPage, self).copy(default=default)
|
||||
return super().copy(default=default)
|
||||
|
||||
Reference in New Issue
Block a user