Skip to Content
Menu
This question has been flagged

I have a task that I want to Count the re order count like (quantity available - min stock count) then i hope to if min stock count is lower than Quantity availble, notify to purticular supplier, min stock count is we can include, no issue, How can we gain the Quantity availabe in already exist as (on hand count in odoo purchase and Inventory platform) it isn't in database, How can i add this?

Avatar
Discard
Best Answer

Your products have reordering rules (stock.warehouse.orderpoint) configured.

Each product has at least one supplier (seller_ids) with a valid email.

The mail template and cron job are set up correctly.

"We’ve developed an automatic low-stock alert system. Here's how it works:

  1. Odoo constantly tracks your on-hand inventory for each product.
  2. When a product’s quantity drops below its configured minimum stock level, the system automatically detects it.
  3. It will notify the assigned supplier via email, prompting them to restock the item.
  4. This check runs daily in the background, so your inventory stays healthy and you avoid stockouts."


If you're demoing

  • Go to Inventory > Products, set a low value for Qty Available
  • Set Minimum Quantity in Reordering Rules
  • Run the cron manually from Technical > Scheduled Actions
  • Show the supplier's email (or fake it if you’re on dev server)


Thanks & Regards,

Email : contact@datainteger.com

Avatar
Discard
Related Posts Replies Views Activity
1
Apr 25
306
2
Feb 19
7394
0
Mar 16
3816
3
Oct 23
1449
2
Sep 23
4330