Browse Source

Apr 14 : [UPDT] Updated banners/index

dependabot/npm_and_yarn/odoo_website_helpdesk/static/src/cdn/minimist-1.2.8
Sayooj 2 years ago
parent
commit
c889a4172e
  1. 8
      pos_night_mode/__manifest__.py
  2. 2
      pos_night_mode/doc/RELEASE_NOTES.md
  3. BIN
      pos_night_mode/static/description/assets/hero.gif
  4. 14
      pos_night_mode/static/description/index.html

8
pos_night_mode/__manifest__.py

@ -28,10 +28,6 @@
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
'website': 'https://www.cybrosys.com',
'images': [
'static/description/banner.png',
'static/description/theme_screenshot.png',
],
"category": "Themes/Backend",
'depends': ['base', 'point_of_sale'],
'assets': {
@ -41,6 +37,10 @@
'pos_night_mode/static/src/scss/theme_style.scss'
],
},
'images': [
'static/description/banner.png',
'static/description/theme_screenshot.png',
],
'license': 'AGPL-3',
'installable': True,
'auto_install': False,

2
pos_night_mode/doc/RELEASE_NOTES.md

@ -1,6 +1,6 @@
## Module <pos_night_mode>
#### 24.03.2023
#### 14.04.2023
#### Version 16.0.1.0.0
#### ADD

BIN
pos_night_mode/static/description/assets/hero.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

14
pos_night_mode/static/description/index.html

@ -9,14 +9,14 @@
</h1>
<p class="my-1 text-center text-uppercase"
style="letter-spacing: 4px !important; color: #74788D !important;">
Pos Night Mode Theme Odoo Community V16.</p>
Pos Night Mode Theme Odoo V16.</p>
</div>
<div class="col-lg-12 d-flex flex-column justify-content-center">
<p class="my-1 text-center"
style="font-family: Montserrat, 'sans-serif' !important; color: #212121 !important;">
The app enables a user friendly basic night mode theme for Odoo 16.0 POS community edition.
The app enables a user-friendly basic night mode theme for Odoo 16 POS community and enterprise editions.
Enabling the Night mode theme in Odoo is very simple.
To enable, Click on the night mode icon displayed in the Chrome section of POS App.To disable, Click again
the same icon.
@ -55,7 +55,7 @@
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin:2rem 0">
<img src="assets/night_mode_v16-.png" width="100%" height="auto" class="img-responsive">
<img src="assets/hero.gif" width="100%" height="auto" class="img-responsive">
</div>
@ -75,7 +75,7 @@
<div class="col-md-6 col-sm-12 mt32">
<div class="container shadow" style="border-radius: 5px;padding: 33px 0px;">
<div class="col-md-3" style="float:left">
<img class="img img-responsive" src="assets/icons/test-1.png">
<img class="img img-responsive" src="assets/icons/test-2.png">
</div>
<div class="col-md-9" style="padding-left:0; float:left; width:70%">
<h3 class="mt16 mb0"
@ -88,13 +88,13 @@
<div class="col-md-6 col-sm-12 mt32">
<div class="container shadow" style="border-radius: 5px;padding: 33px 0px;">
<div class="col-md-3" style="float:left">
<img class="img img-responsive" src="assets/icons/test-1.png">
<img class="img img-responsive" src="assets/icons/test-2.png">
</div>
<div class="col-md-9" style="padding-left:0; float:left; width:70%">
<h3 class="mt16 mb0"
style="font-family:Roboto; font-weight:500; font-size:22px; color: #781d96;">Night Mode For
All Windows</h3>
<p class=" mt8" style="font-family:Roboto ; color: #280135;">The theme will switch all windows to night mode.</p>
All Pos Screens</h3>
<p class=" mt8" style="font-family:Roboto ; color: #280135;">The theme will switch all Pos screens to night mode.</p>
</div>
</div>
</div>

Loading…
Cancel
Save