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.3-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_product_expiry_assign-18.0.1.0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 686e2253021d1c97e086c49da93f43459457c428b929478051762c744a0f1766
MD5 f170f0a1a15371a883a51ab0c7acc179
BLAKE2b-256 d434a18842f4a35939165402877a6ac14a5498d508649b9ae2aa544f455d03e8

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