openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #27515
[Bug 1184192] Re: Unedited products are shown on posted inventory tab
** Also affects: ocb-addons
Importance: Undecided
Status: New
** Changed in: ocb-addons
Status: New => Confirmed
** Changed in: ocb-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/1184192
Title:
Unedited products are shown on posted inventory tab
Status in OpenERP Community Backports (Addons):
Confirmed
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
When user changes the quantity in inventory General information tab
and confirm inventory, posted tab in physical inventory shows products
with quantity 0 which were not edited.
This problem occurs due to difference in quantity calculated by
openerp. E.g location_obj._product_get(cr, uid, line.location_id.id,
[pid], product_context)[pid] gives value 3.0500000000000003 while the
move lines have value 3.05. The difference of those quantity is
-4.440892098500626e-16 which is next to zero but nonzero value.
Hence it consider product as changed quantity and post it in posted
inventory.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-addons/+bug/1184192/+subscriptions