diff --git a/code_backend_theme/__manifest__.py b/code_backend_theme/__manifest__.py index c6c325afa..7728036e8 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": "Theme/Backend", - "version": "14.0.1.1.1", + "version": "14.0.1.1.2", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/code_backend_theme/static/description/index.html b/code_backend_theme/static/description/index.html index edc0e224a..fae691813 100644 --- a/code_backend_theme/static/description/index.html +++ b/code_backend_theme/static/description/index.html @@ -7,9 +7,15 @@ Code Backend Theme

Minimalist and Elegant Backend + style="letter-spacing: 4px !important; color: #74788D !important;">Minimalist and Elegant Backend Theme for Odoo 14

+
+ + Download for Enterprise + +
diff --git a/code_backend_theme/static/src/scss/navigation_bar.scss b/code_backend_theme/static/src/scss/navigation_bar.scss index 2f04db210..d318035a4 100644 --- a/code_backend_theme/static/src/scss/navigation_bar.scss +++ b/code_backend_theme/static/src/scss/navigation_bar.scss @@ -183,9 +183,9 @@ background-color: $primary_accent !important; color: $inverse_accent !important; } -.o_address_country{ -display: none !important; -} +// .o_address_country{ +// display: none !important; +// } div.o_boolean_toggle.custom-control.custom-checkbox > input.custom-control-input:checked + label.custom-control-label::before { background-color: $primary_accent !important; }