diff --git a/hr_theme/README.md b/hr_theme/README.md index 38a16d6ae..ee0f685c9 100644 --- a/hr_theme/README.md +++ b/hr_theme/README.md @@ -1,5 +1,5 @@ -OHRMS Theme -=========== +Open HRMS Theme +=============== Theme for Open HRMS. diff --git a/hr_theme/RELEASE_NOTES.md b/hr_theme/RELEASE_NOTES.md deleted file mode 100644 index dd2f7c969..000000000 --- a/hr_theme/RELEASE_NOTES.md +++ /dev/null @@ -1,6 +0,0 @@ -## Module hr_theme - -#### 30.03.2018 -#### Version 10.0.1.0.0 -##### ADD -- Initial commit for OpenHrms Project diff --git a/hr_theme/__manifest__.py b/hr_theme/__manifest__.py index f0e91aa5b..e421fdd48 100644 --- a/hr_theme/__manifest__.py +++ b/hr_theme/__manifest__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ################################################################################### -# A part of OpenHRMS Project +# A part of Open HRMS Project # # Cybrosys Technologies Pvt. Ltd. # Copyright (C) 2018-TODAY Cybrosys Technologies (). @@ -21,8 +21,8 @@ # ################################################################################### { - 'name': 'OHRMS Theme', - 'version': '10.0.1.0.0', + 'name': 'Open HRMS Theme', + 'version': '10.0.1.1.0', 'summary': """Curtain Raiser of Open HRMS.""", 'description': """Open HRMS all set in new colour theme of blues and whites totaling to a new experience""", 'category': 'Theme', diff --git a/hr_theme/doc/RELEASE_NOTES.md b/hr_theme/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..10d1237ec --- /dev/null +++ b/hr_theme/doc/RELEASE_NOTES.md @@ -0,0 +1,12 @@ +## Module hr_theme + +#### 07.04.2018 +#### Version 10.0.1.1.0 +##### CHG +- style issue in external link button fixed. +- style issue in mandatory field fixed. + +#### 30.03.2018 +#### Version 10.0.1.0.0 +##### ADD +- Initial commit for OpenHrms Project diff --git a/hr_theme/static/description/banner.jpg b/hr_theme/static/description/banner.jpg index 0f576dff5..367c38d2d 100644 Binary files a/hr_theme/static/description/banner.jpg and b/hr_theme/static/description/banner.jpg differ diff --git a/hr_theme/static/description/cybro-service.png b/hr_theme/static/description/cybro-service.png index 0a648278c..252929a86 100644 Binary files a/hr_theme/static/description/cybro-service.png and b/hr_theme/static/description/cybro-service.png differ diff --git a/hr_theme/static/description/index.html b/hr_theme/static/description/index.html index d447ef8ab..997b9679e 100644 --- a/hr_theme/static/description/index.html +++ b/hr_theme/static/description/index.html @@ -1,11 +1,9 @@ -
-
-
-

OpenHRMS

-

Most advanced open source HR management software

-
+
+
+

Open HRMS

+

Most advanced open source HR management software

@@ -15,10 +13,8 @@ -
-
@@ -47,14 +43,27 @@
-
-
- +

Kanban View

+
+
+ +
+
+
+
+ +
+
+

Form View

+
+
+
+

Our Odoo Services

diff --git a/hr_theme/static/description/open_hrms.png b/hr_theme/static/description/open_hrms.png deleted file mode 100644 index f0d344b2d..000000000 Binary files a/hr_theme/static/description/open_hrms.png and /dev/null differ diff --git a/hr_theme/static/description/open_hrms_theme.png b/hr_theme/static/description/open_hrms_theme.png new file mode 100644 index 000000000..847dd9832 Binary files /dev/null and b/hr_theme/static/description/open_hrms_theme.png differ diff --git a/hr_theme/static/description/open_hrms_theme_form.png b/hr_theme/static/description/open_hrms_theme_form.png new file mode 100644 index 000000000..c3a58e722 Binary files /dev/null and b/hr_theme/static/description/open_hrms_theme_form.png differ diff --git a/hr_theme/static/src/css/theme_sub_menu.css b/hr_theme/static/src/css/theme_sub_menu.css index aa8de48b4..edc8e4a77 100644 --- a/hr_theme/static/src/css/theme_sub_menu.css +++ b/hr_theme/static/src/css/theme_sub_menu.css @@ -290,7 +290,7 @@ a { color: #fff !important; } .o_form_view .o_form_required.o_form_input, .o_form_view .o_form_required .o_form_input, .o_form_view .o_form_required.o_form_textarea, .o_form_view .o_form_required .o_form_textarea { - background-color: #01448b0f !important; + background-color: #bbd9f9 !important; } .o_form_view .oe_link { color: #01448b !important; @@ -479,4 +479,19 @@ ul#ui-id-7 a:hover { } .o_form_view .o_form_field_image .o_form_image_controls { background-color: #01448b; +} +.fa.fa-external-link.btn.btn-default.o_external_button { + background-color: #fff !important; + color: #01448b !important; +} + +.oe_highlight:active:hover, .oe_highlight.active:hover, .open > .dropdown-toggle.oe_highlight:hover, .oe_highlight:active:focus, .oe_highlight.active:focus, .open > .dropdown-toggle.oe_highlight:focus, .oe_highlight:active.focus, .oe_highlight.active.focus, .open > .dropdown-toggle.oe_highlight.focus { + color: #ffffff; + background-color: #01448b !important; + border-color: #01448b !important; +} + +.btn.btn-sm.oe_highlight:active, .btn.btn-sm.oe_highlight:focus { + background-color: #00346b !important; + border-color: #00346b !important; } \ No newline at end of file