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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
293
Views
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:
- Odoo constantly tracks your on-hand inventory for each product.
- When a product’s quantity drops below its configured minimum stock level, the system automatically detects it.
- It will notify the assigned supplier via email, prompting them to restock the item.
- 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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Apr 25
|
306 | ||
|
2
Feb 19
|
7394 | ||
|
0
Mar 16
|
3816 | ||
|
3
Oct 23
|
1449 | ||
|
2
Sep 23
|
4330 |