mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 11:52:18 -06:00
[MIG] document_page: Migration to 14.0
This commit is contained in:
committed by
Justine Doutreloux
parent
2eeab62555
commit
3fd611939f
@@ -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