Browse Source

[UPDT] Sep 27 : Code Backend theme, enterprise bug fixed

pull/216/head
AjmalCybro 3 years ago
parent
commit
f9e822749a
  1. 2
      code_backend_theme/__manifest__.py
  2. 5
      code_backend_theme/doc/RELEASE_NOTES.md
  3. 2
      code_backend_theme/static/src/scss/navigation_bar.scss
  4. 2
      code_backend_theme_enterprise/__manifest__.py
  5. 6
      code_backend_theme_enterprise/doc/RELEASE_NOTES.md
  6. 2
      code_backend_theme_enterprise/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 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',

5
code_backend_theme/doc/RELEASE_NOTES.md

@ -14,3 +14,8 @@ Made Responsive
#### Version 14.0.1.1.1
#### FIX
Template not found issue fixed
#### 23.09.2022
#### Version 14.0.1.1.3
#### FIX
List view style issue fixed

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: #E5E3F3 !important;
}
.o_field_one2many{
.o_list_view{

2
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',

6
code_backend_theme_enterprise/doc/RELEASE_NOTES.md

@ -4,3 +4,9 @@
#### Version 14.0.1.0.0
#### ADD
Initial Commit for 'Code Backend Theme V14 Enterprise'
#### 23.09.2022
#### Version 14.0.1.0.1
#### FIX
List view style issue fixed

2
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{

Loading…
Cancel
Save