← Back to team overview

openerp-india team mailing list archive

[Bug 999103] Re: [trunk] mrp_bom._bom_find: unused argument product_uom

 

Hello Alexandre,

I have checked your issue .But product_uom is providing product's Unit
Of Measure for MO (product_id_change),when you select product and also
when it search for product and  write Work Centers for related BoM for
manufacturing order( in _bom_explode method).

Hope this will helps you..!!


Thanks!!

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

-- 
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/999103

Title:
  [trunk] mrp_bom._bom_find: unused argument product_uom

Status in OpenERP Addons (modules):
  Incomplete

Bug description:
  The signature of mrp_bom._bom_find has a product_uom parameter which
  is not used. I think it should be deprecated and removed altogether.
  At the very least the docstring should be fixed to say that the
  argument is ignored, but I believe some code could be simplified and
  made clearer by removing that argument recursively accross the call
  stack.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/999103/+subscriptions


References