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.

21 lines
641 B

  1. # -*- coding: utf-8 -*-
  2. # © 2012-2013 Akretion Sébastien BEAU,David Beal,Alexis de Lattre
  3. # © 2016 Sodexis
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Scheduler Error Mailer',
  7. 'version': '9.0.1.0.0',
  8. 'category': 'Extra Tools',
  9. 'license': 'AGPL-3',
  10. 'author': "Akretion,Sodexis,Odoo Community Association (OCA)",
  11. 'website': 'http://www.akretion.com/',
  12. 'depends': ['mail'],
  13. 'data': [
  14. 'data/ir_cron_email_tpl.xml',
  15. 'views/ir_cron.xml',
  16. ],
  17. 'demo': ['demo/ir_cron_demo.xml'],
  18. 'images': ['images/scheduler_error_mailer.jpg'],
  19. 'installable': True,
  20. }