[17.0][ADD] account_invoice_report_printed_flag: add printed flag support#412
Open
atgalvez08 wants to merge 2 commits into
Open
[17.0][ADD] account_invoice_report_printed_flag: add printed flag support#412atgalvez08 wants to merge 2 commits into
atgalvez08 wants to merge 2 commits into
Conversation
rrebollo
reviewed
May 7, 2026
rrebollo
left a comment
There was a problem hiding this comment.
Please consider some of my suggestions
2b0dc6c to
8cb299b
Compare
This module extends account.move to support the report_printed_flag framework. It adds printed report tracking capabilities to invoices, bills, and journal entries. 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.
8cb299b to
044c142
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
account.moveto support the printed flagframework provided by
report_printed_flag.It adds printed report tracking capabilities to invoices,
vendor bills, and journal entries through a reusable mixin-based
integration.
Features
account.moveIncluded components
account.moveintegration 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