← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 504643] Re: Stock Moves Dates

 

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

** Changed in: openobject-addons
     Assignee: OpenERP Core Team (openerp) => (unassigned)

-- 
Stock Moves Dates
https://bugs.launchpad.net/bugs/504643
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Triaged

Bug description:
We have to change the way the date of the stock move are handle and the way of computing stock level borned by date.
Actually when you create a picking, it has a planned date and a date done, when you validate the picking the date done is filled, but this information is not reported at the stock move level.

If you look at the get_product_available function you can see it use the move date planned to compute stock level.

This is not good because it does not represent reality in the virtual stock (That is not too bad) and in real stock(That is really bad).
As it is not representative of reality, this cause quite a problem when you have fiscal controlling based on your stock or if you want to make real stock forecast.

Maybe when you validate the picking you should change the planned date of the move, or use the picking date of the move to do this computation, or have a planned date or a real date on the stock move.

This point has to be discussed because, the result of the stock level does not fit reality and this is quite a problem.

Regards
Nicolas