openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #04743
Re: [Bug 915568] Re: Wrong dates used when confirming stock inventory
Le 12/03/2014 15:47, qdp (OpenERP) a écrit :
> would it be any problem including these 2 enhancements as well in the next WMS:
> - indicate the impacted locations BEFORE we open the inventory
> - forbid all stock moves on the impacted locations during an inventory
>
> ?
>
It would be great relief for everyone on the contrary.
We have implemented this for v6.0/7.0 and used it in production with
good feedback.
Numerigraphe's Loïc is just proposing it for OCA projects right now:
feel free to peek at the code to evaluate the features and see if it
inspires you:
https://code.launchpad.net/~numerigraphe-team/stock-logistic-warehouse/7.0-inventory-location/+merge/210630
--
You received this bug notification because you are a member of Stock and
Logistic Core Editors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/915568
Title:
Wrong dates used when confirming stock inventory
Status in OpenERP Community Backports (Addons):
Confirmed
Status in New OpenERP WMS:
Won't Fix
Status in OpenERP Addons (modules):
Confirmed
Bug description:
[ Problem ]
action_confirm method is not taking in account "date" from stock.inventory object, and update qtys in the moment of confirmation.
The inventory date is taken into account when querying the stock to compute the inventory difference but the stock moves are created at the wrong date, making the stock and virtual stock wrong at the date of the inventory.
Users expect that the inventory date should say _when_ the inventory
was taken - in this way the amount to correct should effective before
this date.
Attached videos gives better explanation, and document with kardex
expected.
[ Impact ] the available quantity and virtual stock are wrong near the
date of the inventory.
[ Possible fixes ]
- The preferred fix would be to write the stock moves at the date of the inventory.
- A less-than-ideal fix would be to not take the inventory date is taken into account when querying the stock to compute the inventory difference. For the moment is the way v8 is being developed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-addons/+bug/915568/+subscriptions
References