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/',
'license': 'AGPL-3',
'depends': [
'knowledge'
'knowledge',
],
'data': [
'wizard/document_page_create_menu_view.xml',

View File

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