Connect Odoo with Zentor App
Read-only sync of invoices, orders, and products via delta pull -- the connector is deliberately designed as a read-only connection (no write-back to Odoo in this version) and is fully implemented in code.
Current status of this integration
This integration is fully implemented. What is still pending is the external test connection to a real Odoo account -- all tests so far run against simulated API responses, not a real Odoo instance. This page will be updated once that connection is established and verified.
Implemented feature set (external test connection still pending)
Connection via Odoo JSON-RPC authentication
Not yet individually testedInvoice sync (account.move) via delta pull
Not yet individually testedOrder (sale.order) and product (product.product) sync
Not yet individually testedView in the Zentor App dashboard
Frequently asked questions
Is the Odoo integration usable yet?+
The code is fully implemented but not yet tested against a real Odoo instance. Until that test evidence exists, the connection is deliberately not advertised as finished here.
Does Zentor App also write data back to Odoo?+
No, deliberately not in this version. The connector is designed as a read-only connection -- invoices, orders, and products are read from Odoo, not written back.
How does Zentor App authenticate with Odoo?+
Via native Odoo JSON-RPC authentication (common.authenticate), followed by execute_kw calls for the actual data queries.
How current is the data?+
The connector uses a delta pull based on the write_date field -- only records changed since the last sync are picked up.
Set up this connector for your business
Talk to us about your specific use case — we'll explain what's already possible today.