Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
352 Представления

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?

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить