v 8.0 v 9.0 v 10.0 v 11.0 v 12.0 Third Party 173 2454
Download for v 8.0 Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name dashboard
LicenseSee License tab
Websitehttp://globalservicescompany.net
Versions 11.0 12.0 10.0 8.0 9.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name dashboard
LicenseSee License tab
Websitehttp://globalservicescompany.net
Versions 11.0 12.0 10.0 8.0 9.0

Odoo Custom Dashboard

Responsive Bootstrap tool for creating Customized Odoo Dashboard


A professional responsive tool for creating Customized Odoo Dashboard, 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

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.

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.
some questions about v8 module
by
Yura Khlon
on 5/24/17, 7:43 AM

1) In file /models/dashboard.py missed indentation for function has_active 2) How add filtering for current user for field in dashboard 3) How make filter [['state', 'not in', ['draft', 'sent', 'cancel']], ['user_id', '=', uid]] in field filter


Supportive Author
by
Alan Luo
on 4/20/17, 9:06 PM

Thank you for prompt response and support! Great Addon!


tHANKS
by
Luis Paredes
on 4/13/17, 7:11 PM

JUST BOUGHT IT.


Inquiry: About functionality
by
Sharifah Nabatanzi
on 5/21/18, 4:01 AM Confirmed Purchase

Hi Helmi. With your module, Is it possible to have several dashboard views interlinking within each other i.e if I have a grid showing 120 Sales Quotations, when I click on it, I would to be redirected to maybe the tabular representation of that data (containing pre-specified fields based on my preference?)


Problem with install module on my instance of odoo
by
Mario Matamoros
on 11/12/17, 9:32 AM Confirmed Purchase

2017-11-12 14:24:44,765 2258 CRITICAL NAHUIIK openerp.service.server: Failed to initialize database `NAHUIIK`. Traceback (most recent call last): File "/home/odoo/odoo/openerp/service/server.py", line 941, in preload_registries registry = RegistryManager.new(dbname, update_module=update_module) File "/home/odoo/odoo/openerp/modules/registry.py", line 370, in new openerp.modules.load_modules(registry._db, force_demo, status, update_module) File "/home/odoo/odoo/openerp/modules/loading.py", line 312, in load_modules modobj.update_list(cr, SUPERUSER_ID) File "/home/odoo/odoo/openerp/api.py", line 268, in wrapper return old_api(self, *args, **kwargs) File "/home/odoo/odoo/openerp/addons/base/module/module.py", line 651, in update_list handler.load_addons() File "/home/odoo/odoo/openerp/http.py", line 1319, in load_addons m = __import__('openerp.addons.' + module) File "/home/odoo/odoo/openerp/modules/module.py", line 80, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/home/odoo/addons-odoo/dashboard/__init__.py", line 6, in from . import models File "/home/odoo/addons-odoo/dashboard/models/__init__.py", line 2, in import dashboard File "/home/odoo/addons-odoo/dashboard/models/dashboard.py", line 13 def _compute_field_list(self): ^ IndentationError: unindent does not match any outer indentation level


Email for support
by
Helmi Dhaoui
on 9/7/17, 11:18 AM Author

helmi.dhaoui@gmail.com


by
majed
on 9/7/17, 3:10 AM Confirmed Purchase

Odoo Server Error Traceback (most recent call last): File "/opt/odoo/odoo-server/openerp/http.py", line 544, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo-server/openerp/http.py", line 581, in dispatch result = self._call_function(**self.params) File "/opt/odoo/odoo-server/openerp/http.py", line 317, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/service/model.py", line 118, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/http.py", line 314, in checked_call return self.endpoint(*a, **kw) File "/opt/odoo/odoo-server/openerp/http.py", line 810, in __call__ return self.method(*args, **kw) File "/opt/odoo/odoo-server/openerp/http.py", line 410, in response_wrap response = f(*args, **kw) File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 948, in call_button action = self._call_kw(model, method, args, {}) File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 936, in _call_kw return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/api.py", line 268, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/api.py", line 439, in old_api result = new_api(recs, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/api.py", line 443, in new_api result = [method(rec, *args, **kwargs) for rec in self] File "/opt/odoo/odoo-server/openerp/addons/base/module/wizard/base_module_update.py", line 15, in update_module self.updated, self.added = self.env['ir.module.module'].update_list() File "/opt/odoo/odoo-server/openerp/api.py", line 266, in wrapper return new_api(self, *args, **kwargs) File "/opt/odoo/odoo-server/openerp/api.py", line 508, in new_api result = method(self._model, cr, uid, *args, **old_kwargs) File "/opt/odoo/odoo-server/openerp/addons/base/module/module.py", line 651, in update_list handler.load_addons() File "/opt/odoo/odoo-server/openerp/http.py", line 1317, in load_addons m = __import__('openerp.addons.' + module) File "/opt/odoo/odoo-server/openerp/modules/module.py", line 80, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/opt/odoo/odoo-server/addons/dashboard/__init__.py", line 6, in from . import models File "/opt/odoo/odoo-server/addons/dashboard/models/__init__.py", line 2, in import dashboard File "/opt/odoo/odoo-server/addons/dashboard/models/dashboard.py", line 13 def _compute_field_list(self): ^ IndentationError: unindent does not match any outer indentation level