mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-24 00:31:59 +02:00
35 lines
664 B
Markdown
35 lines
664 B
Markdown
# Products Expiration Date
|
|
|
|
|
|
Track different dates on products and production lots.
|
|
======================================================
|
|
|
|
Following dates can be tracked:
|
|
-------------------------------
|
|
- end of life
|
|
- best before date
|
|
- removal date
|
|
- alert date
|
|
|
|
Also implements the removal strategy First Expiry First Out (FEFO) widely used, for example, in food industries.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-product_expiry
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- stock
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/product_expiry
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|