add activities to wiki pages

This commit is contained in:
Jordi Ballester Alomar
2019-03-05 17:35:48 +01:00
committed by FernandoRomera
parent a2eb66d3f3
commit 7a69193d65
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ class DocumentPage(models.Model):
"""This class is use to manage Document."""
_name = "document.page"
_inherit = ['mail.thread']
_inherit = ['mail.thread', 'mail.activity.mixin']
_description = "Document Page"
_order = 'name'