[FIX+IMP] document_page:

* Changed history widget to html.
* Improved views and added followers to pages.
* Updated document_page pot and es translations.
* document_page:^Cissing dependency.
This commit is contained in:
Glen Sojo
2015-07-23 12:50:52 -06:00
committed by Pedro M. Baeza
parent d503dccab0
commit 7257424cae
7 changed files with 1040 additions and 950 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'