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.

28 lines
823 B

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