Skip to main content

Add hooks allowing modules to add more putaway strategies

Project description

Beta License: AGPL-3 OCA/stock-logistics-putaway Translate me on Weblate Try me on Runboat

Technical module. It adds hooks to the core putaway method StockLocation._get_putaway_strategy() allowing to plug other strategies and makes the selector fields in the tree views dynamic (required/readonly). See the usage section for details.

An example of implementation is the module stock_putaway_by_route.

Table of contents

Usage

The modules that implement a new strategy have to follow the following steps. The module stock_putaway_by_route should be used as reference.

Add the field to match on stock.putaway.rule in the model and in the view. In the view, the field must have options="{'exclusive_selection': True}", which will allow this module to dynamically build dynamic attrs, restricting the selection of more than one field. (defining the readonly and required attrs in the view is therefore useless).

Add the strategy key, named after the new field name, in StockLocation._putaway_strategies. Example:

class StockLocation(models.Model):
    _inherit = "stock.location"

    @property
    def _putaway_strategies(self):
        strategies = super()._putaway_strategies
        return strategies + ["route_id"]

Pass the value to match with the putaway rule field in the context, in every method calling StockLocation._get_putaway_strategy. The name of the key in the context is:_putaway_<KEY>, where KEY is the name of the new field on the putaway rule. The value can be a unit, a recordset of any length or a list/tuple. In latter cases, the putaway rule is selected if its field match any value in the list/recordset.

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 to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Camptocamp

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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.

This module is part of the OCA/stock-logistics-putaway project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo_addon_stock_putaway_hook-18.0.1.0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_stock_putaway_hook-18.0.1.0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0ec8cf550f80423935debb8c0998942e843a6f3dc5b14d4b428941a661849ee0
MD5 e60b29506667e35f1ad200e4e033faf4
BLAKE2b-256 f2c8b6a64bba516a9b2f8a025b712ab576ef7f9ea65045ea6dce60a1c3b564c8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page