mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
Add dependency to knowledge
This commit is contained in:
parent
4a4088545b
commit
605987d358
@ -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',
|
||||
|
@ -43,6 +43,7 @@ Scenario
|
||||
* Users reading the page see the last approved version.
|
||||
""",
|
||||
'depends': [
|
||||
'knowledge',
|
||||
'document_page',
|
||||
'email_template',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user