mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22: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/',
|
'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',
|
||||||
|
@ -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',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user