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.

29 lines
847 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Simone Orsi <simone.orsi@camptocamp.com>
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  4. {
  5. 'name': 'Mail digest',
  6. 'summary': """Basic digest mail handling.""",
  7. 'version': '10.0.1.0.2',
  8. 'license': 'AGPL-3',
  9. 'author': 'Camptocamp,Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/social',
  11. 'depends': [
  12. 'mail',
  13. ],
  14. 'data': [
  15. 'data/ir_cron.xml',
  16. 'data/config_param.xml',
  17. 'security/ir.model.access.csv',
  18. 'security/record_rules.xml',
  19. 'views/mail_digest_views.xml',
  20. 'views/partner_views.xml',
  21. 'views/user_views.xml',
  22. 'templates/digest_default.xml',
  23. 'templates/digest_layout_preview.xml',
  24. ],
  25. 'images': [
  26. 'static/description/preview.png',
  27. ]
  28. }