Odoo Dashboard

odoo dashboard

Description

This document provides an overview of the Odoo Dashboard creation process. It includes steps for creating random data inside Node-RED, sending this data through Odoo API into Odoo service and basics of Odoo customization for creating a module with dashboard.

Prerequisites

Project requires 2 npm packages for extending Node-RED functionallity, which can be installed through our private Verdaccio registry.

@senlab/node-red-generate-random
@senlab/node-red-odoo-api

To learn more about Verdaccio and how to install packages, please refer to this documentation: Verdaccio

Odoo Service configured and running inside Sandbox product. To learn more about Odoo, please refer to this documentation: Odoo

Instructions

  1. Deploy Generate Random Line flow

  2. Deploy Odoo API flow

  3. Create custom module and Dashboard inside Odoo

The end goal is to create Node-RED flow for data simulation and stream it to Odoo for manipulation and display.