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
646 B

  1. # -*- coding: utf-8 -*-
  2. # © 2017 Phuc.nt - <phuc.nt@komit-consulting.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': "Mail split by partner",
  6. "version": "10.0.1.0.0",
  7. "author": "Komit, "
  8. "Odoo Community Association (OCA)",
  9. "license": "AGPL-3",
  10. "category": "Marketing",
  11. "website": "https://komit-consulting.com",
  12. 'summary': "Split or merge recipients when send mail.",
  13. 'depends': [
  14. 'mail',
  15. ],
  16. 'data': [
  17. 'views/mail_mail_view.xml',
  18. 'views/mail_template_view.xml',
  19. 'data/ir_config_parameter.xml',
  20. ],
  21. 'installable': True,
  22. }