| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Contacts (contacts) • Discuss (mail) • Website (website) |
| Community Apps Dependencies | Show |
| Lines of code | 4479 |
| Technical Name |
meta_barikoi |
| License | OPL-1 |
| Website | https://www.metamorphosis.com.bd/ |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Contacts (contacts) • Discuss (mail) • Website (website) |
| Community Apps Dependencies | Show |
| Lines of code | 4479 |
| Technical Name |
meta_barikoi |
| License | OPL-1 |
| Website | https://www.metamorphosis.com.bd/ |
The #1 Spatial Intelligence Suite for Odoo 19
Replace generic international map providers with Barikoi's production-grade spatial engine. Built exclusively for Bangladesh and emerging markets, this full suite overrides Odoo's native mapping infrastructure to deliver high-fidelity geocoding, predictive address autocomplete, interactive CRM maps, and public website portals.
3-7x Cheaper
Enterprise mapping at a fraction of Google Maps cost. Designed for high-volume Odoo deployments.
5M+ Points of Interest
Unmatched local precision with over 5 million verified Bangladesh locations that foreign APIs miss.
Native Odoo 19
Zero external iframes. Pure Python ORM integration with res.partner, base_geolocalize, and website controllers.
Full Ecosystem at a Glance
Purchasing the Master Suite grants five deeply interconnected sub-modules that supercharge every aspect of your enterprise spatial workflow.
Predictive Address Autocomplete
Real-time debounced address suggestions (300ms) mapping 8+ fields instantly into CRM Partner forms. Automatically populates Street, Street2, City, ZIP, Division, District, Upazila, and unique Barikoi uCode identifier.
Core Engine & API Vault
Centralized secure API credential storage inside Odoo System Parameters. Built-in diagnostic ping tools inside General Settings. Unified Python service for geocoding, autocomplete, and batch operations through a single connection pool.
Mass Geolocalization Engine
Batch-convert 10,000+ text addresses into GPS coordinates in minutes. Built-in Haversine radius filters for proximity-based CRM searches. Visual status indicators (Not Geocoded / Verified / Fault) embedded into tree views.
Interactive Partner Form Maps
Embeds high-fidelity interactive MapLibre GL JS Vector Tile canvases directly inside res.partner form views. Lag-free rendering with actionable uCode extraction toolbars for immediate field operations.
Public Website Portal Maps
Expose professional map directories on your Odoo eCommerce website. Global partner discovery at /website/map/partners, company footprint views, and detail page map snippets. Mobile-first responsive architecture.
Developer SDK & API Reference
The Barikoi Maps suite exposes clean Python ORM methods for developers who need to extend spatial capabilities into custom Odoo modules.
Autocomplete API Call
# Python ORM - Barikoi Autocomplete Service
barikoi_service = self.env['barikoi.service']
suggestions = barikoi_service.autocomplete(query="Gulshan 2")
for place in suggestions:
_logger.info("Place: %s | uCode: %s", place['address'], place['ucode'])
_logger.info("Lat: %s | Lon: %s", place['latitude'], place['longitude'])
Batch Geocoding Service
# Python ORM - Mass Geocode Partners
partners = self.env['res.partner'].search([('partner_latitude', '=', 0)])
barikoi_service = self.env['barikoi.service']
for partner in partners:
result = barikoi_service.geocode(partner.street)
partner.write({
'partner_latitude': result['latitude'],
'partner_longitude': result['longitude'],
})
Reverse Geocoding
# Python ORM - Reverse Geocode from Coordinates
barikoi_service = self.env['barikoi.service']
address = barikoi_service.reverse_geocode(lat=23.7937, lon=90.4066)
_logger.info("Address: %s", address['full_address'])
_logger.info("Area: %s | City: %s", address['area'], address['city'])
Why Barikoi?
Barikoi is Bangladesh's leading location data company, powering thousands of enterprises with hyperlocal spatial intelligence that international providers simply cannot match.
Unmatched Local Precision
Foreign map providers struggle with unstructured local addresses. Barikoi was engineered specifically for Bangladesh's complex geography with 5 million+ native verified data points covering every Division, District, and Upazila.
3-7x Cheaper Than Google
Enterprise mapping APIs historically crush IT budgets. By switching your Odoo backend to Barikoi, you achieve identical or superior local routing and geocoding at drastically reduced cost per API call.
uCode Infrastructure
Every address in Barikoi's system comes with a unique uCode identifier. This powers deep demographic syncing with your CRM, linking physical locations to Division, District, and Upazila hierarchies automatically.
Vector Tile Technology
Powered by MapLibre GL JS and ultra-fast vector tiles, Barikoi maps render complex Dhaka streets and intricate rural alleys that are otherwise blank on standard international map providers.
Implementation & Setup
Get up and running in minutes. The Barikoi Maps suite is designed for zero-friction deployment on any Odoo 19 instance.
Install the Module
Purchase and install the Barikoi Maps Full Suite from the Odoo App Store. All 5 sub-modules install automatically as dependencies.
Configure API Key
Navigate to Settings and enter your Barikoi API key. Get your free key at barikoi.com/developer. Use the built-in diagnostic test button to verify connectivity.
Start Using
Open any Partner form and start typing addresses. Autocomplete suggestions appear instantly. Batch geocode from list views. Maps render in partner form tabs.
Technical Requirements
- Odoo 19.0 (Community or Enterprise)
- Python 3.10+
- Active Barikoi API key (free tier available)
- No external Python packages required
- Compatible with Odoo.sh, Docker, and on-premise
- Upgrade-safe module architecture
Why Metamorphosis?
Metamorphosis Ltd. is Bangladesh's premier Certified Odoo Partner, specializing in high-complexity enterprise deployments, spatial engineering, and core ERP customization.
Certified Odoo Partner
50+ Enterprise Clients
Deep ERP Customization
Spatial Engineering
Enterprise-Grade Support & Implementation
We don't just build modules. We architect end-to-end ERP transformations. Our team handles deployment, training, customization, and ongoing support for organizations across logistics, manufacturing, retail, and eCommerce sectors in Bangladesh and beyond.
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