[IMP] mrp_bom_overview: clean forecast view with consolidated status …#1299
Draft
vikvi-odoo wants to merge 1 commit into
Draft
[IMP] mrp_bom_overview: clean forecast view with consolidated status …#1299vikvi-odoo wants to merge 1 commit into
vikvi-odoo wants to merge 1 commit into
Conversation
…column Streamline the Bill of Materials structure view to improve readability and provide clearer component visibility based on the recent design review. - Remove the 'Availability' column from headers, row lines, and footers. - Move forecasting lead-time text from 'Availability' to the 'Status' column when a component is not ready to produce. - Enforce integer truncation on producible/component quantities within the report payload context. - Update the status tag to display a green success styling exclusively when 'ready_to_produce' is active. - Wrap all rendered status badges inside an interactive button link that routes users directly to the respective product's forecast report.
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.

This PR introduces layout optimizations and workflow simplifications to the Bill of Materials structure view based on the recent design review to enhance component visibility.
Changes Introduced:
Column Removal: Removed the Availability column from headers, data row lines, and summary footers to clean up screen real estate.
Status Consolidation: Merged forecasting lead-time notes directly into the Status column whenever a component is not fully ready to produce.
UI Refinement: Updated status badges to render with green success styling exclusively when items are ready to produce.
Navigation Enhancement: Wrapped all status column tags inside interactive button links that route users directly to the respective product's stock forecast report.