mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 21:32:18 -06:00
[MIG] document_page: Migration to 14.0
This commit is contained in:
committed by
Alberto Martínez
parent
0038afd9e1
commit
11e417ec8b
@@ -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