Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
277 Weergaven

how i can Replenishment Rules work in Odoo and how they are typically configured.

    • Investigate whether Odoo natively supports reordering based on product expiration dates.
    • If this functionality is not available out-of-the-box, explore available custom apps or modules that offer expiry-based replenishment logic.
  • or  this functionality is not available out-of-the-box?

Avatar
Annuleer
Beste antwoord

How to Implement Expiry-Based Replenishment (Custom Logic):

You need custom development or Studio logic. Here’s the approach:

1. Create a Scheduled Action (Cron Job)

That runs daily and:

  • Checks quantities of non-expired lots
  • Calculates if available (valid) quantity < threshold
  • Triggers replenishment request or creates RFQ

2. Custom Field on Product Template

Add a field like minimum_nonexpired_qty

3. Check Expiry Logic

4. Auto-Replenishment Logic

If non-expired stock is insufficient, then:

  • Create stock.replenishment record
  • Or generate a draft Purchase Order / MO

Avatar
Annuleer