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.

18 lines
550 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. 'website': "http://acsone.eu",
  12. 'category': 'Mail',
  13. 'version': '8.0.1.0.0',
  14. 'license': 'AGPL-3',
  15. 'depends': [
  16. 'mail',
  17. ],
  18. }