Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Point of Sale (point_of_sale) • Discuss (mail) • Invoicing (account) |
Lines of code | 402 |
Technical Name |
zehntech_product_low_stock_alert |
License | OPL-1 |
Website | https://www.zehntech.com/ |
Versions | 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Point of Sale (point_of_sale) • Discuss (mail) • Invoicing (account) |
Lines of code | 402 |
Technical Name |
zehntech_product_low_stock_alert |
License | OPL-1 |
Website | https://www.zehntech.com/ |
Versions | 16.0 17.0 18.0 |



Product Low Stock Alert
The void stockouts and ensure smooth operations with Product Low Stock Alert Odoo App. Receive timely notifications for low stock levels, configurable globally, per product, or by category. Includes visual indicators and real-time POS warnings. Compatible with Odoo 16, 17, and 18, supporting multi-user alerts.



Your IT Solutions, Anytime, Anywhere
Providing seamless support and innovative IT services 24/7 to keep your business running smoothly.
115+
Happy Customer
120+
Expert Professionals
30%
Time Saved
12+
Countries We Serve
Key Features
Multi-Level Alert Configuration
Real-Time Alert Recalculation
Stock Alert in List & Kanban View
Alert Tag in POS (Point of Sale)
Section, Page and Padding Configuration
Central Configuration in Settings



Key benefits
About Zehntech
We are a technology solutions company that provides solutions to drive outcomes for clients. Organizations around the world rely on us to identify the right technology to solve business problems and achieve ongoing success.

FAQs
Effortlessly customize CRM opportunities in Odoo to match your unique sales process.

Our Services

Odoo Customization

Odoo Migration Services

Odoo Implementation

Odoo Support & Maintenance

Odoo Website Development

Odoo Theme Development

Odoo Mobile App Development
Product Low Stock Alert
The Product Low Stock Alert module provides a comprehensive Low Stock Alert System in Odoo with flexible alert levels configurable globally, per-product, or per-category. Visual alerts are shown in both the Inventory and Point of Sale (POS) modules.
Table of contents
Key Features
- Global Configuration: Define a default low stock threshold across the entire system. If per-product or per-category thresholds are not defined, the global setting will be used.
- Per-Product Alert Configuration: Configure individual alert quantities for each product variant. This takes the highest priority in the alert hierarchy.
- Per-Category Alert Configuration: Set low stock alert quantities per product category, applying to all products in that category unless overridden.
- Low Stock Alerts in Inventory: List and Kanban views of the Inventory show red visual indicators for products below the alert threshold using <decoration> XML and CSS styling.
- POS Low Stock Alerts: Products that are below the alert level in the Point of Sale (POS) module show a “Low Stock” badge using OWL and JavaScript logic.
- Dynamic Settings Interface: Admins can select the preferred alert method (Global / Per-Product / Per-Category) using radio buttons. Related fields dynamically appear or hide using the new <visibility> tag (Odoo 17+).
- Multi-language Translation: All translatable strings are available in English, French, Spanish, Japanese, and German.
- Version Compatibility: Developed for Odoo 17 Community Edition. Fully tested with Odoo 18 and includes downgrade scripts for Odoo 16 (on demand).
- Sphinx Documentation and Kopyst Integration: Includes usage documentation, index.rst, and internal onboarding content in Kopyst format.
Summary
The Product Low Stock Alert module improves inventory and sales decision-making by visually highlighting products that fall below specified stock levels. Admins can configure alerts flexibly based on business needs and receive instant visual cues across Inventory and POS modules. The module is lightweight, modular, and easy to extend.
Installation
- Download or clone the repository to your Odoo addons directory.
- Restart your Odoo server and upgrade the app list: ./odoo-bin -u product_low_stock_alert
- Log in to Odoo and install the module via the Apps interface.
- Ensure you have the proper user access rights enabled via Developer Mode.
How to use this module
Navigate to Settings > Low Stock Alert Configuration.
Select an Alert Method: - Global: Use a system-wide low stock threshold. - Per-Product: Open any product variant and set its alert quantity. - Per-Category: Go to any product category and define its alert threshold.
Check the alert status in: - Inventory > Products:
- Red warnings will appear in the List and Kanban views for low stock items.
- Point of Sale: - Low stock items display a red “Low Stock” badge on the POS screen.
Alert Priority
The alert logic follows this priority:
- Per-Product Setting
- Per-Category Setting
- Global Setting
If a higher-level configuration is present, lower-level settings are ignored.
Technical Details
- Model Enhancements: - product.product: Computed field alert_state. - product.category: New field alert_quantity. - res.config.settings: New fields for global alert configuration and method selection.
- View Modifications: - Product List and Kanban Views - Category Form View - POS Template using OWL (Odoo Web Library) - Settings Page with <visibility> tag support
- JavaScript Integration: - Lightweight JS for POS only - Uses OWL components to dynamically inject low stock warnings
Translations
All strings are translated and available in the following languages:
- English
- French
- Spanish
- Japanese
- German
Translation files are located in the i18n/ folder.
Contributors
- Zehntech Technologies Inc.
Change logs
[1.0.0]
- Added [21-05-2025] - Product Low Stock Alert
Support
https://www.zehntech.com/erp-crm/odoo-services/
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module