[IMP] - Improved views and added followers to pages.

This commit is contained in:
Glen Sojo
2015-07-24 14:18:22 -06:00
parent 8a2d2775de
commit 1ecf7f7560
3 changed files with 142 additions and 32 deletions

View File

@@ -27,6 +27,7 @@ _logger = logging.getLogger(__name__)
class document_page(models.Model):
_name = "document.page"
_inherit = ['mail.thread']
_description = "Document Page"
_order = 'name'