Skip to Content
Menu
This question has been flagged
1 Reply
3830 Views

Hello Community member,

How can I track expired product or get noticification when product is about to expire in Odoo 9.

Any module to handle the task is highly appreciated.

Thanks in advance.

Avatar
Discard
Best Answer

Activate "Define Expiry Date on Serial Numbers":

Inventory --> Configuration --> Settings


Then you will be able to track four dates on each Serial Number:


See the documentation on Serial Numbers at

https://www.odoo.com/documentation/user/9.0/inventory/management/lots_serial_numbers/serial_numbers.html


UPDATE:

Removal Date is already on the quant, so you can just add it to the view:


Avatar
Discard
Author

Am looking at something similar to product_expiry_ext module in Odoo 8. I want to get the expiration details when I view stock inventory. Thanks

I have updated my post - just modify the view to see removal date. For other dates you want to see - add related fields and add those fields to the view.