mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 21:32:18 -06:00
[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:
committed by
Pedro M. Baeza
parent
d503dccab0
commit
7257424cae
@@ -27,6 +27,7 @@ _logger = logging.getLogger(__name__)
|
||||
|
||||
class document_page(models.Model):
|
||||
_name = "document.page"
|
||||
_inherit = ['mail.thread']
|
||||
_description = "Document Page"
|
||||
_order = 'name'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user