diff --git a/code_backend_theme/__manifest__.py b/code_backend_theme/__manifest__.py index 1b7002694..55a677c47 100644 --- a/code_backend_theme/__manifest__.py +++ b/code_backend_theme/__manifest__.py @@ -32,31 +32,29 @@ 'website': "https://www.cybrosys.com", "depends": ['base', 'web', 'mail'], "data": [ - 'views/icons.xml', 'views/layout.xml', + 'views/icons.xml', ], 'assets': { - 'web.assets_frontend': [ - 'code_backend_theme/static/src/scss/login.scss', - ], 'web.assets_backend': [ 'code_backend_theme/static/src/xml/styles.xml', 'code_backend_theme/static/src/xml/top_bar.xml', - 'code_backend_theme/static/src/scss/theme_accent.scss', 'code_backend_theme/static/src/scss/navigation_bar.scss', 'code_backend_theme/static/src/scss/datetimepicker.scss', 'code_backend_theme/static/src/scss/theme.scss', 'code_backend_theme/static/src/scss/sidebar.scss', - - 'code_backend_theme/static/src/js/fields/colors.js', 'code_backend_theme/static/src/js/chrome/sidebar_menu.js', - ], + 'code_backend_theme/static/src/js/fields/colors.js', + ], + 'web.assets_frontend': [ + 'code_backend_theme/static/src/scss/login.scss', + ], }, 'images': [ 'static/description/banner.png', - 'static/description/theme_screenshot.png', + 'static/description/icon.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 d62ada258..468527693 100644 --- a/code_backend_theme/doc/RELEASE_NOTES.md +++ b/code_backend_theme/doc/RELEASE_NOTES.md @@ -1,5 +1,10 @@ ## 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 diff --git a/code_backend_theme/static/description/index.html b/code_backend_theme/static/description/index.html index 66c75d24d..462eb0a4c 100644 --- a/code_backend_theme/static/description/index.html +++ b/code_backend_theme/static/description/index.html @@ -23,7 +23,7 @@

Code Backend Theme

Minimalist and Elegant Backend - Theme for Odoo 16.

+ Theme for Odoo 15.

@@ -99,13 +99,13 @@
- The Code Backend Theme V16 Gives You a Fully Modified View with + The Code Backend Theme V15 Gives You a Fully Modified View with a Full Screen Display. - This is a Minimalist and Elegant Backend Theme for Odoo 16. + This is a Minimalist and Elegant Backend Theme for Odoo 15. This Theme Will Change Your Old Experience to a New Experience With Odoo. It is a Perfect Choice for Your Odoo Backend and an Attractive - Theme for Your Odoo 16 . + Theme for Your Odoo 15. It will Give You a Clean Layout with a New Color Combination and a Modified Font. It has a Sidebar with diff --git a/code_backend_theme/static/description/theme_screenshot.png b/code_backend_theme/static/description/theme_screenshot.png deleted file mode 100644 index e62c9f377..000000000 Binary files a/code_backend_theme/static/description/theme_screenshot.png and /dev/null differ diff --git a/code_backend_theme/static/src/xml/styles.xml b/code_backend_theme/static/src/xml/styles.xml index d90164728..224b4decf 100644 --- a/code_backend_theme/static/src/xml/styles.xml +++ b/code_backend_theme/static/src/xml/styles.xml @@ -10,8 +10,11 @@ -