diff --git a/orange_theme_odoo12/README.rst b/orange_theme_odoo12/README.rst
new file mode 100644
index 000000000..8a277e853
--- /dev/null
+++ b/orange_theme_odoo12/README.rst
@@ -0,0 +1,44 @@
+.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg
+ :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
+ :alt: License: AGPL-3
+
+Outrageous Orange Backend Theme
+===============================
+Orange Backend Theme.
+
+Configuration
+=============
+* No additional configurations needed
+
+Company
+-------
+* `Cybrosys Techno Solutions `__
+
+License
+-------
+Affero General Public License v3.0 (AGPL v3)
+(https://www.gnu.org/licenses/agpl-3.0-standalone.html)
+
+Credits
+-------
+* Developer: (V16) Sigha Ck, Contact: odoo@cybrosys.com
+ (V17) Junaidul Ansar M, Contact: odoo@cybrosys.com
+
+Contacts
+--------
+* Mail Contact : odoo@cybrosys.com
+* Website : https://cybrosys.com
+
+Bug Tracker
+-----------
+Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported.
+
+Maintainer
+==========
+This module is maintained by Cybrosys Technologies.
+
+For support and more information, please visit https://www.cybrosys.com
+
+Further information
+===================
+HTML Description: ``__
diff --git a/orange_theme_odoo12/__init__.py b/orange_theme_odoo12/__init__.py
new file mode 100644
index 000000000..1c66134e7
--- /dev/null
+++ b/orange_theme_odoo12/__init__.py
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+###############################################################################
+#
+# Cybrosys Technologies Pvt. Ltd.
+#
+# Copyright (C) 2024-TODAY Cybrosys Technologies()
+# Author: Junaidul Ansar M (odoo@cybrosys.com)
+#
+# You can modify it under the terms of the GNU AFFERO
+# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details.
+#
+# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+# (AGPL v3) along with this program.
+# If not, see .
+#
+###############################################################################
diff --git a/orange_theme_odoo12/__manifest__.py b/orange_theme_odoo12/__manifest__.py
new file mode 100644
index 000000000..380227c6e
--- /dev/null
+++ b/orange_theme_odoo12/__manifest__.py
@@ -0,0 +1,57 @@
+# -*- coding: utf-8 -*-
+###############################################################################
+#
+# Cybrosys Technologies Pvt. Ltd.
+#
+# Copyright (C) 2024-TODAY Cybrosys Technologies()
+# Author: Junaidul Ansar M (odoo@cybrosys.com)
+#
+# You can modify it under the terms of the GNU AFFERO
+# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details.
+#
+# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
+# (AGPL v3) along with this program.
+# If not, see .
+#
+###############################################################################
+{
+ 'name': "Outrageous Orange Backend Theme",
+ 'version': '17.0.1.0.0',
+ 'category': "Themes/Backend",
+ 'summary': "Outrageous Orange Backend Theme",
+ 'description': """Backend theme for Odoo 17.0 community edition.""",
+ 'author': 'Cybrosys Techno Solutions',
+ 'company': 'Cybrosys Techno Solutions',
+ 'maintainer': 'Cybrosys Techno Solutions',
+ 'website': "https://www.cybrosys.com",
+ 'depends': ['web', 'portal',],
+ 'data': [
+ 'views/login_templates.xml',
+ ],
+ 'assets': {
+ 'web.assets_backend': [
+ 'orange_theme_odoo12/static/src/scss/sidebar.scss',
+ 'orange_theme_odoo12/static/src/scss/theme_style_backend.scss',
+ 'orange_theme_odoo12/static/src/xml/styles.xml',
+ 'orange_theme_odoo12/static/src/xml/top_bar.xml',
+ 'orange_theme_odoo12/static/src/js/chrome/search_apps.js',
+ 'orange_theme_odoo12/static/src/js/chrome/sidebar_menus.js'
+ ],
+ 'web.assets_frontend': [
+ 'orange_theme_odoo12/static/src/scss/theme_style.scss',
+ ],
+ },
+ 'images': [
+ 'static/description/banner.jpg',
+ 'static/description/theme_screenshot.png',
+ ],
+ 'license': 'AGPL-3',
+ 'installable': True,
+ 'auto_install': False,
+ 'application': False,
+}
diff --git a/orange_theme_odoo12/doc/RELEASE_NOTES.md b/orange_theme_odoo12/doc/RELEASE_NOTES.md
new file mode 100644
index 000000000..9bdb3156b
--- /dev/null
+++ b/orange_theme_odoo12/doc/RELEASE_NOTES.md
@@ -0,0 +1,6 @@
+## Module
+
+#### 23.02.2024
+#### Version 17.0.1.0.0
+#### ADD
+- Initial commit for Outrageous Orange Backend Theme
diff --git a/orange_theme_odoo12/static/description/assets/Daco_4075075.png b/orange_theme_odoo12/static/description/assets/Daco_4075075.png
new file mode 100644
index 000000000..f4b695d40
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/Daco_4075075.png differ
diff --git a/orange_theme_odoo12/static/description/assets/adv_app_mob.png b/orange_theme_odoo12/static/description/assets/adv_app_mob.png
new file mode 100644
index 000000000..49cec57fa
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/adv_app_mob.png differ
diff --git a/orange_theme_odoo12/static/description/assets/adv_search.png b/orange_theme_odoo12/static/description/assets/adv_search.png
new file mode 100644
index 000000000..8a9a26f8f
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/adv_search.png differ
diff --git a/orange_theme_odoo12/static/description/assets/app_mob.png b/orange_theme_odoo12/static/description/assets/app_mob.png
new file mode 100644
index 000000000..93b3e515a
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/app_mob.png differ
diff --git a/orange_theme_odoo12/static/description/assets/app_search.png b/orange_theme_odoo12/static/description/assets/app_search.png
new file mode 100644
index 000000000..c70939883
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/app_search.png differ
diff --git a/orange_theme_odoo12/static/description/assets/clipart4258116.png b/orange_theme_odoo12/static/description/assets/clipart4258116.png
new file mode 100644
index 000000000..192f1ad0f
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/clipart4258116.png differ
diff --git a/orange_theme_odoo12/static/description/assets/customer_kanban.png b/orange_theme_odoo12/static/description/assets/customer_kanban.png
new file mode 100644
index 000000000..a96eae340
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/customer_kanban.png differ
diff --git a/orange_theme_odoo12/static/description/assets/date_picker.png b/orange_theme_odoo12/static/description/assets/date_picker.png
new file mode 100644
index 000000000..2c391e9ba
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/date_picker.png differ
diff --git a/orange_theme_odoo12/static/description/assets/discuss16.png b/orange_theme_odoo12/static/description/assets/discuss16.png
new file mode 100644
index 000000000..c7ff61b28
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/discuss16.png differ
diff --git a/orange_theme_odoo12/static/description/assets/discuss_mob.png b/orange_theme_odoo12/static/description/assets/discuss_mob.png
new file mode 100644
index 000000000..ad56c6a6a
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/discuss_mob.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/chevron.png b/orange_theme_odoo12/static/description/assets/icons/chevron.png
new file mode 100644
index 000000000..2089293d6
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/chevron.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/cogs.png b/orange_theme_odoo12/static/description/assets/icons/cogs.png
new file mode 100644
index 000000000..95d0bad62
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/cogs.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/consultation.png b/orange_theme_odoo12/static/description/assets/icons/consultation.png
new file mode 100644
index 000000000..8319d4baa
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/consultation.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/disuss_mob.png b/orange_theme_odoo12/static/description/assets/icons/disuss_mob.png
new file mode 100644
index 000000000..4428f2afe
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/disuss_mob.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/ecom-black.png b/orange_theme_odoo12/static/description/assets/icons/ecom-black.png
new file mode 100644
index 000000000..a9385ff13
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/ecom-black.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/education-black.png b/orange_theme_odoo12/static/description/assets/icons/education-black.png
new file mode 100644
index 000000000..3eb09b27b
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/education-black.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/hotel-black.png b/orange_theme_odoo12/static/description/assets/icons/hotel-black.png
new file mode 100644
index 000000000..130f613be
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/hotel-black.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/license.png b/orange_theme_odoo12/static/description/assets/icons/license.png
new file mode 100644
index 000000000..a5869797e
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/license.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/lifebuoy.png b/orange_theme_odoo12/static/description/assets/icons/lifebuoy.png
new file mode 100644
index 000000000..658d56ccc
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/lifebuoy.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/manufacturing-black.png b/orange_theme_odoo12/static/description/assets/icons/manufacturing-black.png
new file mode 100644
index 000000000..697eb0e9f
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/manufacturing-black.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/pos-black.png b/orange_theme_odoo12/static/description/assets/icons/pos-black.png
new file mode 100644
index 000000000..97c0f90c1
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/pos-black.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/puzzle.png b/orange_theme_odoo12/static/description/assets/icons/puzzle.png
new file mode 100644
index 000000000..65cf854e7
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/puzzle.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/restaurant-black.png b/orange_theme_odoo12/static/description/assets/icons/restaurant-black.png
new file mode 100644
index 000000000..4a35eb939
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/restaurant-black.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/service-black.png b/orange_theme_odoo12/static/description/assets/icons/service-black.png
new file mode 100644
index 000000000..301ab51cb
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/service-black.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/trading-black.png b/orange_theme_odoo12/static/description/assets/icons/trading-black.png
new file mode 100644
index 000000000..9398ba2f1
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/trading-black.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/training.png b/orange_theme_odoo12/static/description/assets/icons/training.png
new file mode 100644
index 000000000..884ca024d
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/training.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/update.png b/orange_theme_odoo12/static/description/assets/icons/update.png
new file mode 100644
index 000000000..ecbc5a01a
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/update.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/user.png b/orange_theme_odoo12/static/description/assets/icons/user.png
new file mode 100644
index 000000000..6ffb23d9f
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/user.png differ
diff --git a/orange_theme_odoo12/static/description/assets/icons/wrench.png b/orange_theme_odoo12/static/description/assets/icons/wrench.png
new file mode 100644
index 000000000..6c04dea0f
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/icons/wrench.png differ
diff --git a/orange_theme_odoo12/static/description/assets/img.png b/orange_theme_odoo12/static/description/assets/img.png
new file mode 100644
index 000000000..8102d4cdd
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/img.png differ
diff --git a/orange_theme_odoo12/static/description/assets/product_smart_button.png b/orange_theme_odoo12/static/description/assets/product_smart_button.png
new file mode 100644
index 000000000..e2dae2266
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/product_smart_button.png differ
diff --git a/orange_theme_odoo12/static/description/assets/sign_in.png b/orange_theme_odoo12/static/description/assets/sign_in.png
new file mode 100644
index 000000000..4b1ae3958
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/sign_in.png differ
diff --git a/orange_theme_odoo12/static/description/assets/sign_in_mob.png b/orange_theme_odoo12/static/description/assets/sign_in_mob.png
new file mode 100644
index 000000000..c152a8314
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/sign_in_mob.png differ
diff --git a/orange_theme_odoo12/static/description/assets/tree_view.png b/orange_theme_odoo12/static/description/assets/tree_view.png
new file mode 100644
index 000000000..d5ce24bb6
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/tree_view.png differ
diff --git a/orange_theme_odoo12/static/description/assets/tree_view_mob.png b/orange_theme_odoo12/static/description/assets/tree_view_mob.png
new file mode 100644
index 000000000..fbf83d09b
Binary files /dev/null and b/orange_theme_odoo12/static/description/assets/tree_view_mob.png differ
diff --git a/orange_theme_odoo12/static/description/banner.jpg b/orange_theme_odoo12/static/description/banner.jpg
new file mode 100644
index 000000000..016ecb5c1
Binary files /dev/null and b/orange_theme_odoo12/static/description/banner.jpg differ
diff --git a/orange_theme_odoo12/static/description/icon.png b/orange_theme_odoo12/static/description/icon.png
new file mode 100644
index 000000000..1d4836487
Binary files /dev/null and b/orange_theme_odoo12/static/description/icon.png differ
diff --git a/orange_theme_odoo12/static/description/images/1.png b/orange_theme_odoo12/static/description/images/1.png
new file mode 100644
index 000000000..965988570
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/1.png differ
diff --git a/orange_theme_odoo12/static/description/images/Cybrosys R.png b/orange_theme_odoo12/static/description/images/Cybrosys R.png
new file mode 100644
index 000000000..da4058087
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/Cybrosys R.png differ
diff --git a/orange_theme_odoo12/static/description/images/Poster-modal.psd b/orange_theme_odoo12/static/description/images/Poster-modal.psd
new file mode 100644
index 000000000..ad22908b9
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/Poster-modal.psd differ
diff --git a/orange_theme_odoo12/static/description/images/baaner.jpg b/orange_theme_odoo12/static/description/images/baaner.jpg
new file mode 100644
index 000000000..5d7a17213
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/baaner.jpg differ
diff --git a/orange_theme_odoo12/static/description/images/capture (1).png b/orange_theme_odoo12/static/description/images/capture (1).png
new file mode 100644
index 000000000..8824deafc
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/capture (1).png differ
diff --git a/orange_theme_odoo12/static/description/images/check.png b/orange_theme_odoo12/static/description/images/check.png
new file mode 100644
index 000000000..c8e85f51d
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/check.png differ
diff --git a/orange_theme_odoo12/static/description/images/chevron.png b/orange_theme_odoo12/static/description/images/chevron.png
new file mode 100644
index 000000000..2089293d6
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/chevron.png differ
diff --git a/orange_theme_odoo12/static/description/images/cogs.png b/orange_theme_odoo12/static/description/images/cogs.png
new file mode 100644
index 000000000..95d0bad62
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/cogs.png differ
diff --git a/orange_theme_odoo12/static/description/images/consultation.png b/orange_theme_odoo12/static/description/images/consultation.png
new file mode 100644
index 000000000..8319d4baa
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/consultation.png differ
diff --git a/orange_theme_odoo12/static/description/images/ecom-black.png b/orange_theme_odoo12/static/description/images/ecom-black.png
new file mode 100644
index 000000000..a9385ff13
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/ecom-black.png differ
diff --git a/orange_theme_odoo12/static/description/images/education-black.png b/orange_theme_odoo12/static/description/images/education-black.png
new file mode 100644
index 000000000..3eb09b27b
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/education-black.png differ
diff --git a/orange_theme_odoo12/static/description/images/email.svg b/orange_theme_odoo12/static/description/images/email.svg
new file mode 100644
index 000000000..15291cdc3
--- /dev/null
+++ b/orange_theme_odoo12/static/description/images/email.svg
@@ -0,0 +1,33 @@
+
diff --git a/orange_theme_odoo12/static/description/images/hotel-black.png b/orange_theme_odoo12/static/description/images/hotel-black.png
new file mode 100644
index 000000000..130f613be
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/hotel-black.png differ
diff --git a/orange_theme_odoo12/static/description/images/icons/design.png b/orange_theme_odoo12/static/description/images/icons/design.png
new file mode 100644
index 000000000..7b944e187
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/icons/design.png differ
diff --git a/orange_theme_odoo12/static/description/images/icons/quality.png b/orange_theme_odoo12/static/description/images/icons/quality.png
new file mode 100644
index 000000000..bf2e4619d
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/icons/quality.png differ
diff --git a/orange_theme_odoo12/static/description/images/icons/responsive.png b/orange_theme_odoo12/static/description/images/icons/responsive.png
new file mode 100644
index 000000000..bf14ff8ae
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/icons/responsive.png differ
diff --git a/orange_theme_odoo12/static/description/images/license.png b/orange_theme_odoo12/static/description/images/license.png
new file mode 100644
index 000000000..a5869797e
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/license.png differ
diff --git a/orange_theme_odoo12/static/description/images/lifebuoy.png b/orange_theme_odoo12/static/description/images/lifebuoy.png
new file mode 100644
index 000000000..658d56ccc
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/lifebuoy.png differ
diff --git a/orange_theme_odoo12/static/description/images/manufacturing-black.png b/orange_theme_odoo12/static/description/images/manufacturing-black.png
new file mode 100644
index 000000000..697eb0e9f
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/manufacturing-black.png differ
diff --git a/orange_theme_odoo12/static/description/images/phone.svg b/orange_theme_odoo12/static/description/images/phone.svg
new file mode 100644
index 000000000..b7bd7f251
--- /dev/null
+++ b/orange_theme_odoo12/static/description/images/phone.svg
@@ -0,0 +1,3 @@
+
diff --git a/orange_theme_odoo12/static/description/images/photo-capture.png b/orange_theme_odoo12/static/description/images/photo-capture.png
new file mode 100644
index 000000000..06c111758
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/photo-capture.png differ
diff --git a/orange_theme_odoo12/static/description/images/pngwing.jpg b/orange_theme_odoo12/static/description/images/pngwing.jpg
new file mode 100644
index 000000000..b4ff4e91d
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/pngwing.jpg differ
diff --git a/orange_theme_odoo12/static/description/images/pos-black.png b/orange_theme_odoo12/static/description/images/pos-black.png
new file mode 100644
index 000000000..97c0f90c1
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/pos-black.png differ
diff --git a/orange_theme_odoo12/static/description/images/poster.psd b/orange_theme_odoo12/static/description/images/poster.psd
new file mode 100644
index 000000000..281991bda
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/poster.psd differ
diff --git a/orange_theme_odoo12/static/description/images/puzzle.png b/orange_theme_odoo12/static/description/images/puzzle.png
new file mode 100644
index 000000000..65cf854e7
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/puzzle.png differ
diff --git a/orange_theme_odoo12/static/description/images/restaurant-black.png b/orange_theme_odoo12/static/description/images/restaurant-black.png
new file mode 100644
index 000000000..4a35eb939
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/restaurant-black.png differ
diff --git a/orange_theme_odoo12/static/description/images/service-black.png b/orange_theme_odoo12/static/description/images/service-black.png
new file mode 100644
index 000000000..301ab51cb
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/service-black.png differ
diff --git a/orange_theme_odoo12/static/description/images/star (1) 2.svg b/orange_theme_odoo12/static/description/images/star (1) 2.svg
new file mode 100644
index 000000000..5ae9f507a
--- /dev/null
+++ b/orange_theme_odoo12/static/description/images/star (1) 2.svg
@@ -0,0 +1,9 @@
+
diff --git a/orange_theme_odoo12/static/description/images/support (1) 1.svg b/orange_theme_odoo12/static/description/images/support (1) 1.svg
new file mode 100644
index 000000000..7d37a8f30
--- /dev/null
+++ b/orange_theme_odoo12/static/description/images/support (1) 1.svg
@@ -0,0 +1,9 @@
+
diff --git a/orange_theme_odoo12/static/description/images/support-email.svg b/orange_theme_odoo12/static/description/images/support-email.svg
new file mode 100644
index 000000000..eb70370d6
--- /dev/null
+++ b/orange_theme_odoo12/static/description/images/support-email.svg
@@ -0,0 +1,6 @@
+
diff --git a/orange_theme_odoo12/static/description/images/tick-mark.svg b/orange_theme_odoo12/static/description/images/tick-mark.svg
new file mode 100644
index 000000000..2dbb40187
--- /dev/null
+++ b/orange_theme_odoo12/static/description/images/tick-mark.svg
@@ -0,0 +1,17 @@
+
diff --git a/orange_theme_odoo12/static/description/images/trading-black.png b/orange_theme_odoo12/static/description/images/trading-black.png
new file mode 100644
index 000000000..9398ba2f1
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/trading-black.png differ
diff --git a/orange_theme_odoo12/static/description/images/training.png b/orange_theme_odoo12/static/description/images/training.png
new file mode 100644
index 000000000..884ca024d
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/training.png differ
diff --git a/orange_theme_odoo12/static/description/images/trophy.png b/orange_theme_odoo12/static/description/images/trophy.png
new file mode 100644
index 000000000..a5496a866
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/trophy.png differ
diff --git a/orange_theme_odoo12/static/description/images/update.png b/orange_theme_odoo12/static/description/images/update.png
new file mode 100644
index 000000000..ecbc5a01a
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/update.png differ
diff --git a/orange_theme_odoo12/static/description/images/user.png b/orange_theme_odoo12/static/description/images/user.png
new file mode 100644
index 000000000..6ffb23d9f
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/user.png differ
diff --git a/orange_theme_odoo12/static/description/images/v15-banner.jpg b/orange_theme_odoo12/static/description/images/v15-banner.jpg
new file mode 100644
index 000000000..263eccea1
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/v15-banner.jpg differ
diff --git a/orange_theme_odoo12/static/description/images/whatsapp 1.svg b/orange_theme_odoo12/static/description/images/whatsapp 1.svg
new file mode 100644
index 000000000..0bfaf8fc6
--- /dev/null
+++ b/orange_theme_odoo12/static/description/images/whatsapp 1.svg
@@ -0,0 +1,9 @@
+
diff --git a/orange_theme_odoo12/static/description/images/whatsapp.svg b/orange_theme_odoo12/static/description/images/whatsapp.svg
new file mode 100644
index 000000000..b618aea1d
--- /dev/null
+++ b/orange_theme_odoo12/static/description/images/whatsapp.svg
@@ -0,0 +1,33 @@
+
diff --git a/orange_theme_odoo12/static/description/images/wrench.png b/orange_theme_odoo12/static/description/images/wrench.png
new file mode 100644
index 000000000..6c04dea0f
Binary files /dev/null and b/orange_theme_odoo12/static/description/images/wrench.png differ
diff --git a/orange_theme_odoo12/static/description/index.html b/orange_theme_odoo12/static/description/index.html
new file mode 100644
index 000000000..4e2521653
--- /dev/null
+++ b/orange_theme_odoo12/static/description/index.html
@@ -0,0 +1,1853 @@
+
+
+
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Supports:
+
+
+ Community
+
+
+
+
+ Availability:
+
+
+
+ Odoo Online
+
+
+
+ Odoo.sh
+
+
+
+ On Premise
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Outrageous Orange Backend Theme V17
+ Gives You a Fully Modified
+ View with
+ a Full Screen Display.
+ This is a Minimalist and
+ Elegant Backend Theme for
+ Odoo 17.
+ 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 17.
+ It will Give You a Clean
+ Layout with a New Color
+ Combination of Orange and
+ a Modified Font. It has a
+ Sidebar with
+ New App Icons and Company
+ Logo. This Will Change Your
+ Old
+ Kanban, List, and Form Views
+ to A Fully Modified View.
+
+
+
+
+ Please make sure that
+ you install all your
+ apps prior to the
+ installation of this
+ theme.
+
+ Outrageous Orange Backend Theme V17 is
+ an Attractive Theme
+ for Your Odoo
+ 17.
+ This Theme Will
+ Improve Your
+ Experience With
+ Odoo.
+ This is a Minimalist
+ and Elegant Backend
+ Theme for Odoo
+ 17
+ And Can Offer a
+ Perfect Choice for
+ Your Odoo Backend.
+
+
+
+ Modified Structure for All Type Views
+
+
+ New Style for Active Menus, Radio Buttons and
+ Checkboxes
+
+
+
+ New Color Combination
+
+
+ New Look for All Applications
+
+
+ A Clean layout and New Font Style
+
+
+ Sidebar with New Menu Icons
+
+
+
+
+
+
+ New
+
+ All-New Menu
+ Design
+
+
+
+ Now
+ take
+ advantage of
+ everything
+ your
+ dashboard
+ has to offer
+ even on the
+ go. Our
+ design are
+ now
+ fully
+ responsive,
+ enabling you
+ to view and
+ manage
+ everything
+ from the
+ comfort of
+ your
+ mobile
+ device.
+ Everything
+ has been
+ designed in
+ a
+ meticulous
+ fashion so
+ that every
+ view snaps
+ itself to
+ fit the size
+ of the
+ device you
+ are
+ using, be it
+ smartphones,
+ tablet or
+ any other
+ portables,
+ our theme
+ adjusts
+ itself to
+ fit the
+ screen
+ size.
+
+
+
+
+
+
+
+
+
+
+
+ Easily
+ Access
+ Sidebar
+ Menu
+
+
+
+ Reveal
+ the sidebar
+ menu with
+ just a
+ click.
+ Sidebar menu
+ features all
+ the relevant
+ links to
+ navigate
+ through the
+ application.
+ Hiding the
+ sidebar
+ leaves more
+ space on the
+ main area
+ offering a
+ distraction-free
+ view that
+ lets you
+ focus on
+ what matters
+ the
+ most.
+ Now
+ take advantage
+ of everything
+ your dashboard
+ has to offer
+ even on the go.
+ Our design are
+ now
+ fully
+ responsive,
+ enabling you to
+ view and
+ manage
+ everything from
+ the comfort of
+ your
+ mobile device.
+ Everything has
+ been designed in
+ a
+ meticulous
+ fashion so that
+ every view snaps
+ itself to fit
+ the size of the
+ device you are
+ using, be it
+ smartphones,
+ tablet or any
+ other
+ portables, our
+ theme adjusts
+ itself to fit
+ the
+ screen size.
+
+
+ 01
+
+ Fully
+ responsive
+
+
+ 02
+
+ Fly-out
+ hamburger
+ menu on
+ the
+ left
+
+
+ 03
+
+ Fits
+ perfectly
+ to all
+ screen
+ sizes
+
+
+ 04
+
+ Quick
+ access
+ menu at
+ the
+ bottom
+ in
+ discuss
+
+
+
+
+
+
+
+
+
+
+
+
+
+ List View
+
+
+
+ Outrageous Orange Backend Theme V17 Gives You
+ The Fully
+ Modified
+ List View. This
+ Table Design
+ Gives You More
+ Beauty for Your
+ Odoo Backend. It
+ will Give You a
+ Clean Layout
+ with the New
+ Color
+ Combination and
+ a Modified
+ Font.
+
+
+ 01
+
+ Stages
+ are
+ Separated
+ in View
+
+
+
+ 02
+
+ New
+ Color
+ Combination
+
+
+
+ 03
+
+ Modified
+ Font
+
+
+ 04
+
+ Clean
+ Layout
+
+
+ 05
+
+ Buttons
+ with New
+ Colors
+
+
+ 06
+
+ Full
+ Screen
+ View
+
+
+
+
+
+
+
+
+
+
+ Kanban Group
+ View
+
+
+
+ The
+ Outrageous Orange Backend Theme V17 Gives
+ You a Fully
+ Modified Kanban
+ View and Kanban
+ Group View. The
+ Section Wise
+ Separated Stages
+ give a Pleasant
+ Experience And
+ an Extraordinary
+ Design To Your
+ Content Tiles,
+ Making The Tiles
+ Look Great. It
+ will Give You a
+ Clean Layout
+ with the New
+ Color
+ Combination and
+ a Modified
+ Font.
+
+
+ 01
+
+ Stages
+ are
+ Separated
+ in View
+
+
+
+ 02
+
+ New
+ Color
+ Combination
+
+
+
+ 03
+
+ Modified
+ Font
+
+
+ 04
+
+ Clean
+ Layout
+
+
+ 05
+
+ Buttons
+ with New
+ Colors
+
+
+ 06
+
+ Full
+ Screen
+ View
+
+
+
+
+
+
+
+
+
Form
+ View
+
+
+
+ Outrageous Orange Backend Theme Gives
+ You The Fully
+ Modified Form
+ View with a Full
+ Screen Experience.
+ It will Give
+ You a Clean Layout
+ with the New Color
+ Combination and a
+ Modified Font.