You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
730 B

  1. # -*- coding: utf-8 -*-
  2. ##############################################################################
  3. # (c) 2015 Pedro M. Baeza
  4. # License AGPL-3 - See LICENSE file on root folder for details
  5. ##############################################################################
  6. {
  7. 'name': 'Select language in mail compose window',
  8. 'version': '8.0.1.0.0',
  9. 'category': 'Marketing',
  10. 'author': 'Serv. Tecnol. Avanzados - Pedro M. Baeza, '
  11. 'Antiun Ingeniería S.L.,'
  12. 'Odoo Community Association (OCA)',
  13. 'website': 'http://www.serviciosbaeza.com',
  14. 'depends': [
  15. 'email_template',
  16. ],
  17. 'data': [
  18. 'wizard/mail_compose_message_view.xml',
  19. ],
  20. 'installable': False,
  21. }