mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-25 01:48:41 -06:00
[MIG] Make modules uninstallable
This commit is contained in:
parent
35f18591ac
commit
1975a383b3
@ -43,7 +43,7 @@
|
|||||||
'demo': [
|
'demo': [
|
||||||
'demo/document_page.xml'
|
'demo/document_page.xml'
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
'auto_install': False,
|
'auto_install': False,
|
||||||
'css': ['static/src/css/document_page.css'],
|
'css': ['static/src/css/document_page.css'],
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
'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',
|
||||||
|
@ -19,5 +19,5 @@
|
|||||||
'qweb': [
|
'qweb': [
|
||||||
'static/src/xml/url.xml',
|
'static/src/xml/url.xml',
|
||||||
],
|
],
|
||||||
'installable': True,
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,6 @@
|
|||||||
"views/res_config.xml",
|
"views/res_config.xml",
|
||||||
],
|
],
|
||||||
"demo": ["demo/knowledge.xml"],
|
"demo": ["demo/knowledge.xml"],
|
||||||
"installable": True,
|
'installable': False,
|
||||||
"auto_install": False,
|
"auto_install": False,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user