mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
[MIG] Make modules uninstallable
This commit is contained in:
parent
be9de30794
commit
ef5b89c8ec
@ -38,7 +38,7 @@
|
||||
"test": [
|
||||
],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
'installable': False,
|
||||
"application": False,
|
||||
"external_dependencies": {
|
||||
'python': [],
|
||||
|
@ -35,7 +35,7 @@
|
||||
"test": [
|
||||
],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
'installable': False,
|
||||
"application": False,
|
||||
"external_dependencies": {
|
||||
'python': ['dateutil', 'pytz'],
|
||||
|
@ -46,7 +46,7 @@
|
||||
"test": [
|
||||
],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
'installable': False,
|
||||
"application": False,
|
||||
"external_dependencies": {
|
||||
'python': [],
|
||||
|
@ -29,7 +29,7 @@
|
||||
'document',
|
||||
],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
'installable': False,
|
||||
"application": False,
|
||||
"external_dependencies": {
|
||||
'python': [],
|
||||
|
@ -48,7 +48,7 @@ Web pages
|
||||
'test': [
|
||||
'test/document_page_test00.yml'
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
'images': [],
|
||||
'css': ['static/src/css/document_page.css'],
|
||||
|
@ -54,7 +54,7 @@ Scenario
|
||||
'security/document_page_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'auto_install': False,
|
||||
'images': [
|
||||
'images/category.png',
|
||||
|
@ -34,7 +34,7 @@
|
||||
],
|
||||
"post_init_hook": 'post_init_hook',
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
'installable': False,
|
||||
"application": False,
|
||||
"external_dependencies": {
|
||||
'python': [],
|
||||
|
@ -40,5 +40,5 @@ Module that allows to attach an URL as a document.
|
||||
'qweb': [
|
||||
'static/src/xml/url.xml',
|
||||
],
|
||||
"installable": True,
|
||||
'installable': False,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user