Baselinker Connector for Odoo
Connect Odoo 18 to Baselinker — the leading e-commerce order management platform. Import orders, sync inventory levels, manage product catalogs, warehouses, price groups and order statuses from a single, unified interface.
Requires: SYSLINK Baselinker Core module
Key Features
|
Order Import Automatically pull orders from Baselinker into Odoo as confirmed Sale Orders, including line items, delivery and billing addresses. |
Inventory Synchronisation Push real-time stock levels from Odoo warehouses to Baselinker inventories and external storage locations. |
|
Product Catalog Sync Import Baselinker product catalogs into Odoo and link them to existing products by EAN, SKU or name. Recreate missing products automatically. |
Order Status Management Map Baselinker order statuses to Odoo workflows and trigger status updates bi-directionally. |
|
Price Group Management Synchronise Baselinker price groups with Odoo pricelists for accurate pricing across all sales channels. |
Send Orders to Baselinker Manually push Sale Orders created in Odoo directly into the Baselinker panel for fulfillment. |
|
Payment Registration Automatically register Baselinker payments in Odoo using the configured payment journal, with support for Cash on Delivery detection. |
Fiscal Position & Tax Mapping Resolve fiscal positions and remap taxes for gross (tax-included) prices imported from Baselinker. |
|
Warehouse & External Storage Map Odoo warehouses to Baselinker warehouse identifiers and manage external storage products and variants. |
Scheduled Automation Built-in cron jobs run every 5 or 30 minutes. Monitor task status from Components → Tasks. Batch size is configurable in settings. |
Screenshots
Getting Started
- Install SYSLINK Baselinker Core, then install this module from the Odoo Apps Store.
- Open Settings → Baselinker and enter your Baselinker API key.
- Go to Technical → Scheduled Actions, search for Baselinker and activate the desired cron jobs.
- The default batch size is 100 records per run. Adjust it under the integration settings.
- Navigate to Baselinker → Catalogs / Warehouses / Price Groups / Products to confirm sync completed successfully.
- Link Baselinker products to Odoo products manually or let the automatic EAN-based linking action do it for you.
- Monitor all background tasks under Components → Tasks.
Contact & Support
SYSLINK — Odoo and e-commerce integration specialists.
Need technical support, a custom configuration, or a tailored modification? Our team is ready to help.
office@syslink.site | syslink.site
Opis po polsku / Polish description
Bezproblemowo zintegruj Odoo 18 z Baselinker. Importuj zamówienia, synchronizuj stany magazynowe, zarządzaj katalogami produktów, magazynami, grupami cenowymi i statusami zamówień z jednego interfejsu.
Główne funkcje
- Import zamówień z Baselinkera do Odoo jako zatwierdzone zamówienia sprzedaży
- Synchronizacja stanów magazynowych z Odoo do Baselinkera i zewnętrznych magazynów
- Import i łączenie katalogów produktów (po EAN, SKU lub nazwie)
- Dwukierunkowe zarządzanie statusami zamówień
- Synchronizacja grup cenowych z listami cenowymi Odoo
- Ręczne wysyłanie zamówień z Odoo do Baselinkera
- Rejestracja płatności i obsługa pobrań (COD)
- Obsługa pozycji fiskalnych i mapowania podatków
- Automatyczne zadania cykliczne (co 5 lub 30 minut)
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Invoicing (account) • Sales (sale_management) • Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 4421 |
| Technical Name |
syslink_baselinker_warehouse_connector |
| License | OPL-1 |
| Website | https://syslink.site |
Changelog
v18.0.1.2.1 (2026-06-22)
- add baselinker_contact_find_policy proxy field to res.config.settings (Simple / Complex)
- get_values / set_values now round-trip contact_find_policy to/from baselinker.api.settings
v18.0.1.2.0 (2026-06-22)
- inherit rest.api.contact.mixin in BaselinkerOrder for shared partner resolution
- refactor remap_contact to delegate country/state lookup to mixin helpers _get_partner_country / _get_partner_state
- replace get_or_create_contact with _resolve_contact(data, settings) from the mixin
- process_contacts accepts settings object directly instead of a FindUserByChoices string — company/person search fields driven by rest.api.settings
- remove FindUserByChoices from the hot-path import in baselinker_order.py
- simplify additional-address resolution: use _resolve_contact instead of multi-field domain search
v18.0.1.1.9 (2026-06-11)
- refactor x_bl_payment_status to computed field with extended values: not paid, partially paid, paid, overpaid, cash on delivery
- add x_bl_payment_method_cod stored field on sale order to persist COD flag from Baselinker
- simplify process_payment_status to pure validator — raises error when computed status is not paid
v18.0.1.1.8 (2026-06-11)
- add x_bl_payment_status field on sale order with values: paid, cash on delivery, not paid
- add process_payment_status validator — raises error when order is not paid
v18.0.1.1.7 (2026-06-11)
- add x_bl_product_id field on sale order line to store Baselinker product ID
- add computed fields x_has_unbound_bl_products and x_bl_has_empty_lines on sale order
- add "Bind Products" banner and action on sale order to link unbound Baselinker products to Odoo products
v18.0.1.1.6 (2026-06-09)
- add fiscal position handling for Baselinker orders
- add tax mapping support for gross (tax-included) prices from Baselinker
- add order total mismatch validator
v18.0.1.1.5 (2026-06-09)
- add payment journal integration for registering Baselinker payments in Odoo
v18.0.1.1.4 (2026-06-09)
- refactor context management across modules, introduce get_extra_context method
v18.0.1.1.3 (2026-06-08)
- add support for asynchronous task processing in Baselinker payment fetch functionality
v18.0.1.1.2 (2026-06-08)
- add Baselinker payment fetch feature, support for scheduling tasks, and new translation keys
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