diff --git a/pos_night_mode/__manifest__.py b/pos_night_mode/__manifest__.py
index d9e8ef3e5..909499c24 100644
--- a/pos_night_mode/__manifest__.py
+++ b/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,
diff --git a/pos_night_mode/doc/RELEASE_NOTES.md b/pos_night_mode/doc/RELEASE_NOTES.md
index 789470c3a..fb21f60e4 100644
--- a/pos_night_mode/doc/RELEASE_NOTES.md
+++ b/pos_night_mode/doc/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
## Module
- Pos Night Mode Theme Odoo Community V16.
- 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 @@
The theme will switch all windows to night mode.
+ All Pos Screens +The theme will switch all Pos screens to night mode.