Browse Source

Oct 25: [FIX] Bug Fixed 'code_backend_theme_enterprise'

pull/346/head
Cybrosys Technologies 6 months ago
parent
commit
fd6d6f8deb
  1. 2
      code_backend_theme_enterprise/__manifest__.py
  2. BIN
      code_backend_theme_enterprise/static/description/img/banner.jpg
  3. 6
      code_backend_theme_enterprise/static/description/index.html
  4. BIN
      code_backend_theme_enterprise/static/description/module_image.jpg
  5. 0
      code_backend_theme_enterprise/static/description/theme_screenshot.jpg

2
code_backend_theme_enterprise/__manifest__.py

@ -55,7 +55,9 @@
},
'images': [
'static/img/banner.jpg',
'static/img/theme_screenshot.jpg',
],
'icon':'static/description/icon.png',
'license': 'LGPL-3',
'installable': True,
'auto_install': False,

BIN
code_backend_theme_enterprise/static/description/img/banner.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 KiB

6
code_backend_theme_enterprise/static/description/index.html

@ -49,7 +49,7 @@
<!-- Community-->
<!-- </div>-->
<div class="text-center"
style="background-color:#875A7B !important; color:#fff !important; font-size:0.8rem !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:50px !important; min-width:120px !important">
style="background-color:#714b67 !important; font-size:0.8rem !important; color:#fff !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:0px !important; min-width:120px !important">
Enterprise
</div>
</div>
@ -63,7 +63,7 @@
</div>
<div class="text-center col"
style="font-size:0.8rem !important; border:1px solid #714b67; color:#714b67 !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:20px !important; min-width:120px !important">
<i class="fa fa-check" style="color:green"></i> Odoo.sh
<i class="fa fa-times" style="color:red"></i> Odoo.sh
</div>
<div class="text-center col"
style="font-size:0.8rem !important; color:#5B899E !important; border:1px solid #5B899E; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:20px !important; min-width:120px !important">
@ -80,7 +80,7 @@
<!-- banner-section -->
<div class="my-5">
<div class="">
<img src="./img/banner.jpg" class="img-fluid" style="border-radius: 16px; width:1300px;">
<img src="./banner.jpg" class="img-fluid" style="border-radius: 16px; width:1300px;">
</div>
</div>

BIN
code_backend_theme_enterprise/static/description/module_image.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 KiB

0
code_backend_theme_enterprise/static/description/img/module_image.jpg → code_backend_theme_enterprise/static/description/theme_screenshot.jpg

Before

Width:  |  Height:  |  Size: 448 KiB

After

Width:  |  Height:  |  Size: 448 KiB

Loading…
Cancel
Save