ForgeFlow / ddmrp

DDMRP
GNU Affero General Public License v3.0
14 stars 17 forks source link

[10.0] fix has_mto_rule in mrp.bom #62

Closed JordiBForgeFlow closed 6 years ago

JordiBForgeFlow commented 6 years ago

it was incorrect to use module 'mrp_mto_with_stock'. In the context of ddmrp we should not make reservations, neither in pickings nor in manufacturing orders. In order to know if BOM and BOM lines are MTO or buffered, this PR looks into the routes and associated pull rules. When there's a mix of mts/mto pull rules for the location indicated in the bom warning notifications are displayed, so that the user can take action.

@max3903 @guewen we'll need to forward-port this to v11 when it lands into v10.

cc @lreficent

LoisRForgeFlow commented 6 years ago

Not relevant anymore