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.

17 lines
504 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Camptocamp
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Mail parent recipient",
  6. "summary": "Sending the email in any case by the main partner",
  7. "category": "Mail",
  8. "license": "LGPL-3",
  9. "version": "10.0.1.0.0",
  10. "website": "https://github.com/OCA/social",
  11. "author": "Camptocamp, Odoo Community Association (OCA)",
  12. "application": False,
  13. "installable": True,
  14. "depends": [
  15. 'mail',
  16. ]
  17. }