Daily updates from Odoo
Wednesday, October 16, 2024
2 changes · master
Resolved issues and error corrections
A new shop floor setting lets manufacturers control how many work order cards are shown at once. This helps teams keep the screen focused and easier to use when many manufacturing orders are active.
Original PR description
…e shop floor
This update fixes how the Master Production Schedule handles ordering limits and lead times across different planning periods. It helps avoid misleading replenishment quantities, such as applying a monthly cap to a yearly view, and improves demand forecasts for components with lead times.
Original PR description
This PR contains the following commits: - [IMP] mrp_mps: hide Order buttons in non-default periods When the date type shown (year, month, week, day) is different from the one defined in the settings, we hide the order buttons. - [FIX] mrp_mps: disable max_to_replenish_qty in non-default period `max_to_replenish_qty` should only be applied for the period defined in the settings. Otherwise we have situation where a limit of 15 per month is applied for a whole year. - [FIX] mrp_mps: use real dates with lead times When a bom has a lead time, we want to use the real date to compute the indirect demand forecast of the components in the MPS. task 4172967