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.

19 lines
576 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 ACSONE SA/NV <https://acsone.eu>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Notified partners in mail footer",
  6. "summary": """
  7. This module adds the list of notified partners in the footer of
  8. notification e-mails sent by Odoo.
  9. """,
  10. "author": "ACSONE SA/NV,Odoo Community Association (OCA)",
  11. "installable": True,
  12. "website": "http://acsone.eu",
  13. "category": "Mail",
  14. "version": "10.0.1.0.1",
  15. "license": "AGPL-3",
  16. "depends": [
  17. "mail",
  18. ],
  19. }