mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
Set modules installable flag to False
This commit is contained in:
parent
b97fbdd172
commit
9825070688
@ -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': [],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user