Browse Source

[MIG] Make modules uninstallable

pull/171/head
Pedro M. Baeza 8 years ago
committed by Enric Tobella
parent
commit
e6dd374378
No known key found for this signature in database GPG Key ID: 1A2546A1B7BA2451
  1. 5
      report_xlsx/__openerp__.py

5
report_xlsx/__openerp__.py

@ -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,
} }
Loading…
Cancel
Save