Syncing from upstream OCA/account-payment (19.0)#603
Merged
Conversation
This module lets you notify partners about sent payment or debit orders. You can do that by e-mail and/or by SMS. It is automated by default. @moduon MT-1232
Before this patch, generated emails didn't produce notification records. Thus, the message didn't display sent status. Instead of mass mailing, we use now the mass post system. This way, notifications appear as usual. Some tests added to ensure this behavior persists. @moduon MT-1232
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-payment-16.0/account-payment-16.0-account_payment_notification Translate-URL: https://translation.odoo-community.org/projects/account-payment-16-0/account-payment-16-0-account_payment_notification/
Currently translated at 100.0% (31 of 31 strings) Translation: account-payment-16.0/account-payment-16.0-account_payment_notification Translate-URL: https://translation.odoo-community.org/projects/account-payment-16-0/account-payment-16-0-account_payment_notification/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-payment-16.0/account-payment-16.0-account_payment_notification Translate-URL: https://translation.odoo-community.org/projects/account-payment-16-0/account-payment-16-0-account_payment_notification/
Currently translated at 100.0% (31 of 31 strings) Translation: account-payment-16.0/account-payment-16.0-account_payment_notification Translate-URL: https://translation.odoo-community.org/projects/account-payment-16-0/account-payment-16-0-account_payment_notification/it/
Behavior changes: - Now, notifications are put in outgoing queues only if done massively. This is the standard behavior in v18. - README is clarified in some sections. Test changes and improvements: - Now they are executed with lower permissions. - We make sure the company is consistent accross the whole test. - SMS bodies are now compared using HTML assertions. - Messages no longer have a `description` field. @moduon MT-10470
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 19.0 #603 +/- ##
==========================================
+ Coverage 90.89% 92.66% +1.76%
==========================================
Files 33 40 +7
Lines 747 927 +180
Branches 76 91 +15
==========================================
+ Hits 679 859 +180
Misses 43 43
Partials 25 25 ☔ 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