← Back to team overview

openerp-expert-production team mailing list archive

[Bug 855687] [NEW] procurement orders should not be created for every product

 

You have been subscribed to a public bug by Amit Parik (OpenERP) (amp-openerp):

trunk and 6.0
sale/sale.py - 
in action_ship_create

for every order line with a product a procurement_order is created.

.....
if line.product_id:
                    proc_id = self.pool.get('procurement.order').create(cr, uid, {
.....

IMHO at least for consumables procurement orders are not necessary or must not be created
Consumable: (6.0)
Consumables are stockable products with infinite stock, or for use when you have no inventory management in the system.

the definition changes for 6.1 - my reasoning might not be valid any more
Consumable: (trunk)
Consumable are product where you don't manage stock.

in any case - if you think it's a bug - please 
a prospect needs to enter product AND quantity 0 in sale order line and for these lines procurement orders are not necessary neither - obviously.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
procurement orders should not be created for every product
https://bugs.launchpad.net/bugs/855687
You received this bug notification because you are a member of OpenERP Manufacturing Experts, which is subscribed to the bug report.