diff --git a/code_backend_theme/__manifest__.py b/code_backend_theme/__manifest__.py index 55a677c47..5f8fe88a4 100644 --- a/code_backend_theme/__manifest__.py +++ b/code_backend_theme/__manifest__.py @@ -54,7 +54,7 @@ }, 'images': [ 'static/description/banner.png', - 'static/description/icon.png', + 'static/description/theme_screenshot.png', ], 'license': 'LGPL-3', 'pre_init_hook': 'test_pre_init_hook', diff --git a/code_backend_theme/doc/RELEASE_NOTES.md b/code_backend_theme/doc/RELEASE_NOTES.md index 468527693..0364c2d18 100644 --- a/code_backend_theme/doc/RELEASE_NOTES.md +++ b/code_backend_theme/doc/RELEASE_NOTES.md @@ -1,10 +1,6 @@ ## Module -#### 22.10.2021 -#### Version 15.0.1.0.0 -#### ADD -Initial Commit - #### 17.10.2022 #### Version 16.0.1.0.0 -#### ADD \ No newline at end of file +#### ADD +Initial Commit diff --git a/code_backend_theme/static/description/theme_screenshot.png b/code_backend_theme/static/description/theme_screenshot.png new file mode 100644 index 000000000..c4748f485 Binary files /dev/null and b/code_backend_theme/static/description/theme_screenshot.png differ