ak-odoo-incubator
ak-odoo-incubator copied to clipboard
[14.0][ADD] sale_certificat_typology
Codecov Report
Attention: 10 lines
in your changes are missing coverage. Please review.
Comparison is base (
a69b8b3
) 75.83% compared to head (96ee09c
) 80.54%. Report is 45 commits behind head on 14.0.
:exclamation: Current head 96ee09c differs from pull request most recent head 9cdfd90. Consider uploading reports for the commit 9cdfd90 to get more accurate results
Files | Patch % | Lines |
---|---|---|
sale_certificat_typology/models/sale_order.py | 76.19% | 8 Missing and 2 partials :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## 14.0 #281 +/- ##
==========================================
+ Coverage 75.83% 80.54% +4.70%
==========================================
Files 83 130 +47
Lines 927 1444 +517
Branches 181 276 +95
==========================================
+ Hits 703 1163 +460
- Misses 194 240 +46
- Partials 30 41 +11
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@Kev-Roche @sebastienbeau
On the sale order, we don't have information about which product(s) required a certificate. Maybe add the product name in the certificate page on each certificate line ?
On the sale order, we don't have information about which product(s) required a certificate. Maybe add the product name in the certificate page on each certificate line ?
@Kev-Roche , it's done.
@Kev-Roche , the changes made, are ok for you?