Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. management
  3. Dashboard v 11.0
  4. Sales Conditions FAQ

Dashboard

by Helmi Dhaoui http://globalservicescompany.net
Odoo 5
v 8.0 v 9.0 v 10.0 v 11.0 v 12.0 Third Party 173 2608
Download for v 11.0 Deploy on Odoo.sh Live Preview
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 9243
Technical Name dashboard
Websitehttp://globalservicescompany.net
Versions 8.0 9.0 10.0 11.0 12.0
You bought this module and need support? Click here!

Odoo Custom Dashboard

Responsive Bootstrap tool for creating Custom Odoo Dashboards.


A professional responsive tool creating Custom Odoo Dashboards, built using Bootstrap3, the most popular Backend-end framework for developing responsive, mobile first projects on the web.


Panels, Area charts, Bar charts

Configure your dashboard, Choose the models, rows, columns

Choose icon for each panel

Full responsive


CONTRIBUTORS LIST

Helmi Dhaoui

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.
  • Ratings
  • Discuss
There are no ratings yet!
by
smmazloum
on 4/10/19, 3:40 AM

Hi , By installing this module, the other modules also include dashboards?


Version 12?
by
Kirti Sharma
on 12/10/18, 3:41 AM

When will version 12 release?


Log Error
by
Lukman
on 10/23/18, 8:53 AM

I have installed the module and tested some report in the dashboard and works fine. But there is no way to revert what someone has done if the configuration is wrong. Now I have added another report to the dashboard but had a error message and could not go back to revert the error. Here is the error message: Odoo Server Error Traceback (most recent call last): File "/odoo/odoo-server/odoo/fields.py", line 937, in __get__ value = record.env.cache.get(record, self) File "/odoo/odoo-server/odoo/api.py", line 960, in get value = self._data[field][record.id][key] KeyError: During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/odoo/odoo-server/odoo/http.py", line 650, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/odoo-server/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/odoo/odoo-server/odoo/tools/pycompat.py", line 87, in reraise raise value File "/odoo/odoo-server/odoo/http.py", line 692, in dispatch result = self._call_function(**self.params) File "/odoo/odoo-server/odoo/http.py", line 342, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo/odoo-server/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/odoo/odoo-server/odoo/http.py", line 335, in checked_call result = self.endpoint(*a, **kw) File "/odoo/odoo-server/odoo/http.py", line 936, in __call__ return self.method(*args, **kw) File "/odoo/odoo-server/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/odoo/odoo-server/addons/web/controllers/main.py", line 1221, in load action = request.env[action_type].browse([action_id]).read() File "/odoo/odoo-server/odoo/addons/base/ir/ir_actions.py", line 198, in read result = super(IrActionsActWindow, self).read(fields, load=load) File "/odoo/odoo-server/odoo/models.py", line 2601, in read values[name] = field.convert_to_read(record[name], record, use_name_get) File "/odoo/odoo-server/odoo/models.py", line 4754, in __getitem__ return self._fields[key].__get__(self, type(self)) File "/odoo/odoo-server/odoo/fields.py", line 941, in __get__ self.determine_value(record) File "/odoo/odoo-server/odoo/fields.py", line 1052, in determine_value self.compute_value(recs) File "/odoo/odoo-server/odoo/fields.py", line 1008, in compute_value self._compute_value(records) File "/odoo/odoo-server/odoo/fields.py", line 999, in _compute_value getattr(records, self.compute)() File "/odoo/odoo-server/odoo/addons/base/ir/ir_actions.py", line 158, in _compute_search_view fvg = self.env[act.res_model].fields_view_get(act.search_view_id.id, 'search') File "/odoo/odoo-server/odoo/models.py", line 1381, in fields_view_get xarch, xfields = View.postprocess_and_fields(self._name, etree.fromstring(result['arch']), view_id) File "/odoo/odoo-server/odoo/addons/base/ir/ir_ui_view.py", line 1011, in postprocess_and_fields fields = Model.fields_get(None) File "/odoo/odoo-server/odoo/models.py", line 2504, in fields_get description = field.get_description(self.env) File "/odoo/odoo-server/odoo/fields.py", line 705, in get_description value = value(env) File "/odoo/odoo-server/odoo/fields.py", line 1777, in _description_selection return getattr(env[self.model_name], selection)() File "/odoo/mattobell/dashboard/models/dashboard.py", line 37, in _compute_field_list self.env.cr.execute(requete.replace('"',"'")) File "/odoo/odoo-server/odoo/sql_db.py", line 155, in wrapper return f(self, *args, **kwargs) File "/odoo/odoo-server/odoo/sql_db.py", line 232, in execute res = self._obj.execute(query, params) psycopg2.ProgrammingError: column "amount_total" does not exist LINE 1: SELECT count(amount_total) as field FROM pos_order


Log Error
by
Khaldoun
on 6/20/18, 8:33 AM

Hello I have bought this module today for "odoo11" , but after short while using it, it stops, i tested it on local and online . this is the log error : ------------------------------------------------------------------------------- Traceback (most recent call last): File "/home/kaka/Odoo/Odoo11/odoo/http.py", line 650, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/kaka/Odoo/Odoo11/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/home/kaka/Odoo/Odoo11/odoo/tools/pycompat.py", line 87, in reraise raise value File "/home/kaka/Odoo/Odoo11/odoo/http.py", line 692, in dispatch result = self._call_function(**self.params) File "/home/kaka/Odoo/Odoo11/odoo/http.py", line 342, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/kaka/Odoo/Odoo11/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/home/kaka/Odoo/Odoo11/odoo/http.py", line 335, in checked_call result = self.endpoint(*a, **kw) File "/home/kaka/Odoo/Odoo11/odoo/http.py", line 936, in __call__ return self.method(*args, **kw) File "/home/kaka/Odoo/Odoo11/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/home/kaka/Odoo/Odoo11/addons/web/controllers/main.py", line 1221, in load action = request.env[action_type].browse([action_id]).read() File "/home/kaka/Odoo/Odoo11/odoo/addons/base/ir/ir_actions.py", line 198, in read result = super(IrActionsActWindow, self).read(fields, load=load) File "/home/kaka/Odoo/Odoo11/odoo/models.py", line 2601, in read values[name] = field.convert_to_read(record[name], record, use_name_get) File "/home/kaka/Odoo/Odoo11/odoo/models.py", line 4754, in __getitem__ return self._fields[key].__get__(self, type(self)) File "/home/kaka/Odoo/Odoo11/odoo/fields.py", line 941, in __get__ self.determine_value(record) File "/home/kaka/Odoo/Odoo11/odoo/fields.py", line 1052, in determine_value self.compute_value(recs) File "/home/kaka/Odoo/Odoo11/odoo/fields.py", line 1008, in compute_value self._compute_value(records) File "/home/kaka/Odoo/Odoo11/odoo/fields.py", line 999, in _compute_value getattr(records, self.compute)() File "/home/kaka/Odoo/Odoo11/odoo/addons/base/ir/ir_actions.py", line 158, in _compute_search_view fvg = self.env[act.res_model].fields_view_get(act.search_view_id.id, 'search') File "/home/kaka/Odoo/Odoo11/odoo/models.py", line 1381, in fields_view_get xarch, xfields = View.postprocess_and_fields(self._name, etree.fromstring(result['arch']), view_id) File "/home/kaka/Odoo/Odoo11/odoo/addons/base/ir/ir_ui_view.py", line 1005, in postprocess_and_fields fields = Model.fields_get(None) File "/home/kaka/Odoo/Odoo11/odoo/models.py", line 2504, in fields_get description = field.get_description(self.env) File "/home/kaka/Odoo/Odoo11/odoo/fields.py", line 705, in get_description value = value(env) File "/home/kaka/Odoo/Odoo11/odoo/fields.py", line 1776, in _description_selection return getattr(env[self.model_name], selection)() File "/home/kaka/Odoo/Odoo11/customaddons/dashboard/models/dashboard.py", line 37, in _compute_field_list self.env.cr.execute(requete.replace('"',"'")) File "/home/kaka/Odoo/Odoo11/odoo/sql_db.py", line 155, in wrapper return f(self, *args, **kwargs) File "/home/kaka/Odoo/Odoo11/odoo/sql_db.py", line 232, in execute res = self._obj.execute(query, params) psycopg2.ProgrammingError: column "message_needaction_counter" does not exist LINE 1: SELECT count(message_needaction_counter) as field FROM hr_em... ------------------------------------------------------------------------------- So can you help me please this is my mail : khaldoun600g@gmail.com


error during installation
by
Lars Waschtowitz
on 5/28/18, 4:55 AM Confirmed Purchase

"hi sir, i already buy your wonderfull module, but during the installation it give me a error. can u contact me yann@realcom.ch that i could send u the error ? thx. yann http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:930 Traceback: SyntaxError: Unexpected token < at eval () at http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:370:213 at Function.globalEval (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:370:233) at text script (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:960:216) at ajaxConvert (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:906:48) at done (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:934:10) at callback (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:957:15) at Object.send (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:957:103) at Function.ajax (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:930:23) at Function.jQuery._evalUrl (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:941:297)"


error during installation
by
Lars Waschtowitz
on 5/28/18, 4:54 AM Confirmed Purchase

...same issue like Yann Jaeger


Will this work in V8?
by
Faisal
on 4/21/18, 4:04 AM Confirmed Purchase

Your module looks great but does it work with V8 as shown and mentioned on this page ? If your answer is yes then i will buy it as we are on V8.


by
geoffroy blery
on 4/6/18, 11:20 AM Confirmed Purchase

save button doesn't appear on the module so I'm not able to set it.


odoo error massage
by
evans
on 3/21/18, 12:58 AM Confirmed Purchase

Hai Helmi Dhaoui I bought this module yesterday.. and still i got error install message.. installation not success .. i have send you email error message pls help..


Compatibility with Enterprise
by
june millan
on 3/12/18, 2:29 PM

Does this module work in Odoo Enterprise edition?


How to Filter Today's Record
by
Dan Support
on 3/3/18, 3:28 PM

How can this filtering code be used? domain="[('create_date_field', '>=', datetime.datetime.now().strftime('%Y-%m-%d 00:00:00')),('create_date_field', '<=',datetime.datetime.now().strftime('%Y-%m-%d 23:23:59'))]"


Email for contact
by
Helmi Dhaoui
on 1/23/18, 8:38 AM Author

Helmi.dhaoui@gmail.com


I have issue and No Contact information.
by
Nihat Demir
on 1/19/18, 4:26 PM Confirmed Purchase

Hi Please send me your contact information. No email or skype details?


error during installation
by
Yann Jaeger
on 1/9/18, 10:28 AM Confirmed Purchase

hi sir, i already buy your wonderfull module, but during the installation it give me a error. can u contact me yann@realcom.ch that i could send u the error ? thx. yann http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:930 Traceback: SyntaxError: Unexpected token < at eval () at http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:370:213 at Function.globalEval (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:370:233) at text script (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:960:216) at ajaxConvert (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:906:48) at done (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:934:10) at callback (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:957:15) at Object.send (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:957:103) at Function.ajax (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:930:23) at Function.jQuery._evalUrl (http://192.168.1.14:8069/web/content/13052-52ed62a/web.assets_common.js:941:297)


Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with