In Magento, there is a module <a href='https://magegiant.com/magento-low-stock-email-notification-extension/'>Low Stock Email Notification</a> that allows you to set a low stock "threshold" for each product individually.
For example, I can set one product to be considered low when it's under 100, whereas another I want to be notified if it falls under 5,000. Daily, weekly, or monthly (set in configuration settings), I get an email notifying me of all products that are low and how many are in stock.
Is there anything existing in Odoo to mimic this feature? Or is there anything similar that we can use as a basis of developing this feature?
In my case, I developed a module which check stock levels every time product is taken, if stock level is less than value set for each product individually sending email with current stock and product name. You can set stock level manually or based on last 6 month sale.
Is your module publicly available for review/reference?