Syncing from upstream OCA/server-tools (19.0)#2037
Merged
bt-admin merged 30 commits intobrain-tec:19.0from May 6, 2026
Merged
Conversation
Add a default e-mail template Add the code we used to test the failure of scheduler (the import directive is commented)
Add logo and screenshot. Add demo scheduler and test/debug function.
…heduler_error_mailer module
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
* [FIX] scheduler_error_mailer font typo * [REM] Deleting scheduler_error_mailer.pot OCA Transbot updated translations from Transifex
[UPD] Update scheduler_error_mailer.pot
[UPD] README.rst [UPD] Update scheduler_error_mailer.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-12.0/server-tools-12.0-scheduler_error_mailer Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-scheduler_error_mailer/ [UPD] README.rst
[UPD] Update scheduler_error_mailer.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-12.0/server-tools-12.0-scheduler_error_mailer Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-scheduler_error_mailer/
Update scheduler_error_mailer/models/ir_cron.py Co-authored-by: Christopher Rogos <crogos@gmail.com> Update scheduler_error_mailer/models/ir_cron.py C#o-authored-by: Christopher Rogos <crogos@gmail.com>
…del changes [FIX] scheduler_error_mailer: migrated template might not have template_fs
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 19.0 #2037 +/- ##
==========================================
+ Coverage 80.85% 80.88% +0.03%
==========================================
Files 181 187 +6
Lines 5238 5283 +45
Branches 638 639 +1
==========================================
+ Hits 4235 4273 +38
- Misses 819 825 +6
- Partials 184 185 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bt_gitbot