mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] Make modules uninstallable
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"website": "https://odoo-community.org/",
|
"website": "https://odoo-community.org/",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": True,
|
'installable': False,
|
||||||
'data': [
|
'data': [
|
||||||
'views/layouts.xml',
|
'views/layouts.xml',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -12,8 +12,11 @@
|
|||||||
'category': 'Reporting',
|
'category': 'Reporting',
|
||||||
'version': '9.0.1.0.0',
|
'version': '9.0.1.0.0',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'external_dependencies': {'python': ['xlsxwriter']},
|
'external_dependencies': {'python': ['xlsxwriter'],
|
||||||
|
'installable': False,
|
||||||
|
},
|
||||||
'depends': [
|
'depends': [
|
||||||
'base',
|
'base',
|
||||||
],
|
],
|
||||||
|
'installable': False,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user