Availability |
Odoo Online
Odoo.sh
On Premise
|
Technical Name |
dashboard |
License | See License tab |
Website | http://globalservicescompany.net |
Versions | 8.0 9.0 10.0 11.0 12.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Technical Name |
dashboard |
License | See License tab |
Website | http://globalservicescompany.net |
Versions | 8.0 9.0 10.0 11.0 12.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 DhaouiOdoo 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
Report comment
Any abuse of this reporting system will be penalizedsome questions about v8 module
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
Thank you for prompt response and support! Great Addon!
tHANKS
JUST BOUGHT IT.
Inquiry: About functionality
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
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
helmi.dhaoui@gmail.com
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