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
22 lines
748 B
# Copyright 2012-2013 Akretion Sébastien BEAU,David Beal,Alexis de Lattre
|
|
# Copyright 2016 Sodexis
|
|
# Copyright 2018 bloopark systems (<http://bloopark.de>)
|
|
# Copyright 2019 Tecnativa - Cristina Martin R.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Scheduler Error Mailer',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Extra Tools',
|
|
'license': 'AGPL-3',
|
|
'author': "Akretion,Sodexis,Odoo Community Association (OCA)",
|
|
'website': 'https://github.com/OCA/server-tools',
|
|
'depends': ['mail'],
|
|
'data': [
|
|
'data/ir_cron_email_tpl.xml',
|
|
'views/ir_cron.xml',
|
|
],
|
|
'demo': ['demo/ir_cron_demo.xml'],
|
|
'images': ['images/scheduler_error_mailer.jpg'],
|
|
'installable': True,
|
|
}
|