v 8.0 v 9.0 v 10.0 v 11.0 Third Party 876
Download for v 8.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Warehouse Management (stock)
Social Network (mail)
Technical Name stock_putaway_product
LicenseAGPL-3
Websitehttp://www.apertoso.be
Versions 8.0 9.0 10.0 11.0
You bought this module and need support? Click here!

Putaway strategy per product

This module extends the functionality of the odoo putaway strategy. It defines a new type of putaway strategy where users can set a specific stock location per product.

On the product form, the case, rack, location fields are replaced with a specific putaway strategy and location id for the product.

A putaway strategy can be used to ensure that incoming products will be stored in the location set on the product form.

A recommended set-up is to create a separate putaway strategy for each warehouse. This will ensure that the same product will be placed in the appropriate location in each warehouse it is received.

Installation

To install this module, just click the install button.

Configuration

To configure this module, you need to:

  1. Go to Settings -> Configuration -> Warehouse
  2. Enable "Manage multiple locations and warehouses'
  3. Enable "Manage advanced routes for your warehouse"
  4. Go to Warehouse -> Configuration -> Locations
  5. On the main inventory location of your warehouse, set a new putaway strategy.
  6. For the new putaway strategy, select 'Fixed per product location' as method

Usage

To use this module, you need to:

  1. Select the proper stock locations for each product on the product form on the "Inventory" tab
  2. If your products share some locations, you can use a wizard to make encoding easier
Set default location by putaway method to products

Set default location by putaway method to products

Try me on Runbot

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Images

  • Odoo Community Association: Icon.

Contributors

Maintainer

Odoo Community Association

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Nice feature!, should be more standardized and simplified available in ODOO enterprise
by
Maxim van der Zanden
on 5/3/18, 5:27 AM

After installing and setting up, I get an error when confirming the purchase order, see below. If you have any idea, please let me know. Regards, Maxim Fout: Odoo Server Error Traceback (most recent call last): File "/home/odoo/src/odoo/odoo/http.py", line 650, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/odoo/src/odoo/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/home/odoo/src/odoo/odoo/tools/pycompat.py", line 87, in reraise raise value File "/home/odoo/src/odoo/odoo/http.py", line 692, in dispatch result = self._call_function(**self.params) File "/home/odoo/src/odoo/odoo/http.py", line 342, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/odoo/src/odoo/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/home/odoo/src/odoo/odoo/http.py", line 335, in checked_call result = self.endpoint(*a, **kw) File "/home/odoo/src/odoo/odoo/http.py", line 935, in __call__ return self.method(*args, **kw) File "/home/odoo/src/odoo/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 935, in call_button action = self._call_kw(model, method, args, {}) File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 923, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/home/odoo/src/odoo/odoo/api.py", line 689, in call_kw return call_kw_multi(method, model, args, kwargs) File "/home/odoo/src/odoo/odoo/api.py", line 680, in call_kw_multi result = method(recs, *args, **kwargs) File "/home/odoo/src/odoo/addons/purchase/models/purchase.py", line 352, in button_confirm order.button_approve() File "/home/odoo/src/odoo/addons/purchase/models/purchase.py", line 331, in button_approve self._create_picking() File "/home/odoo/src/odoo/addons/purchase/models/purchase.py", line 433, in _create_picking moves._action_assign() File "/home/odoo/src/odoo/addons/stock/models/stock_move.py", line 915, in _action_assign self.env['stock.move.line'].create(move._prepare_move_line_vals(quantity=move.product_qty - move.reserved_availability)) File "/home/odoo/src/odoo/addons/stock/models/stock_move.py", line 801, in _prepare_move_line_vals location_dest_id = self.location_dest_id.get_putaway_strategy(self.product_id).id or self.location_dest_id.id AttributeError: 'int' object has no attribute 'id'