how openerp prepares delivery orders?
I have two product ART1 and ART2.
I ordered 4 qty of ART1 and 4 qty of ART2.
my stock is :
location 1 -->ART1 : qty=7
ART2 : qty=3
location 2 -->ART1 : qty=3
ART2 : qty=5
openerp generated the following delivery order :
ART1 : qty=4 from location 1
ART2 : qty=3 from location 1
ART2 : qty=1 from location 2
how openerp prepares this delivery orders ?
why not make all quantity of ART2 from location 2 ( ART2 : qty=4 from location 2) ?
thanks.
↧