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',
'version': '9.0.1.0.0',
'license': 'AGPL-3',
'external_dependencies': {'python': ['xlsxwriter']},
'external_dependencies': {'python': ['xlsxwriter'],
'installable': False,
},
'depends': [
'base',
],
'installable': False,
}
Loading…
Cancel
Save