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.

21 lines
610 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Tecnativa - Jairo Llopis
  3. # Copyright 2017 SerpentCS - Darshan Patel
  4. # Copyright 2017 Tecnativa - Pedro M. Baeza
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Mail Debrand",
  8. "summary": "Remove Odoo branding in sent emails",
  9. "version": "10.0.1.0.0",
  10. "category": "Social Network",
  11. "website": "https://www.tecnativa.com",
  12. "author": "Tecnativa, "
  13. "Eficent, "
  14. "Odoo Community Association (OCA)",
  15. "license": "AGPL-3",
  16. "installable": True,
  17. "depends": [
  18. "mail",
  19. ],
  20. }