Skip to Content
Menu
v 18.0 Third Party 64
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies CRM (crm)
Contacts (contacts)
Purchase (purchase)
Sales (sale_management)
Calendar (calendar)
Discuss (mail)
Invoicing (account)
Lines of code 3137
Technical Name DashBoat
LicenseLGPL-3
Websitehttps://www.sufalamtech.com
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies CRM (crm)
Contacts (contacts)
Purchase (purchase)
Sales (sale_management)
Calendar (calendar)
Discuss (mail)
Invoicing (account)
Lines of code 3137
Technical Name DashBoat
LicenseLGPL-3
Websitehttps://www.sufalamtech.com

Turn your Odoo data into smart, actionable insights with an AI-powered dashboard and conversational assistant

DashBoat is your intelligent business companion that transforms complex Odoo data into clear, real-time, and predictive insights. With AI-powered analytics and a natural language chatbot interface, it enables business users and decision-makers to query sales, revenue, customer or inventory metrics using simple questions—no SQL or technical skills required. Built for fast-growing teams, DashBoat helps forecast trends, identify anomalies and guide strategic decisions using smart visualizations and conversation-driven data exploration. Whether you're in sales, finance or operations, DashBoat is designed to help you work smarter, not harder.

  • AI-powered dashboard with customizable widgets
  • Natural language chatbot for querying sales, customer, or operational data
  • Predictive sales and revenue forecasting
  • KPI monitoring and alerts
  • Integration with native Odoo modules

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Unable to Install module
by
Raheem Azeez
on 8/13/25, 10:00 AM

After installing a number python dependencies, below is the error message displayed when I tried to install the module:


Odoo Server Error

RPC_ERROR

Odoo Server Error

Occured on localhost:8018 on model ir.module.module and id 38 on 2025-08-13 13:58:19 GMT

Traceback (most recent call last):
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\http.py", line 2122, in _transactioning
    return service_model.retrying(func, env=self.env)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\service\model.py", line 156, in retrying
    result = func()
             ^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\http.py", line 2089, in _serve_ir_http
    response = self.dispatcher.dispatch(rule.endpoint, args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\http.py", line 2337, in dispatch
    result = self.request.registry['ir.http']._dispatch(endpoint)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\addons\base\models\ir_http.py", line 333, in _dispatch
    result = endpoint(**request.params)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\http.py", line 754, in route_wrapper
    result = endpoint(self, *args, **params_ok)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\addons\web\controllers\dataset.py", line 42, in call_button
    action = call_kw(request.env[model], method, args, kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\api.py", line 533, in call_kw
    result = getattr(recs, name)(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\python\Lib\site-packages\decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\addons\base\models\ir_module.py", line 75, in check_and_log
    return method(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\addons\base\models\ir_module.py", line 480, in button_immediate_install
    return self._button_immediate_function(self.env.registry[self._name].button_install)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\addons\base\models\ir_module.py", line 604, in _button_immediate_function
    registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\python\Lib\site-packages\decorator.py", line 232, in fun
    return caller(func, *(extras + args), **kw)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\tools\func.py", line 97, in locked
    return func(inst, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\modules\registry.py", line 129, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\modules\loading.py", line 484, in load_modules
    processed_modules += load_marked_modules(env, graph,
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\modules\loading.py", line 365, in load_marked_modules
    loaded, processed = load_module_graph(
                        ^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\modules\loading.py", line 246, in load_module_graph
    getattr(py_module, post_init)(env)
  File "c:\program files\odoo 18.0.20250621\server\odoo\addons_custom_18\DashBoat\hooks.py", line 143, in post_init_prediction_analysis
    env.cr.execute("""
  File "C:\Program Files\Odoo 18.0.20250621\server\odoo\sql_db.py", line 354, in execute
    res = self._obj.execute(query, params)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
psycopg2.errors.UndefinedTable: relation "prediction_analysis_registration_backup" does not exist
LINE 2:         SELECT uuid, secret_key FROM prediction_analysis_reg...
                                             ^


The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
    RPCError@http://localhost:8018/web/assets/963fb37/web.assets_web.min.js:3145:338
    makeErrorFromResponse@http://localhost:8018/web/assets/963fb37/web.assets_web.min.js:3148:163
    rpc._rpc/promise</<@http://localhost:8018/web/assets/963fb37/web.assets_web.min.js:3153:34
    


there is no proper instruction
by
Rafiur Rahman Rafit
on 8/12/25, 7:54 AM

There is no  proper instruction


There are no comments yet!