| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) |
| Lines of code | 1599 |
| Technical Name |
simple_warehouse_sync |
| License | OPL-1 |
| Versions | 18.0 19.0 |
SyncVision
FAST. SIMPLE. SYNC
SyncVision is a powerful Odoo module designed to seamlessly synchronize your external warehouse data with Odoo inventory in real-time. Keep your stock levels accurate, monitor low inventory, and automate your entire warehouse-to-Odoo integration process with comprehensive logging and intelligent reporting.
Key Features
🔄 Real-Time Synchronization
Automatically sync warehouse data with Odoo inventory, ensuring your stock levels are always accurate.
- Manual one-click sync trigger
- Automated scheduled synchronization via cron jobs
- Real-time data refresh and panel updates
📊 Comprehensive Logging
Track every sync operation with detailed logs and monitoring capabilities.
- Complete sync history with timestamps
- Low stock alerts (products below threshold)
- Missing products tracking
- Unpublished products monitoring
🎯 Smart Product Management
Intelligent product handling based on warehouse rules and configurations.
- Automatic stock quantity updates
- Product publishing/unpublishing based on SKU and barcode
- Brand synchronization from external warehouse
📧 Email Reporting
Stay informed with automated email reports after each synchronization.
- Detailed statistics and product summaries
- Customizable recipient settings
- HTML formatted reports
🔍 Advanced Search and Filtering
Find and organize your products with powerful search and filtering tools.
- Search by SKU, brand, barcode, or external ID
- Filter by stock levels and sync dates
- Group by various criteria
⚙ Flexible Configuration
Customize the module to fit your specific business needs.
- Configurable API field names (SKU and stock fields)
- Customizable sync schedules
- Stock mapping rules
Perfect For
Who Should Use SyncVision?
- E-commerce businesses with external warehouse management systems
- Multi-channel retailers needing synchronized inventory across platforms
- Wholesale distributors managing large product catalogs
- Manufacturing companies with external inventory tracking
- Drop-shipping businesses requiring real-time stock updates
- Any business that needs reliable warehouse-to-Odoo synchronization
How It Works
1️⃣ Connect
Configure your external warehouse API connection within the SyncVision settings panel.
2️⃣ Synchronize
Trigger manual sync or set up automated schedules using the built-in cron job system.
3️⃣ Monitor
Track all sync operations through the comprehensive Control Panel dashboard.
Important: Saving Settings
When configuring SyncVision, follow these steps:
- Modify your settings (API URL, Stock Mapping, API Field Mapping, etc.)
- Click the Save Settings button
- Click the Refresh Panel button to see your updated values
Note: After saving, you must refresh the panel to reload the dashboard with your new configuration.
API Integration
SyncVision connects to your external warehouse API. The API must return JSON data in the following format:
|
{ "success": true, "data": [ { "sku": "PRODUCT-SKU-001", "qty": 150, "brand": "BrandName", "itemNumber": "EXT-12345", "barcode": "1234567890123" } ] } |
Configurable Field Names
The SKU and stock quantity field names are fully configurable! If your API uses different field names, simply update them in the settings.
- SKU Field - Default:
sku(configurable to match your API) - Stock Field - Default:
qty(configurable to match your API)
Optional Fields
- brand - Product brand name
- itemNumber - External system ID
- barcode - Product barcode
Stock Mapping Configuration
Define custom rules to map external warehouse quantities to Odoo stock levels:
| Min Qty | Max Qty | Odoo Stock | Description |
|---|---|---|---|
| 0 | 0 | 0 | Out of stock |
| 0 | 30 | 0 | Very low stock - show as unavailable |
| 30 | 50 | 2 | Low stock - limited availability |
| 50 | 200 | 5 | Normal stock |
| 200 | Infinity | 10 | High stock - plenty available |
Rules are fully customizable from the Control Panel dashboard.
Technical Specifications
| Module Name: | SyncVision (simple_warehouse_sync) |
| Version: | 19.0.15.0 |
| Category: | Inventory Management |
| License: | OPL-1 (Odoo Proprietary License) |
| Dependencies: | web, stock |
| Author: | Abolfazl Rezaei |
| Odoo Version: | 19.0 |
| Price: | €69.00 |
What is Included
- Complete SyncVision module installation
- Control Panel dashboard for monitoring
- Automated cron job configuration
- Email notification templates
- Sync history and logging system
- Product management views and filters
- Security access controls
- Complete documentation
SyncVision by Abolfazl Rezaei | FAST. SIMPLE. SYNC
For support and inquiries, please contact the module author.
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