Skip to main content

Force the reservation of expired lots.

Project description

Odoo Community Association

Product Expiration Date - Force reservation

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

Starting from Odoo 18.0, product_expiry module is blocking the reservation of expired lots.

However we could have use cases where we want to move such expired lots in another location.

Table of contents

Usage

This module allows to force the reservation of expired lots with:

  • a configuration option (at the company level)

  • a context key

Configuration option (global)

Open Inventory settings (Inventory/Configuration/Settings), section Traceability, and enable option Ignore Expiration Date.

With context key (code)

Before calling <stock.move>._action_confirm() or <stock.move>._action_assign(), one could set the ignore_expiration_date context key:

move_expired_lot._action_assign()
assert move_expired_lot.state == "confirmed"
move_expired_lot.with_context(ignore_expiration_date=True)._action_assign()
assert move_expired_lot.state == "assigned"

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-reservation 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_product_expiry_assign-18.0.1.0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_product_expiry_assign-18.0.1.0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 39610cfc7e45452f9e792f56b6051e09cf673aadae47156fda37a74cd799dc8d
MD5 65df136f2210f4f322d40350c8eb4831
BLAKE2b-256 f76e6e65c6ee82fd7c091dfa8e7aff9da5a02c5b906c46a1ad227040732c362c

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