Skip to Content
Menu
This question has been flagged
2 Replies
3706 Views

Hi, everyone,

I forget to record inventory figures at the end of last month, and our campany manually adjust figure for each month, does anyone else have the similar situation? How can I find figure for last month? Thank you.

Avatar
Discard
Best Answer

Hello Kathy

May this help you  http://tidyway.blogspot.in/2014/12/inventory-report-in-openerp-v7.html

Thanks

Rohan(www.tidyway.in)

More info : contact@tidyway.in

Avatar
Discard
Best Answer

I'm answering for v7.0 or before.  I'm not well versed with v8.0's warehouse management to know whether this work or not.

Basically you need to summarize the stock.move records.  What you need to do is for each location, add all the quantity in which the location is in the location_dest_id field and deduct it with the sum of all the quantity in which the location is in the location_id.  Beware of the product_id and uom_id.

Avatar
Discard