Browse Source

Nov 11: [FIX] Bug fixed 'dark_mode_backend'

pull/346/head
Cybrosys Technologies 6 months ago
parent
commit
42a41cd849
  1. 2
      dark_mode_backend/__manifest__.py
  2. 6
      dark_mode_backend/doc/RELEASE_NOTES.md
  3. 6
      dark_mode_backend/static/description/index.html

2
dark_mode_backend/__manifest__.py

@ -21,7 +21,7 @@
################################################################################
{
"name": "Dark Mode Backend Theme",
"version": "1.0",
"version": "18.0.1.0.0",
"category": "Theme/Backend",
"summary": "Dark Mode Backend Theme for Odoo 18 community edition",
"description": "Minimalist and elegant backend theme for Odoo 18,"

6
dark_mode_backend/doc/RELEASE_NOTES.md

@ -3,5 +3,9 @@
#### 02.09.2024
#### Version 18.0.1.0.0
#### ADD
- Initial commit for Dark Mode Backend Theme
#### 06.11.2024
#### Version 18.0.1.0.0
#### Updated
- Updated the index style issue

6
dark_mode_backend/static/description/index.html

@ -1021,10 +1021,10 @@
<!-- 2 -->
<section class=""
<section class="mb-5"
style="background: linear-gradient(to top, rgb(253 254 255), #E5EEFF); border: 1px solid #D6E0FF; border-radius: 20px; padding: 40px;">
<div class="row d-flex align-items-center">
<div class="col col-12 col-md-12 col-lg-6">
<div class="row d-flex align-items-center">
<div class="col col-12 col-md-12 col-lg-6">
<div>
<div>
<img class="img-fluid" src="images/kanban_group.png"

Loading…
Cancel
Save