openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11111
[Bug 994226] Re: major flaw in manufacturing procurement
Hi!
As of now, we helped ourselfes with a little module that contains my comment "# one of the dirtiest workarounds I ever made" :)
http://apps.openerp.com/?text_search=mrp_raw_material_location
It adds a field to the BoM to set the location, hijacks
action_ship_create(), changes the lot_stock_id on the warehouse,
processes the original action_ship_create() and resets the
lot_stock_id...
I'd really appreciate a better solution within the OpenERP original
code.
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/994226
Title:
major flaw in manufacturing procurement
Status in OpenERP Addons (modules):
Confirmed
Bug description:
Manufacturing orders generated do not take into account managed stock
in locations.
Create 2 stockable products. A and B
Create 1 make to order / produce product C
Create a BOM for C using 1 of A and one of B
Create 2 locations LOC1, LOC2
Assign quantities of product A to lOC1
Assign quantities of product B to LOC2
Create a sale order for C, confirm order.
Manufacturing order is generated for C
Location is Stock......
Products are procured from stock. I have no quantity there. Stock is just a general stock it should not even allow product to come or go from this location it should be a view only. Almost any company manages stock in many locations, not a generic location called stock. It doesn't try to procure a product from individual locations, you cant configure it to do this, it just chooses stock.
Terrible design. I don't see how it is possible to manage stock
effectively with such a setup.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/994226/+subscriptions
References