-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0][MIG] account_invoice_report_grouped_by_picking: Migration to 17.0 #296
[17.0][MIG] account_invoice_report_grouped_by_picking: Migration to 17.0 #296
Conversation
- When a return was in the original pickings it wasn't reflected in the corresponding invoices correctly. - Now we compute the total quantities of the moves recursively.
- When B2C prices was set, the orders where not properly grouped.
…iding edge cases * The grouping is fully done on the prepare method * It also computes the quantity applicable * Adapt views to B2C/B2B cleanly
… by zero when quantity is zero (OCA#101)
… in B2B when uses B2C
[FIX] account_invoice_report_grouped_by_picking: debug print remove [FIX] account_invoice_report_grouped_by_picking: remove debug variable
…also with the related SO picking Service lines that are not put on the pickings, remain on top of the invoice report due to this, but it has more sense to have them grouped in the same picking block than the rest of their sales order stockable lines. Tests and README adapted.
…change position=replace in report_invoice.xml to prevent errors
notes Avoid nasty exceptions. In the other hand it would be hard to fit the concept of sections and notes to the picking groups in which this report results. TT29507
… avoid crash test due to this Odoo commit OCA/OCB@8ca10a8
…lines for refund invoices without no returned quantities TT27550
…ngs & sales For manually created refund invoices that don't have pickings or orders, no lines were shown in the report
…ines After the patch on stock_picking_invoice_link to link the refund moves to the return pickings created before the refund. This module shows on the picking duplicated lines. With this patch the sign is correctly set and this duplication does not exist. TT39916
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-invoice-reporting-16.0/account-invoice-reporting-16.0-account_invoice_report_grouped_by_picking Translate-URL: https://translation.odoo-community.org/projects/account-invoice-reporting-16-0/account-invoice-reporting-16-0-account_invoice_report_grouped_by_picking/
…_qty missed by this PR: OCA#224 (review)
…lls to lines_grouped_by_picking
…rovement - Include context keys for avoiding mail operations overhead.
/ocabot migration account_invoice_report_grouped_by_picking |
hello @lethuthao2403 I'm merging OCA/stock-logistics-workflow#1446 you should be able to remove the unreleased dependency. |
406f4a5
to
25f7da9
Compare
@gurneyalex the PR has been updated! Thanks. |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 40918ff. Thanks a lot for contributing to OCA. ❤️ |
ref: BSRD-699