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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': "Mail optional autofollow",
  6. 'summary': """
  7. Choose if you want to automatically add new recipients as followers
  8. on mail.compose.message""",
  9. 'author': 'ACSONE SA/NV,'
  10. 'Odoo Community Association (OCA)',
  11. 'website': "http://acsone.eu",
  12. 'category': 'Social Network',
  13. 'version': '10.0.1.0.0',
  14. 'license': 'AGPL-3',
  15. 'depends': [
  16. 'mail',
  17. ],
  18. 'data': [
  19. 'wizard/mail_compose_message_view.xml',
  20. ],
  21. 'installable': True,
  22. }