Comment 5 for bug 707287

Revision history for this message
Amit Parik (amit-parik) wrote : Re: Manufacturing orders broken UOM

Hello Kyle,

Form your scenario it is working as expected in trunk 6.0.

Follow this steps.

1) create a three different product A,B,C Set UOM as a PCE and create a minimum stock rule then create a BOM like
    A (UOM-PCE)
        ->B (UOM-PCE)
        ->C (UOM-PCE)
2) Create a sale order of A.
3) Run the scheduler. Now you have a real stock available of product A and stock moves also.
4) Go to product view and change the UOM (FT).
5) Create a MO and you Got this Error:
         "Conversion from Product UoM m to Default UoM PCE is not possible as they both belong to different Category!."
      which is proper because you can not create a MO if BOM and product's UOM is not same.
6) Now go to product A 's BOM and change the UOM (Same as product's UOM)
   Now BOM like
       A (UOM-FT)
        ->B (UOM-PCE)
        ->C (UOM-PCE)
7) Create MO , it will successfully created. So Stock moves are not affect it.

Now the all are working as expected. So, would you check it again and tell me where you face the problem.

Thanks