Browse Source

Jan 11 : [FIX] Bug Fixed 'code_backend_theme'

pull/232/head
AjmalCybro 3 years ago
parent
commit
4811dabc1b
  1. 2
      code_backend_theme/__manifest__.py
  2. 1
      code_backend_theme/static/src/js/chrome/sidebar_menu.js
  3. 2
      code_backend_theme/static/src/scss/navigation_bar.scss

2
code_backend_theme/__manifest__.py

@ -25,7 +25,7 @@
"description": """Minimalist and elegant backend theme for Odoo 14, Backend Theme, Theme""",
"summary": "Code Backend Theme V15 is an attractive theme for backend",
"category": "Themes/Backend",
"version": "15.0.1.0.4",
"version": "15.0.1.0.5",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',

1
code_backend_theme/static/src/js/chrome/sidebar_menu.js

@ -1,6 +1,7 @@
odoo.define('code_backend_theme.SidebarMenu', function (require) {
"use strict";
//sidebar toggle effect
$(document).on("click", "#closeSidebar", function(event){
$("#closeSidebar").hide();

2
code_backend_theme/static/src/scss/navigation_bar.scss

@ -285,7 +285,7 @@ font-weight: bold;
}
}
.o_data_row:has(.custom-control-input:checked){
background: blue !important;
background: white !important;
}
.o_field_one2many{
.o_list_view{

Loading…
Cancel
Save