mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 05:42:13 -06:00
Set modules installable flag to False
This commit is contained in:
@@ -53,7 +53,7 @@ Contributors
|
||||
'test': [],
|
||||
'demo': [
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ Scenario
|
||||
'security/document_page_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
'images': [
|
||||
'images/category.png',
|
||||
|
||||
@@ -36,7 +36,7 @@ This module adds a company field to document page and the multi-company rule.
|
||||
'security/document_page_security.xml',
|
||||
'document_page_multi_company_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
'images': [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user