Syncing from upstream OCA/e-commerce (19.0)#928
Merged
Conversation
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: e-commerce-16.0/e-commerce-16.0-website_sale_product_reference_displayed Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_product_reference_displayed/
Currently translated at 100.0% (1 of 1 strings) Translation: e-commerce-16.0/e-commerce-16.0-website_sale_product_reference_displayed Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_product_reference_displayed/es/
Currently translated at 100.0% (1 of 1 strings) Translation: e-commerce-16.0/e-commerce-16.0-website_sale_product_reference_displayed Translate-URL: https://translation.odoo-community.org/projects/e-commerce-16-0/e-commerce-16-0-website_sale_product_reference_displayed/it/
Ensure the sale order is confirmed before the confirmation email is generated. Previously, the confirmation email was sent before calling action_confirm(), resulting in email content being rendered with an outdated order state.
…rdering rule Ensure JavaScript imports follow the configured ESLint sort-imports rule for consistency and to pass lint checks.
…terrupted confirmation Handle cases where `action_confirm()` is interrupted (e.g. sale_financial_risk wizard) and ensure the website does not proceed as if the order was confirmed.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 19.0 #928 +/- ##
==========================================
- Coverage 92.45% 85.00% -7.46%
==========================================
Files 16 19 +3
Lines 212 240 +28
Branches 15 21 +6
==========================================
+ Hits 196 204 +8
- Misses 10 29 +19
- Partials 6 7 +1 ☔ View full report in Codecov by Harness. 🚀 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