c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #33056
[Bug 855687] Re: procurement orders should not be created for every product
Thanks
"Unless you define a procurement as "something you never have to
procure/supply",
is exactly what a prospect and a client needs.
just think of digital distribution (E-Books, MP3, video, intelectual
property, ... )
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/855687
Title:
procurement orders should not be created for every product
Status in OpenERP Addons (modules):
Invalid
Bug description:
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/855687/+subscriptions
References