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

  1. # Copyright 2012-2013 Akretion Sébastien BEAU,David Beal,Alexis de Lattre
  2. # Copyright 2016 Sodexis
  3. # Copyright 2018 bloopark systems (<http://bloopark.de>)
  4. # Copyright 2019 Tecnativa - Cristina Martin R.
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  6. {
  7. 'name': 'Scheduler Error Mailer',
  8. 'version': '12.0.1.0.0',
  9. 'category': 'Extra Tools',
  10. 'license': 'AGPL-3',
  11. 'author': "Akretion,Sodexis,Odoo Community Association (OCA)",
  12. 'website': 'https://github.com/OCA/server-tools',
  13. 'depends': ['mail'],
  14. 'data': [
  15. 'data/ir_cron_email_tpl.xml',
  16. 'views/ir_cron.xml',
  17. ],
  18. 'demo': ['demo/ir_cron_demo.xml'],
  19. 'images': ['images/scheduler_error_mailer.jpg'],
  20. 'installable': True,
  21. }