Browse Source

[UPDT] field missing updated

pull/298/head
Ajmal Cybro 4 years ago
parent
commit
0fc82a8769
  1. 2
      code_backend_theme/__manifest__.py
  2. 8
      code_backend_theme/static/description/index.html
  3. 6
      code_backend_theme/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""", "description": """Minimalist and elegant backend theme for Odoo 14, Backend Theme, Theme""",
"summary": "Code Backend Theme V14 is an attractive theme for backend", "summary": "Code Backend Theme V14 is an attractive theme for backend",
"category": "Theme/Backend", "category": "Theme/Backend",
"version": "14.0.1.1.1", "version": "14.0.1.1.2",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions',

8
code_backend_theme/static/description/index.html

@ -7,9 +7,15 @@
Code Backend Theme Code Backend Theme
</h1> </h1>
<p class="my-1 text-center text-uppercase" <p class="my-1 text-center text-uppercase"
style="letter-spacing: 4px !important; color: #74788D !important;">Minimalist and Elegant Backend style="letter-spacing: 4px !important; color: #74788D !important;">Minimalist and Elegant Backend
Theme for Odoo 14</p> Theme for Odoo 14</p>
</div> </div>
<div class="col-lg-12 text-center mt-5">
<a href="https://apps.odoo.com/apps/themes/14.0/code_backend_theme_enterprise/"
style="background-color: #556EE6 !important; color: #fff !important; font-weight: 600 !important; padding: 10px 15px 13px !important; margin: 0 5px !important; border-radius: 5px !important;">
<i class="fa fa-download mr-1"></i>Download for Enterprise
</a>
</div>
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin: 2rem 0;"> <div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin: 2rem 0;">
<img src="./assets/hero.png" width="100%" height="auto" class="img-responsive"> <img src="./assets/hero.png" width="100%" height="auto" class="img-responsive">
</div> </div>

6
code_backend_theme/static/src/scss/navigation_bar.scss

@ -183,9 +183,9 @@ background-color: $primary_accent !important;
color: $inverse_accent !important; color: $inverse_accent !important;
} }
.o_address_country{ // .o_address_country{
display: none !important; // display: none !important;
} // }
div.o_boolean_toggle.custom-control.custom-checkbox > input.custom-control-input:checked + label.custom-control-label::before { div.o_boolean_toggle.custom-control.custom-checkbox > input.custom-control-input:checked + label.custom-control-label::before {
background-color: $primary_accent !important; background-color: $primary_accent !important;
} }

Loading…
Cancel
Save