openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #07923
[Bug 938787] [NEW] Partial picking changes UoS quantity without converting to UoS
Public bug reported:
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
** Affects: openobject-addons
Importance: Undecided
Status: New
** Tags: partal-deliveries
** Tags added: partal-deliveries
--
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):
New
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
Follow ups
-
[Bug 938787] Re: [Trunk, 6.1]Partial picking changes UoS quantity without converting to UoS
From: Launchpad Bug Tracker, 2012-11-28
-
[Bug 938787] Re: [Trunk, 6.1]Partial picking changes UoS quantity without converting to UoS
From: Numérigraphe, 2012-10-23
-
[Bug 938787] Re: [Trunk, 6.1]Partial picking changes UoS quantity without converting to UoS
From: Launchpad Bug Tracker, 2012-04-27
-
[Bug 938787] Re: [Trunk, 6.1]Partial picking changes UoS quantity without converting to UoS
From: Amit Dodiya (OpenERP), 2012-03-21
-
[Bug 938787] Re: [Trunk, 6.1]Partial picking changes UoS quantity without converting to UoS
From: Numérigraphe, 2012-03-20
-
[Bug 938787] Re: [Trunk, 6.1]Partial picking changes UoS quantity without converting to UoS
From: Vinay Rana (openerp), 2012-03-20
-
[Bug 938787] Re: [Trunk, 6.1]Partial picking changes UoS quantity without converting to UoS
From: Amit Parik (OpenERP), 2012-03-20
-
[Bug 938787] Re: [Trunk, 6.1]Partial picking changes UoS quantity without converting to UoS
From: Launchpad Bug Tracker, 2012-03-20
-
[Bug 938787] Re: [Trunk, 6.1]Partial picking changes UoS quantity without converting to UoS
From: Amit Parik (OpenERP), 2012-03-19
-
[Bug 938787] Re: [Trunk, 6.1]Partial picking changes UoS quantity without converting to UoS
From: Amit Parik (OpenERP), 2012-03-09
-
[Bug 938787] Re: Partial picking changes UoS quantity without converting to UoS
From: Ana Juaristi Olalde, 2012-03-08
-
[Bug 938787] Re: Partial picking changes UoS quantity without converting to UoS
From: Amit Bhavsar (Open ERP), 2012-02-23
-
[Bug 938787] [NEW] Partial picking changes UoS quantity without converting to UoS
From: Numérigraphe, 2012-02-22
References