[17.0][ADD] stock_report_partner_ref: add customer reference to picking reports#492
Open
atgalvez08 wants to merge 1 commit into
Open
[17.0][ADD] stock_report_partner_ref: add customer reference to picking reports#492atgalvez08 wants to merge 1 commit into
atgalvez08 wants to merge 1 commit into
Conversation
84bc034 to
2f8b7a9
Compare
rrebollo
approved these changes
Apr 14, 2026
rrebollo
left a comment
There was a problem hiding this comment.
Code Review: Great work! The code looks good to me (LGTM). Thank you for your contribution! I've provided a few suggestions for your consideration—feel free to address them as you see fit.
I think having the option to enable or disable this behavior at the stock.picking.type level would be a plus.
Add customer reference to picking reports. Display partner.ref in delivery and picking reports using QWeb inheritance.
2f8b7a9 to
643c04d
Compare
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.
@BinhexTeam
This module extends stock picking reports to display the customer reference (
partner.ref).Motivation
In many logistics workflows, the partner reference is a key identifier used by customers, suppliers, and external systems (e.g. EDI or retail platforms).
Standard Odoo stock reports (delivery slip and picking operations) do not include this reference, which can complicate customer identification and require manual cross-checking during warehouse operations.
Features
stock.report_delivery_document)stock.report_picking)picking.partner_id.refpicking.partner_id.commercial_partner_id.refDesign
Use cases
Future improvements