Browse Source

Dec 04: [FIX] Bug Fixed 'backend_theme_infinito'

pull/309/head
Cybrosys Technologies 5 months ago
parent
commit
75be8822de
  1. 2
      backend_theme_infinito/__manifest__.py
  2. 5
      backend_theme_infinito/doc/RELEASE_NOTES.md
  3. 2
      backend_theme_infinito/static/src/css/style.css

2
backend_theme_infinito/__manifest__.py

@ -27,7 +27,7 @@
Main Highlight Of The Theme Is You Can Dynamically Change The Colors, Main Highlight Of The Theme Is You Can Dynamically Change The Colors,
Views, Buttons, Different Types Sidebar...Etc""", Views, Buttons, Different Types Sidebar...Etc""",
"category": "Themes/Backend", "category": "Themes/Backend",
"version": "17.0.1.0.0", "version": "17.0.1.0.1",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions',

5
backend_theme_infinito/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 17.0.1.0.0 #### Version 17.0.1.0.0
#### ADD #### ADD
Initial Commit for Infinito Backend Theme Initial Commit for Infinito Backend Theme
#### 04.12.2024
#### Version 17.0.1.0.1
##### BUGFIX
- Fixed the style issue in the sidebar menu buttons.

2
backend_theme_infinito/static/src/css/style.css

@ -1528,7 +1528,7 @@ label:hover div.popover.fade.in {
#theme_editor_sidebar { #theme_editor_sidebar {
margin-left: 1587px !important; margin-left: 1587px !important;
height: 934px; height: inherit;
} }
.oe_kanban_action_button { .oe_kanban_action_button {

Loading…
Cancel
Save