Skip to Content

Odoo GraphQL Subscription

by

307.48

16.0 0
Live Preview
Required Apps Discuss (mail)
Community Apps Dependencies easy_graphql
api_auth_apikey
api_framework_base
ekika_utils
ekika_widgets
Technical Name easy_graphql_subscription
License OPL-1
You bought this module and need support ? Click here!
Technical Name easy_graphql_subscription
License OPL-1

Introduction

The Odoo Easy GraphQL Subscription module brings modern, real-time data handling to Odoo by enabling GraphQL subscriptions. With this feature, external applications can receive live updates based on changes in Odoo—no need for polling. This integration is designed for developers who want to build responsive and interactive user interfaces (like dashboards or mobile apps) that reflect Odoo data instantly.

Key Features

  • Support for GraphQL subscription endpoints to stream real-time updates

  • Easy configuration of subscription triggers on model changes

  • Designed to integrate seamlessly with Odoo’s data model and permission system

  • Lightweight and developer-friendly interface for GraphQL implementation

Benefits

  • Build responsive front-end apps or dashboards that reflect Odoo data in real time

  • Improve performance by eliminating the need for frequent polling

  • Enhance user experience with instantaneous updates and live data flow

  • Provide clean integration points for modern JavaScript and mobile frameworks

Compatibility & Technical Details

Technical Name: easy_graphql_subscription

License: LGPL-3

Required Modules:

  • GraphQL base or API framework module

  • GraphQL controller support (GraphQL_HANDLER)

  • Core Odoo modules: Models, HTTP, Security

Installation Steps:

  1. Ensure GraphQL base/API framework module and required GraphQL-integration dependencies are installed.

  2. Place the easy_graphql_subscription module into your Odoo Add-Ons directory.

  3. Enable Developer Mode and update the app list.

  4. Install the module through the Apps interface.

  5. Configure subscription definitions for desired models and triggers.

  6. Client applications can then subscribe to data events and receive updates in real time.

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.