[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:
Loïc Faure-Lacroix
2015-03-10 18:43:55 +03:00
committed by Dũng (Trần Đình)
parent 9aa5a1a9d4
commit 68ea4126d7
2 changed files with 15 additions and 1 deletions

View File

@@ -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',