I am using Odoo 15 Point of Sale Community to manage my coffee sales. Each coffee sale has a BOM, which automatically reduces the on-hand inventory of raw materials like cups, sugar, and other items. I also want to set up a system where, if any raw material falls below a certain stock level, a notification is automatically sent to the vendor. How can we achieve this in Odoo 15?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
Hello Shakuur ally,
We can Automate Notification for Low Inventory using custom schedule action.
Here is code for the same
Add python code to check if stock is low
def run_low_stock_notification(self): threshold = 10 # Fetch products below the threshold low_stock_products = self.search([('qty_available', '
provide custom method reference view
I hope this will help you !
Thanks,
Vimal Rughani (Founder and CTO)
Himanjali Intelligent Automation Pvt Ltd
Contact: +91- 972-606-7737
Email: hello@himanjali.com
Newsletter: The Odoo Scoop
Website: www.himanjali.co
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
lug 21
|
3358 | ||
|
1
gen 19
|
4902 | ||
|
1
lug 19
|
4750 | ||
|
2
lug 25
|
448 | ||
|
1
ott 24
|
1061 |