mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[MIG] document_page: Migration to 14.0
This commit is contained in:
committed by
FernandoRomera
parent
dd533b2b01
commit
ddb19d93c4
@@ -12,7 +12,7 @@ class DocumentPageShowDiff(models.TransientModel):
|
||||
_description = "Document Page Show Diff"
|
||||
|
||||
def _get_diff(self):
|
||||
"""Return the Difference between two document."""
|
||||
"""Return the Difference between two documents"""
|
||||
history = self.env["document.page.history"]
|
||||
ids = self.env.context.get("active_ids", [])
|
||||
diff = False
|
||||
|
||||
Reference in New Issue
Block a user