[IMP] scheduler_error_mailer: pre-commit auto fixes
parent
ee8206b611
commit
cef58bd3a1
|
@ -17,19 +17,19 @@ Scheduler Error Mailer
|
|||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github
|
||||
:target: https://github.com/OCA/server-tools/tree/16.0/scheduler_error_mailer
|
||||
:target: https://github.com/OCA/server-tools/tree/17.0/scheduler_error_mailer
|
||||
:alt: OCA/server-tools
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-scheduler_error_mailer
|
||||
:target: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-scheduler_error_mailer
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
||||
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0
|
||||
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=17.0
|
||||
:alt: Try me on Runboat
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
This module adds the possibility to send an e-mail when a scheduler raises
|
||||
an error.
|
||||
This module adds the possibility to send an e-mail when a scheduler
|
||||
raises an error.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -41,8 +41,9 @@ Configuration
|
|||
|
||||
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.
|
||||
1. Go to Settings -> Technical -> Automation -> Scheduled Actions
|
||||
2. Choose the scheduled Actions you want to send the error email and
|
||||
select the E-mail Template in the Error E-mail Template field.
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
@ -50,7 +51,7 @@ Bug Tracker
|
|||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
||||
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20scheduler_error_mailer%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
`feedback <https://github.com/OCA/server-tools/issues/new?body=module:%20scheduler_error_mailer%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
Do not contact contributors directly about support or help with technical issues.
|
||||
|
||||
|
@ -58,27 +59,26 @@ Credits
|
|||
=======
|
||||
|
||||
Authors
|
||||
~~~~~~~
|
||||
-------
|
||||
|
||||
* Akretion
|
||||
* Sodexis
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
------------
|
||||
|
||||
* Sébastien BEAU <sebastien.beau@akretion.com>
|
||||
* David Beal <bealdavid@gmail.com>
|
||||
* Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
* Sodexis <dev@sodexis.com>
|
||||
* Achraf Mhadhbi <machraf@bloopark.de>
|
||||
- Sébastien BEAU <sebastien.beau@akretion.com>
|
||||
- David Beal <bealdavid@gmail.com>
|
||||
- Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
- Sodexis <dev@sodexis.com>
|
||||
- Achraf Mhadhbi <machraf@bloopark.de>
|
||||
- `Tecnativa <https://www.tecnativa.com>`__:
|
||||
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
|
||||
* Cristina Martin R.
|
||||
* Víctor Martínez
|
||||
- Cristina Martin R.
|
||||
- Víctor Martínez
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
-----------
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
|
@ -90,6 +90,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/16.0/scheduler_error_mailer>`_ project on GitHub.
|
||||
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/17.0/scheduler_error_mailer>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[build-system]
|
||||
requires = ["whool"]
|
||||
build-backend = "whool.buildapi"
|
|
@ -0,0 +1,5 @@
|
|||
To configure this module, you need to:
|
||||
|
||||
1. Go to Settings -\> Technical -\> Automation -\> Scheduled Actions
|
||||
2. Choose the scheduled Actions you want to send the error email and
|
||||
select the E-mail Template in the Error E-mail Template field.
|
|
@ -1,4 +0,0 @@
|
|||
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.
|
|
@ -0,0 +1,8 @@
|
|||
- Sébastien BEAU \<<sebastien.beau@akretion.com>\>
|
||||
- David Beal \<<bealdavid@gmail.com>\>
|
||||
- Alexis de Lattre \<<alexis.delattre@akretion.com>\>
|
||||
- Sodexis \<<dev@sodexis.com>\>
|
||||
- Achraf Mhadhbi \<<machraf@bloopark.de>\>
|
||||
- [Tecnativa](https://www.tecnativa.com):
|
||||
- Cristina Martin R.
|
||||
- Víctor Martínez
|
|
@ -1,10 +0,0 @@
|
|||
* Sébastien BEAU <sebastien.beau@akretion.com>
|
||||
* David Beal <bealdavid@gmail.com>
|
||||
* Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
* Sodexis <dev@sodexis.com>
|
||||
* Achraf Mhadhbi <machraf@bloopark.de>
|
||||
|
||||
* `Tecnativa <https://www.tecnativa.com>`_:
|
||||
|
||||
* Cristina Martin R.
|
||||
* Víctor Martínez
|
|
@ -1,2 +1,2 @@
|
|||
This module adds the possibility to send an e-mail when a scheduler raises
|
||||
an error.
|
||||
This module adds the possibility to send an e-mail when a scheduler
|
||||
raises an error.
|
|
@ -369,9 +369,9 @@ ul.auto-toc {
|
|||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:8f769588850c2edc13dfe9095e09d15c1256bf36c0599d249e273a90598339ba
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/scheduler_error_mailer"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-scheduler_error_mailer"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module adds the possibility to send an e-mail when a scheduler raises
|
||||
an error.</p>
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/17.0/scheduler_error_mailer"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-scheduler_error_mailer"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module adds the possibility to send an e-mail when a scheduler
|
||||
raises an error.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
|
@ -390,7 +390,8 @@ an error.</p>
|
|||
<p>To configure this module, you need to:</p>
|
||||
<ol class="arabic simple">
|
||||
<li>Go to Settings -> Technical -> Automation -> Scheduled Actions</li>
|
||||
<li>Choose the scheduled Actions you want to send the error email and select the E-mail Template in the Error E-mail Template field.</li>
|
||||
<li>Choose the scheduled Actions you want to send the error email and
|
||||
select the E-mail Template in the Error E-mail Template field.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
|
@ -398,7 +399,7 @@ an error.</p>
|
|||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
||||
<a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20scheduler_error_mailer%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20scheduler_error_mailer%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
|
@ -432,7 +433,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/16.0/scheduler_error_mailer">OCA/server-tools</a> project on GitHub.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-tools/tree/17.0/scheduler_error_mailer">OCA/server-tools</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue