v 14.0 Third Party 10798
Download for v 14.0 Deploy on Odoo.sh
Backend themes might not work with Odoo Enterprise Edition. Please read the description carefully and, in doubt, ask the author before buying.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Community Apps Dependencies
Lines of code 4495
Technical Name vista_backend_theme
LicenseLGPL-3
Websitehttps://www.cybrosys.com
Versions 17.0 14.0 15.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Community Apps Dependencies
Lines of code 4495
Technical Name vista_backend_theme
LicenseLGPL-3
Websitehttps://www.cybrosys.com
Versions 17.0 14.0 15.0 16.0

Vista Backend Theme

Multi-Color & Multi-Design Backend Theme for Odoo 14

The app enables a user friendly backend theme for Odoo 14.0 community edition.
Carefully Crafted
Responsive Design
Quality Checked

Kanban View

Kanban view with a clean layout and modified font.

Custom Login

Minimal, Colorful Login Screen

Customized minimal and colorful login screen.

Colored UI Elements

Discuss

Discuss page with a different style.

Responsive Layout

Truly Responsive

Fully responsive layout which enables to view and manage everything from the comfort of your mobile device.

Responsive Layout

Modified App Drawer

Modified app drawer which helps to navigate through different applications.

Colored UI Elements

Custom Date Picker

Customized date picker

Colored UI Elements

Tree View

Tree view with a clean layout and modified font.

Colored UI Elements

Form View

Form view with a clean layout and modified font.

Our Services

We provide following services

Odoo Customization
Odoo Implementation
Odoo Support
Hire Odoo Developer
Odoo Integration
Odoo Migration
Odoo Consultancy
Odoo Implementation
Odoo Licensing Consultancy

Our Industries

Our industry specifics and process segments to solve your complex business barriers.

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

Need Help?

Do you have any queries regarding our products & services? Let us know.


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.
Break my testing instance
by
Iabsis SARL
on 11/9/22, 10:22 AM

Break everything after installation, got the following error :

odoo.addons.base.models.qweb.QWebException: 'res.users' object has no attribute 'chatter_position'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/qweb.py", line 331, in _compiled_fn
return compiled(self, append, new, options, log)
File "", line 1, in template_web_webclient_bootstrap_1371
File "", line 2, in body_call_content_1369
AttributeError: 'res.users' object has no attribute 'chatter_position'


Found RTL direction issue show/hide sidebar
by
Mohamed Fathy
on 12/21/21, 10:45 AM

Appreciate your support in fixing the show/hide sidebar

in case using Arabic language (RTL direction)



issue in installation row 185
by
FL1 s.r.o.
on 8/31/22, 1:16 PM

in the file hooks.py at row 183 the file dashboards.png is missing in folder /static/src/img/icons

the installation fail without this file.


thanks


i got this erro
by
Husam M. Obaid
on 8/19/22, 1:23 PM



Odoo Server Error


Traceback (most recent call last):

  File "/odoo14/odoo14-server/odoo/addons/base/models/ir_http.py", line 237, in _dispatch

    result = request.dispatch()

  File "/odoo14/odoo14-server/odoo/http.py", line 683, in dispatch

    result = self._call_function(**self.params)

  File "/odoo14/odoo14-server/odoo/http.py", line 359, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/odoo14/odoo14-server/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/odoo14/odoo14-server/odoo/http.py", line 347, in checked_call

    result = self.endpoint(*a, **kw)

  File "/odoo14/odoo14-server/odoo/http.py", line 912, in __call__

    return self.method(*args, **kw)

  File "/odoo14/odoo14-server/odoo/http.py", line 531, in response_wrap

    response = f(*args, **kw)

  File "/odoo14/odoo14-server/addons/web/controllers/main.py", line 1393, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "/odoo14/odoo14-server/addons/web/controllers/main.py", line 1381, in _call_kw

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

  File "/odoo14/odoo14-server/odoo/api.py", line 396, in call_kw

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

  File "/odoo14/odoo14-server/odoo/api.py", line 383, in _call_kw_multi

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

  File "<decorator-gen-71>", line 2, in button_immediate_install

  File "/odoo14/odoo14-server/odoo/addons/base/models/ir_module.py", line 74, in check_and_log

    return method(self, *args, **kwargs)

  File "/odoo14/odoo14-server/odoo/addons/base/models/ir_module.py", line 475, in button_immediate_install

    return self._button_immediate_function(type(self).button_install)

  File "/odoo14/odoo14-server/odoo/addons/base/models/ir_module.py", line 593, in _button_immediate_function

    modules.registry.Registry.new(self._cr.dbname, update_module=True)

  File "/odoo14/odoo14-server/odoo/modules/registry.py", line 89, in new

    odoo.modules.load_modules(registry._db, force_demo, status, update_module)

  File "/odoo14/odoo14-server/odoo/modules/loading.py", line 453, in load_modules

    processed_modules += load_marked_modules(cr, graph,

  File "/odoo14/odoo14-server/odoo/modules/loading.py", line 346, in load_marked_modules

    loaded, processed = load_module_graph(

  File "/odoo14/odoo14-server/odoo/modules/loading.py", line 239, in load_module_graph

    getattr(py_module, post_init)(cr, registry)

  File "/odoo14/custom/addons/hr14gov/custom_addons/vista_backend_theme/hooks.py", line 293, in test_post_init_hook

    open(img_path, "rb").read())})

Exception


The above exception was the direct cause of the following exception:


Traceback (most recent call last):

  File "/odoo14/odoo14-server/odoo/http.py", line 639, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/odoo14/odoo14-server/odoo/http.py", line 315, in _handle_exception

    raise exception.with_traceback(None) from new_cause

OSError: [Errno 9] Bad file descriptor


Re: i got this erro
by
Cybrosys Technologies
on 8/29/22, 2:52 AM Author

Hi, We couldn't reproduce this error. Could you please write to odoo@cybrosys.com with more information to reproduce the error ?


by
RODRIGO FERREIRA SANTOS
on 6/15/22, 10:36 AM

Erro:

Odoo Server Error


Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 237, in _dispatch

    result = request.dispatch()

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 683, in dispatch

    result = self._call_function(**self.params)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 359, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 347, in checked_call

    result = self.endpoint(*a, **kw)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 912, in __call__

    return self.method(*args, **kw)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 531, in response_wrap

    response = f(*args, **kw)

  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1398, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1386, in _call_kw

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

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 399, in call_kw

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

  File "/usr/lib/python3/dist-packages/odoo/api.py", line 386, in _call_kw_multi

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

  File "<decorator-gen-72>", line 2, in button_immediate_install

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 74, in check_and_log

    return method(self, *args, **kwargs)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 475, in button_immediate_install

    return self._button_immediate_function(type(self).button_install)

  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 593, in _button_immediate_function

    modules.registry.Registry.new(self._cr.dbname, update_module=True)

  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 89, in new

    odoo.modules.load_modules(registry._db, force_demo, status, update_module)

  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 459, in load_modules

    processed_modules += load_marked_modules(cr, graph,

  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 347, in load_marked_modules

    loaded, processed = load_module_graph(

  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 186, in load_module_graph

    getattr(py_module, pre_init)(cr)

  File "/usr/lib/python3/dist-packages/odoo/addons/vista_backend_theme/hooks.py", line 46, in test_pre_init_hook

    menu.write({'web_icon_data': base64.b64encode(open(img_path, "rb").read())})

Exception


The above exception was the direct cause of the following exception:


Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 639, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/usr/lib/python3/dist-packages/odoo/http.py", line 315, in _handle_exception

    raise exception.with_traceback(None) from new_cause

OSError: [Errno 9] Descritor de arquivo inválido