mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 05:12:18 -06:00
[FIX+IMP] document_page:
* Add dependency to knowledge * Adding hack in document_page_history to allow calling method that don't exists * document_page_history don't have _sql attribute * Filter more fields
This commit is contained in:
committed by
Dũng (Trần Đình)
parent
9aa5a1a9d4
commit
68ea4126d7
@@ -32,7 +32,7 @@ Web pages
|
||||
'website': 'http://www.openerp.com/',
|
||||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
'knowledge'
|
||||
'knowledge',
|
||||
],
|
||||
'data': [
|
||||
'wizard/document_page_create_menu_view.xml',
|
||||
|
||||
Reference in New Issue
Block a user