Add dependency to knowledge

This commit is contained in:
Loïc Faure-Lacroix 2015-03-10 18:43:55 +03:00
parent 4a4088545b
commit 605987d358
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Web pages
'website': 'http://www.openerp.com/', 'website': 'http://www.openerp.com/',
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': [ 'depends': [
'knowledge' 'knowledge',
], ],
'data': [ 'data': [
'wizard/document_page_create_menu_view.xml', 'wizard/document_page_create_menu_view.xml',

View File

@ -43,6 +43,7 @@ Scenario
* Users reading the page see the last approved version. * Users reading the page see the last approved version.
""", """,
'depends': [ 'depends': [
'knowledge',
'document_page', 'document_page',
'email_template', 'email_template',
], ],