[17.0][ADD] stock_picking_report_printed_flag: add printed flag support#496
Open
atgalvez08 wants to merge 2 commits into
Open
[17.0][ADD] stock_picking_report_printed_flag: add printed flag support#496atgalvez08 wants to merge 2 commits into
atgalvez08 wants to merge 2 commits into
Conversation
rrebollo
approved these changes
May 7, 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.
This module extends stock.picking to support the report_printed_flag framework. It adds printed report tracking capabilities to warehouse operations, delivery slips, receipts, and transfer documents. Features: - printed flag support - printed logs access - printed report names - search filters and group by options - multi-company support The implementation relies on the reusable report.printed.mixin model.
a94f3ba to
a77978c
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
Depends on:
Description
This module extends
stock.pickingto support the printed flagframework provided by
report_printed_flag.It adds printed report tracking capabilities to warehouse operations,
delivery slips, receipts, and transfer documents through a reusable
mixin-based integration.
Features
stock.pickingIncluded components
stock.pickingintegration throughreport.printed.mixinDesign considerations
The implementation intentionally reuses the generic framework
provided by
report_printed_flag.The module:
Technical details
report.printed.mixin(res_model, res_id)Temporary dependency
This PR temporarily references:
through
test-requirements.txt.The temporary dependency commit will be removed once the
framework PR is merged.
Dependencies
Testing
Includes integration test coverage for:
Checklist