diff --git a/scheduler_error_mailer/README.rst b/scheduler_error_mailer/README.rst index db7417404..a6af6cc70 100644 --- a/scheduler_error_mailer/README.rst +++ b/scheduler_error_mailer/README.rst @@ -51,6 +51,10 @@ Contributors * Sodexis * Achraf Mhadhbi +* `Tecnativa `_: + + * Cristina Martin R. + Maintainer ---------- diff --git a/scheduler_error_mailer/__init__.py b/scheduler_error_mailer/__init__.py index f55583a17..69f7babdf 100644 --- a/scheduler_error_mailer/__init__.py +++ b/scheduler_error_mailer/__init__.py @@ -1,5 +1,3 @@ -# © 2012-2013 Akretion Sébastien BEAU,David Beal,Alexis de Lattre -# © 2016 Sodexis # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import models diff --git a/scheduler_error_mailer/__manifest__.py b/scheduler_error_mailer/__manifest__.py index 2954d0a8e..92e61ac59 100644 --- a/scheduler_error_mailer/__manifest__.py +++ b/scheduler_error_mailer/__manifest__.py @@ -1,15 +1,16 @@ -# © 2012-2013 Akretion Sébastien BEAU,David Beal,Alexis de Lattre -# © 2016 Sodexis -# © 2018 bloopark systems () +# Copyright 2012-2013 Akretion Sébastien BEAU,David Beal,Alexis de Lattre +# Copyright 2016 Sodexis +# Copyright 2018 bloopark systems () +# Copyright 2019 Tecnativa - Cristina Martin R. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Scheduler Error Mailer', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Extra Tools', 'license': 'AGPL-3', 'author': "Akretion,Sodexis,Odoo Community Association (OCA)", - 'website': 'http://www.akretion.com/', + 'website': 'https://github.com/OCA/server-tools', 'depends': ['mail'], 'data': [ 'data/ir_cron_email_tpl.xml', diff --git a/scheduler_error_mailer/models/__init__.py b/scheduler_error_mailer/models/__init__.py index 151e123d9..b365c0e97 100644 --- a/scheduler_error_mailer/models/__init__.py +++ b/scheduler_error_mailer/models/__init__.py @@ -1,6 +1,3 @@ -# © 2012-2013 Akretion Sébastien BEAU,David Beal,Alexis de Lattre -# © 2016 Sodexis -# © 2018 bloopark systems () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from . import ir_cron diff --git a/scheduler_error_mailer/models/ir_cron.py b/scheduler_error_mailer/models/ir_cron.py index 9eedcfa23..2bce89dd4 100644 --- a/scheduler_error_mailer/models/ir_cron.py +++ b/scheduler_error_mailer/models/ir_cron.py @@ -1,6 +1,6 @@ -# © 2012-2013 Akretion Sébastien BEAU,David Beal,Alexis de Lattre -# © 2016 Sodexis -# © 2018 bloopark systems () +# Copyright 2012-2013 Akretion Sébastien BEAU,David Beal,Alexis de Lattre +# Copyright 2016 Sodexis +# Copyright 2018 bloopark systems () # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import _, api, fields, models diff --git a/scheduler_error_mailer/readme/CONFIGURE.rst b/scheduler_error_mailer/readme/CONFIGURE.rst new file mode 100644 index 000000000..baf4c1a6d --- /dev/null +++ b/scheduler_error_mailer/readme/CONFIGURE.rst @@ -0,0 +1,4 @@ +To configure this module, you need to: + +#. Go to Settings -> Technical -> Automation -> Scheduled Actions +#. Choose the scheduled Actions you want to send the error email and select the E-mail Template in the Error E-mail Template field. diff --git a/scheduler_error_mailer/readme/CONTRIBUTORS.rst b/scheduler_error_mailer/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..496cedb9f --- /dev/null +++ b/scheduler_error_mailer/readme/CONTRIBUTORS.rst @@ -0,0 +1,9 @@ +* Sébastien BEAU +* David Beal +* Alexis de Lattre +* Sodexis +* Achraf Mhadhbi + +* `Tecnativa `_: + + * Cristina Martin R. diff --git a/scheduler_error_mailer/readme/DESCRIPTION.rst b/scheduler_error_mailer/readme/DESCRIPTION.rst new file mode 100644 index 000000000..6e097d81f --- /dev/null +++ b/scheduler_error_mailer/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module adds the possibility to send an e-mail when a scheduler raises +an error.