Odoo database
The architecture is headless, with Odoo as the body and the App as the head. All business logic therefore remains in Odoo. This allows Odoo to stay in its strength: Your business on one platform.
Odoo thus continues to function just as it always has for your company. With the custom-built app, you offer your customers or others a self-service platform. Everything they do there is stored in Odoo.
Connect easily
Due to the structured and consistent way data is stored in Odoo, it is possible to connect with virtually all models in Odoo. Out of the box, there are connectors for sale.order, res.partner, res.user, product.template, product.product, crm.lead, mailing.contact.
GraphQL-Alokai and Middleware
To build an App, we use existing components. The frontend is Alokai. This is a frontend solution with built-in PWA (Progressive Web App) functionality. Communication with Odoo takes place via GraphQL. This query language makes it easy to communicate with Odoo. Finally, there is a middleware layer that maps data in Odoo with the app.
All components are open source and have a very active community with regular updates. A part of this is also maintained by OCA (Odoo Community Association).
Phone Features
A phone has all sorts of functions such as a camera, microphone, location data, push notifications, offline use, sensors, starting calls or texts (SMS). The PWA can make use of these. This offers possibilities to simplify workflows (or 'flows'), increase security, and numerous other opportunities.