Skip to main content

Auto create lots for incoming pickings

Project description

Odoo Community Association

Stock Picking Auto Create Lot

Production/Stable License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

This module extends the functionality of stock module to allow auto create lots for selected picking types.

Table of contents

Configuration

To configure this module, you need to:

  1. Go to a Inventory > Configuration > Operation Types.

  2. Set ‘auto create lot’ option for this operation type.

  3. Go to a Inventory > Master Data > Products.

  4. Set ‘auto create lot’ option for the products you need.

  5. Go to a Inventory > Configuration > Products > Product Categories.

  6. Set ‘auto create lot’ option for the categories you need.

It’s possible to configure by code a way to force the setting of the auto lot when printing the detailed operation labels. To do so, pass the context key force_auto_lot to the report. This is a simple example with a server action, but it can be done with overriding methods as well:

<record id="action_print_detailed_operation" model="ir.actions.server">
     <field name="name">Print detailed operations</field>
     <field name="model_id" ref="stock.model_stock_move_line" />
     <field
           name="binding_model_id"
           ref="stock.model_stock_move_line"
     />
     <field name="binding_view_types">list</field>
     <field name="state">code</field>
     <field name="code">
if records:
     report = env["ir.actions.report"].sudo()._get_report("my_custom_module.my_custom_report_xml_id")
     action = report.with_context(force_auto_lot=True).report_action(records.ids)
     </field>
</record>

Usage

To use this module you need to:

  1. Go to a Product > Inventory tab.

  2. Set a tracking option for this product.

  3. Set auto create lot on the product or in the category.

  4. Go to Inventory > Incoming and create one.

  5. Validate picking without lot.

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

  • ACSONE SA/NV

  • Tecnativa

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.

Current maintainer:

sergio-teruel

This module is part of the OCA/stock-logistics-workflow 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_picking_auto_create_lot-16.0.3.2.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_stock_picking_auto_create_lot-16.0.3.2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3b1d1e639233fdcbf363142778a204defb6a8f7d4e669cdbcbe3b863a1386bbb
MD5 fab9215f84d2cf000ee6cae9a36c65c8
BLAKE2b-256 d4a13c1a7ca4b70f70c51e60617ef1a132c0cbf9454de19d9d8152239a93317f

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