From f9e822749af4d3d24ef31f7d3ee38a728603ff02 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Tue, 27 Sep 2022 20:16:18 +0530 Subject: [PATCH] [UPDT] Sep 27 : Code Backend theme, enterprise bug fixed --- code_backend_theme/__manifest__.py | 2 +- code_backend_theme/doc/RELEASE_NOTES.md | 7 ++++++- code_backend_theme/static/src/scss/navigation_bar.scss | 2 +- code_backend_theme_enterprise/__manifest__.py | 2 +- code_backend_theme_enterprise/doc/RELEASE_NOTES.md | 8 +++++++- .../static/src/scss/navigation_bar.scss | 2 +- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/code_backend_theme/__manifest__.py b/code_backend_theme/__manifest__.py index 364f7ff26..dec2520bc 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 V14 is an attractive theme for backend", "category": "Themes/Backend", - "version": "14.0.1.1.2", + "version": "14.0.1.1.3", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/code_backend_theme/doc/RELEASE_NOTES.md b/code_backend_theme/doc/RELEASE_NOTES.md index 4d365b83d..f6277ae64 100644 --- a/code_backend_theme/doc/RELEASE_NOTES.md +++ b/code_backend_theme/doc/RELEASE_NOTES.md @@ -13,4 +13,9 @@ Made Responsive #### 27.07.2021 #### Version 14.0.1.1.1 #### FIX -Template not found issue fixed \ No newline at end of file +Template not found issue fixed + +#### 23.09.2022 +#### Version 14.0.1.1.3 +#### FIX +List view style issue fixed \ No newline at end of file diff --git a/code_backend_theme/static/src/scss/navigation_bar.scss b/code_backend_theme/static/src/scss/navigation_bar.scss index d318035a4..25fbe7c4c 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: #E5E3F3 !important; } .o_field_one2many{ .o_list_view{ diff --git a/code_backend_theme_enterprise/__manifest__.py b/code_backend_theme_enterprise/__manifest__.py index d53d75aed..a2b99d629 100644 --- a/code_backend_theme_enterprise/__manifest__.py +++ b/code_backend_theme_enterprise/__manifest__.py @@ -25,7 +25,7 @@ "summary": "Minimalist and elegant backend theme for Odoo 14 Enterprise", "description": """Minimalist and elegant backend theme for Odoo 14 Backend Theme Enterprise, Enterprise Theme, Backend Theme, Enterprise Backend Theme, V14 Theme""", "category": "Themes/Backend", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/code_backend_theme_enterprise/doc/RELEASE_NOTES.md b/code_backend_theme_enterprise/doc/RELEASE_NOTES.md index 3ddb79917..bc486c91e 100644 --- a/code_backend_theme_enterprise/doc/RELEASE_NOTES.md +++ b/code_backend_theme_enterprise/doc/RELEASE_NOTES.md @@ -3,4 +3,10 @@ #### 02.08.2021 #### Version 14.0.1.0.0 #### ADD -Initial Commit for 'Code Backend Theme V14 Enterprise' \ No newline at end of file +Initial Commit for 'Code Backend Theme V14 Enterprise' + + +#### 23.09.2022 +#### Version 14.0.1.0.1 +#### FIX +List view style issue fixed \ No newline at end of file diff --git a/code_backend_theme_enterprise/static/src/scss/navigation_bar.scss b/code_backend_theme_enterprise/static/src/scss/navigation_bar.scss index 053518561..881f7bfb3 100644 --- a/code_backend_theme_enterprise/static/src/scss/navigation_bar.scss +++ b/code_backend_theme_enterprise/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: #E5E3F3 !important; } .o_field_one2many{ .o_list_view{