← Back to team overview

openerp-india team mailing list archive

[Bug 938787] Re: Partial picking changes UoS quantity without converting to UoS

 

Hello,

I have tested your scenario, I have faced the same problem. So I  have
attached the video for reproduce this Issue. would you please check it.

Thanks for reporting!

** Attachment added: "Can't change UoS"
   https://bugs.launchpad.net/openobject-addons/+bug/938787/+attachment/2774407/+files/partial_delivery.ogv

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

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)

** Changed in: openobject-addons
   Importance: Undecided => Medium

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

Title:
  Partial picking changes UoS quantity without converting to UoS

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  move.do_partial() and picking.do_partial() introduce wrong UoS
  quantities when splitting moves, because they do not take the UoS
  conversion into account.

  For example :
  self.write(cr, uid, [move.id],
                      {
                          'product_qty' : move.product_qty - product_qty,
                          'product_uos_qty':move.product_qty - product_qty,
                      })
  That writes the same quantity in both fields but the UoS may be different from the UoM, and require conversion.

  Ideally, the split wizard should ask for both the UoM quantities and
  the UoS quantities.

  Lionel Sausin

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


References