This question has been flagged
2 Replies
11791 Views

Any one have feature and technical documentations for New Warehouse Management System in Odoo v8 ? in file PDF, Link, or Word 
Thx for ur help..

Avatar
Discard
Author Best Answer

OpenERP Model for v7 or v8:

  • http://useopenerp.com/v8

Technical Feature for Odoo v8 and New API : 

  • https://www.odoo.com/documentation/8.0/reference/orm.html

Qweb Report for Odoo v8: 

  • http://odoo-80.readthedocs.org/en/latest/reference/reports.html
  • https://www.odoo.com/forum/help-1/question/is-there-any-way-to-preview-webkit-report-layout-while-coding-maybe-wysiwyg-editor-52307#answer-52417

New WMS Odoo v8 : 

  • https://docs.google.com/document/d/1jTLZJNV14saRn1VeZt_wME18YizEnEHB9ZX97WSqavs/edit
Avatar
Discard

Thanks Andre for the Documentation. But for me as a potential user it's hard to find out how stowing of products are covered by Odoo. Example: I have Product A on a stock location "RECEIVE" and wnat to put it in by sellable stock in the WH. So assign a stow location. How is this done? I don't want to put all my thousands of articles in stock "WH" I want to assign different locations (shelfs) how is it done?

Author

I think odoo will improve the WMS on next version. I am not sure with my idea on this one, If you want to make an auto move product into spesific shelf location or WH location from "Receive" Location, you can use Push Rule and Putaway strategy. Push rule applied in picking type/type Operation (e.g Incoming, Receive Location->WH Loc). Putaway strategy applied to location for spesific product category (e.g product with category food, WH Location -> Food Shelf).

Best Answer

See in your oddo v8 folder: addons/stock/doc/stock.rst

Avatar
Discard