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