[IMP] mrp_bom_overview: clean forecast view with consolidated status#1263
Open
times-odoo wants to merge 1 commit intoodoo:19.0from
Open
[IMP] mrp_bom_overview: clean forecast view with consolidated status#1263times-odoo wants to merge 1 commit intoodoo:19.0from
times-odoo wants to merge 1 commit intoodoo:19.0from
Conversation
…column The BOM overview forecast view is simplified by removing visual redundancy and consolidating availability information into the Status column. Changes introduced via patch on BomOverviewLine and inheritance of report.mrp.report_bom_structure: - Remove the standalone BOM name header section as it duplicates the breadcrumb information already visible in the page header - Remove the Availability column to reduce redundancy and consolidate all stock information into the Status column - Display quantity as integer to avoid unnecessary decimal places on whole-number quantities - Ensure 'Ready To Produce' tag is only shown when producible quantity is greater than zero - Always render 'Ready To Produce' tag in green for visual consistency regardless of other conditions - Each component now independently displays its availability state as a colored tag: green for available, dark for estimated, orange for expected, and red for not available - When components are missing, top-level BOM line shows estimated production date instead of 'No Ready To Produce' - All status tags are clickable and navigate to the respective product forecast report task-6204743
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.

The BOM overview forecast view is simplified by removing visual redundancy and consolidating availability information into the Status column.
Changes introduced via patch on BomOverviewLine and inheritance of report.mrp.report_bom_structure:
task-6204743