← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 616480] Re: [Trunk] Wrong procurement calculation with Multiple Quantity

 


** Changed in: openobject-addons
       Status: New => Triaged

-- 
[Trunk] Wrong procurement calculation with Multiple Quantity
https://bugs.launchpad.net/bugs/616480
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Triaged

Bug description:
Suppose you have a product with the following minimum stock rules:
Min Qty of 20
Max Qty of 60
Virtual Stock of 10 (goods receipt to be validated)
Multiple Qty of 8.

The procurement scheduler calculates a request for quotation for 56 products. This means that at goods receipt of the 10 products, your maximum stock level will be exceeded.

I tested it with Multiple qty set to 1, and then the system calculates a procurement of 50.

Shouldn't the procurement, calculated with a multiple qty of 8, be 48 as a result, taking into account the virtual stock?