[6816][ADD] stock_lot_quality_status: assign quality status to lots - #2
Open
yostashiro wants to merge 1 commit into
Open
[6816][ADD] stock_lot_quality_status: assign quality status to lots#2yostashiro wants to merge 1 commit into
yostashiro wants to merge 1 commit into
Conversation
yostashiro
force-pushed
the
add-stock-lot-quality-status
branch
4 times, most recently
from
June 18, 2026 05:50
194a050 to
335d737
Compare
Add a module providing a dedicated, configurable stock.lot.quality.status model and a quality_status_id field on stock.lot, so serial/lot numbers can be classified by inventory quality condition. Ships under LGPL-3 to avoid the AGPL licensing of the OCA stock_lot_condition alternative.
yostashiro
force-pushed
the
add-stock-lot-quality-status
branch
from
July 1, 2026 09:49
ed2ba64 to
26c05ac
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.
Add a module providing a dedicated, configurable quality status for serial/lot numbers, as an LGPL-3 alternative to the AGPL-licensed OCA
stock_lot_condition.stock.lot.quality.statusmodel (name, code, sequence, active, description), managed under Inventory > Configuration > Quality Statuses (stock manager only). Ships starter records: Good / Quarantine / Rejected.quality_status_id(tracked,ondelete="restrict") onstock.lot, surfaced on the lot form, list (optional column), and search view (field + Group By).The status is informational on its own; transfer-restriction enforcement can be layered on in a separate module.
QT6816