[18][UPD] deltatech_sale_payment: store=True, statusuri complete, mig…#2469
Merged
Conversation
…rare SQL - store=True pe payment_amount, payment_status, provider_id cu @api.depends complet - Status pending adăugat ca stare distinctă - Facturi in_payment excluse din payment_amount (evită dubla numărare) - payment_amount capped la 0 (evită valori negative din refund-uri fără plată) - Decorații complete pentru toate statusurile în formular - Filtre complete în lista de comenzi (6 statusuri) - action_payment_link: calcul corect pe amount_residual din facturi postate - Migrare SQL 18.0.1.2.0: populează payment_amount, payment_status, provider_id pe comenzile existente via sale_order_line_invoice_rel (fix join cartezian) - Teste actualizate: product existent din DB, teste noi pentru pending/cancelled/authorized Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 18.0 #2469 +/- ##
==========================================
+ Coverage 72.63% 72.69% +0.05%
==========================================
Files 1229 1229
Lines 19874 19876 +2
Branches 2803 2801 -2
==========================================
+ Hits 14436 14448 +12
+ Misses 4633 4622 -11
- Partials 805 806 +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.
…rare SQL