Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4379 Vistas

Hi everyone,
I want to build a product which consists of raw materials that have alternatives. To make it simple :
Product A has a BoM. Its consists of :
Component01
component02

component03 OR component04

No matter if i choose Comp03 or comp04 the result will be the exact same product.
Is there any way to do this with odoo? I mean to create a BoM which has alternatives.
And also if i have a sales order of product A can odoo check the components that are neede to built it and if there is no component03 in stock to choose the component04 automatically?  

Avatar
Descartar
Mejor respuesta

Hi,

you can't do BoM with alternatives in standard Odoo, regretfully. What you can do:

  1. Create 2 different BoMs for a single product

  2. Odoo would take automatically the first found* 

  3. You may change a BoM in a manufacturing order manually.

* You may customize it in a code level: have a look at the method onchange_product_id of the model mrp.production. Here you may introduce some criteria to select an appropriate one

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
ene 25
1015
0
ene 25
1456
1
jun 25
4742
0
feb 19
3936
0
nov 18
3310