Browse Source

[MIG] Make modules uninstallable and Rename manifest files

pull/285/head
Pedro M. Baeza 8 years ago
committed by Holger Brunn
parent
commit
5772b2f0e6
  1. 2
      mail_attach_existing_attachment/__manifest__.py

2
mail_attach_existing_attachment/__openerp__.py → mail_attach_existing_attachment/__manifest__.py

@ -40,5 +40,5 @@
'data': [ 'data': [
'wizard/mail_compose_message_view.xml', 'wizard/mail_compose_message_view.xml',
], ],
'installable': True,
'installable': False,
} }
Loading…
Cancel
Save