Browse Source

[MIG] Make modules uninstallable

pull/57/head
Pedro M. Baeza 9 years ago
parent
commit
7a4cb51d6f
  1. 1
      mail_attach_existing_attachment/__openerp__.py
  2. 2
      mail_compose_select_lang/__openerp__.py
  3. 2
      mail_full_expand/__openerp__.py
  4. 2
      mail_restrict_follower_selection/__openerp__.py
  5. 2
      mass_mailing_custom_unsubscribe/__openerp__.py

1
mail_attach_existing_attachment/__openerp__.py

@ -38,4 +38,5 @@
'data': [
'wizard/mail_compose_message_view.xml',
],
'installable': False,
}

2
mail_compose_select_lang/__openerp__.py

@ -18,5 +18,5 @@
'data': [
'wizard/mail_compose_message_view.xml',
],
"installable": True,
'installable': False,
}

2
mail_full_expand/__openerp__.py

@ -11,7 +11,7 @@
"author": "Grupo ESOC, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
"depends": [
"mail",
"web",

2
mail_restrict_follower_selection/__openerp__.py

@ -33,7 +33,7 @@
"data/ir_actions.xml",
],
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': [],

2
mass_mailing_custom_unsubscribe/__openerp__.py

@ -33,5 +33,5 @@
'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com',
'license': 'AGPL-3',
'installable': True,
'installable': False,
}
Loading…
Cancel
Save