跳至内容
菜单
此问题已终结
1 回复
4428 查看

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?  

形象
丢弃
最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
0
1月 25
1084
0
1月 25
1484
1
6月 25
4829
0
2月 19
4012
0
11月 18
3376