diff --git a/code_backend_theme/__manifest__.py b/code_backend_theme/__manifest__.py index 74d4d4e1a..eb5020c86 100644 --- a/code_backend_theme/__manifest__.py +++ b/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', diff --git a/code_backend_theme/static/src/js/chrome/sidebar_menu.js b/code_backend_theme/static/src/js/chrome/sidebar_menu.js index 04572db67..3ed46ebfd 100644 --- a/code_backend_theme/static/src/js/chrome/sidebar_menu.js +++ b/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(); diff --git a/code_backend_theme/static/src/scss/navigation_bar.scss b/code_backend_theme/static/src/scss/navigation_bar.scss index 8a8b316b2..48957b06e 100644 --- a/code_backend_theme/static/src/scss/navigation_bar.scss +++ b/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{