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/",
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
'installable': False,
|
||||
'data': [
|
||||
'views/layouts.xml',
|
||||
],
|
||||
|
||||
@@ -12,8 +12,11 @@
|
||||
'category': 'Reporting',
|
||||
'version': '9.0.1.0.0',
|
||||
'license': 'AGPL-3',
|
||||
'external_dependencies': {'python': ['xlsxwriter']},
|
||||
'external_dependencies': {'python': ['xlsxwriter'],
|
||||
'installable': False,
|
||||
},
|
||||
'depends': [
|
||||
'base',
|
||||
],
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user