Skip to Content
Menu

Accounting Dashboard Odoo17

by
Odoo
v 17.0 Third Party 1318
Download for v 17.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Community Apps Dependencies
Lines of code 10643
Technical Name odoo_accounting_dashboard
LicenseLGPL-3
Websitehttps://cybrosys.com
Versions 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Community Apps Dependencies
Lines of code 10643
Technical Name odoo_accounting_dashboard
LicenseLGPL-3
Websitehttps://cybrosys.com
Versions 17.0 18.0
Community

Accounting Dashboard

Odoo Accounting Dashboard V17

Key Highlights

Income/Expense/Profit Chart

Customer/Vendor Payment List

Top Sale Revenue Customer

Aged Receivables/Payables

Bank & Cash Balance

Top Customers/Vendors

Dashboard

User can see different tiles of Open Invoice , Paid Invoice , Total Income , UnReconciled Items And different details of customer and Vendor Payment List, Bank And Cash Balance , Top Customers/Vendors and different charts of Income/Expense/Profit and Aged Receivables and Payables.

Income Chart

Expense Chart

Profit Chart

All In One Chart

Includes Income Expense And Profit

Customer Payment List

Vendor Payment List

Aged Receivable Chart

Aged Payable Chart

  • Users Can See Income/Expense/Profit Chart
  • Details Of Top Sale Revenue Customer
  • Details of Vendor/Customer Payment List
  • Details of Aged Receivables/Payables
  • Details of Bank & Cash Balance
  • Details of Top Vendors/Customers List
  • Filters Based On This Year & This Month
  • Available in Odoo 17.0 Community
Version 17.0.1.0.0|Released on: 19th February 2024

Initial Commit for Accounting Dashboard.

Related Products

Our Services

service-icon

Odoo Customization

service-icon

Odoo Implementation

service-icon

Odoo Support

service-icon

Hire Odoo Developer

service-icon

Odoo Integration

service-icon

Odoo Migration

service-icon

Odoo Consultancy

service-icon

Odoo Implementation

service-icon

Odoo Licensing Consultancy

Our Industries

Trading

Easily procure and sell your products

POS

Easy configuration and convivial experience

Education

A platform for educational management

Manufacturing

Plan, track and schedule your operations

E-commerce & Website

Mobile friendly, awe-inspiring product pages

Service Management

Keep track of services and invoice

Restaurant

Run your bar or restaurant methodically

Hotel Management

An all-inclusive hotel management application

Support

Need Help?

Got questions or need help? Get in touch.

odoo@cybrosys.com
WhatsApp

Say hi to us on WhatsApp!

+91 99456767686

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.
Table name is too long
by
Costa Rica
on 1/22/25, 6:37 PM

Hi Cybrosys team!  Thank you for it.

Odoo.sh V17. We got the following error:

Table name 'account_common_journal_report_account_report_horizontal_group_rel' is too long


We really appreciate it.

Re: Table name is too long
by
Cybrosys Technologies
on 2/6/25, 5:56 AM Author

This app is specifically developed for Community Edition only.


Module not working - Error when using the module.
by
Vinay Khosla
on 7/27/24, 11:22 AM

Hi Cybrosys team,

Upon installing the module and clicking the Accounting Dashboard Menu item, we get the following error on the screen.

UncaughtPromiseError > ReferenceError

Uncaught Promise > Chart is not defined

ReferenceError: Chart is not defined

    at AccountDashboard.aged_chart (http://localhost:8016/web/assets/1/bf04396/web.assets_web.min.js:17341:69)

    at AccountDashboard.RenderChart (http://localhost:8016/web/assets/1/bf04396/web.assets_web.min.js:17336:26)

    at AccountDashboard. (http://localhost:8016/web/assets/1/bf04396/web.assets_web.min.js:17332:26)

    at http://localhost:8016/web/assets/1/bf04396/web.assets_web.min.js:1046:32

    at RootFiber.complete (http://localhost:8016/web/assets/1/bf04396/web.assets_web.min.js:945:196)

    at Scheduler.processFiber (http://localhost:8016/web/assets/1/bf04396/web.assets_web.min.js:1513:43)

    at Scheduler.processTasks (http://localhost:8016/web/assets/1/bf04396/web.assets_web.min.js:1508:62)

    at http://localhost:8016/web/assets/1/bf04396/web.assets_web.min.js:1506:67 

Can you fix the bug please?


Re: Module not working - Error when using the module.
by
Cybrosys Technologies
on 8/6/24, 1:41 AM Author

Hello Vinay,
Thanks for reporting, We have updated the module. Please get the latest version.


not working
by
abhishek
on 4/24/24, 5:57 AM

RPC_ERROR

Odoo Server Error

Traceback (most recent call last):

  File "/cloudclusters/odoo/odoo/http.py", line 1732, in _serve_db

    return service_model.retrying(self._serve_ir_http, self.env)

  File "/cloudclusters/odoo/odoo/service/model.py", line 133, in retrying

    result = func()

  File "/cloudclusters/odoo/odoo/http.py", line 1759, in _serve_ir_http

    response = self.dispatcher.dispatch(rule.endpoint, args)

  File "/cloudclusters/odoo/odoo/http.py", line 1960, in dispatch

    result = self.request.registry['ir.http']._dispatch(endpoint)

  File "/cloudclusters/odoo/addons/website/models/ir_http.py", line 235, in _dispatch

    response = super()._dispatch(endpoint)

  File "/cloudclusters/odoo/odoo/addons/base/models/ir_http.py", line 207, in _dispatch

    result = endpoint(**request.params)

  File "/cloudclusters/odoo/odoo/http.py", line 722, in route_wrapper

    result = endpoint(self, *args, **params_ok)

  File "/cloudclusters/odoo/addons/web/controllers/dataset.py", line 24, in call_kw

    return self._call_kw(model, method, args, kwargs)

  File "/cloudclusters/odoo/addons/web/controllers/dataset.py", line 20, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/cloudclusters/odoo/odoo/api.py", line 462, in call_kw

    result = _call_kw_model(method, model, args, kwargs)

  File "/cloudclusters/odoo/odoo/api.py", line 435, in _call_kw_model

    result = method(recs, *args, **kwargs)

  File "/cloudclusters/odoo/odoo/addons/odoo_accounting_dashboard/models/account_move.py", line 38, in get_datas

    income = [i['debit'] - i['credit'] for i in debit_credit]

  File "/cloudclusters/odoo/odoo/addons/odoo_accounting_dashboard/models/account_move.py", line 38, in

    income = [i['debit'] - i['credit'] for i in debit_credit]

TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'


The above server error caused the following client error:

OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)

    at handleError (https://odoo-169677-0.cloudclusters.net/web/assets/1/8871a3c/web.assets_web.min.js:916:101)

    at App.handleError (https://odoo-169677-0.cloudclusters.net/web/assets/1/8871a3c/web.assets_web.min.js:1543:29)

    at ComponentNode.initiateRender (https://odoo-169677-0.cloudclusters.net/web/assets/1/8871a3c/web.assets_web.min.js:1006:19)


Caused by: RPC_ERROR: Odoo Server Error

    at makeErrorFromResponse (https://odoo-169677-0.cloudclusters.net/web/assets/1/8871a3c/web.assets_web.min.js:2872:163)

    at XMLHttpRequest. (https://odoo-169677-0.cloudclusters.net/web/assets/1/8871a3c/web.assets_web.min.js:2876:13)


by
Md. Shahajalal Hossain
on 11/19/24, 11:43 PM

Is it possible to up grade 18 version.

Re:
by
Cybrosys Technologies
on 11/20/24, 12:37 AM Author

Please email us at odoo@cybrosys.com


by
Raheem Azeez
on 3/26/24, 12:24 PM

Hello,

When I tried to activate the module I got the following error message:

"Validation Error

Table name 'account_common_journal_report_account_report_horizontal_group_rel' is too long"

Please, how do I resolve this?

Thanks