Browse Source

[UDT] Index Updated

pull/78/head
Sreejith 7 years ago
parent
commit
3214b34eb3
  1. 6
      hr_multi_company/RELEASE_NOTES.md
  2. 3
      hr_multi_company/__init__.py
  3. 2
      hr_multi_company/__manifest__.py
  4. 11
      hr_multi_company/doc/RELEASE_NOTES.md
  5. 2
      hr_multi_company/models/__init__.py
  6. 2
      hr_multi_company/models/hr_multi_company.py
  7. BIN
      hr_multi_company/static/description/banner.jpg
  8. BIN
      hr_multi_company/static/description/cybro-service.png
  9. 36
      hr_multi_company/static/description/index.html
  10. BIN
      hr_multi_company/static/description/multi_company.png
  11. BIN
      hr_multi_company/static/description/oh_attendance.png
  12. 0
      oh_employee_documents_expiry/RELEASE_NOTES.md
  13. BIN
      oh_employee_documents_expiry/static/description/banner.jpg
  14. 9
      oh_employee_documents_expiry/static/description/index.html

6
hr_multi_company/RELEASE_NOTES.md

@ -1,6 +0,0 @@
## Module <hr_multi_company>
#### 30.03.2018
#### Version 10.0.1.0.0
##### ADD
- Initial commit for OpenHrms Project

3
hr_multi_company/__init__.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
###################################################################################
# A part of OpenHRMS Project <https://www.openhrms.com>
# A part of Open HRMS Project <https://www.openhrms.com>
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2018-TODAY Cybrosys Technologies (<https://www.cybrosys.com>).
@ -22,3 +22,4 @@
###################################################################################
from . import models

2
hr_multi_company/__manifest__.py

@ -22,7 +22,7 @@
###################################################################################
{
'name': 'Open HRMS Multi-Company',
'version': '10.0.1.0.0',
'version': '10.0.1.1.0',
'summary': """Enables Multi-Company""",
'description': 'This module enables multi company features',
'category': 'Generic Modules/Human Resources',

11
hr_multi_company/doc/RELEASE_NOTES.md

@ -0,0 +1,11 @@
## Module <hr_multi_company>
#### 09.04.2018
#### Version 10.0.1.1.0
##### CHG
- Index updated.
#### 30.03.2018
#### Version 10.0.1.0.0
##### ADD
- Initial commit for Open HRMS Project

2
hr_multi_company/models/__init__.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
###################################################################################
# A part of OpenHRMS Project <https://www.openhrms.com>
# A part of Open HRMS Project <https://www.openhrms.com>
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2018-TODAY Cybrosys Technologies (<https://www.cybrosys.com>).

2
hr_multi_company/models/hr_multi_company.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
###################################################################################
# A part of OpenHRMS Project <https://www.openhrms.com>
# A part of Open HRMS Project <https://www.openhrms.com>
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2018-TODAY Cybrosys Technologies (<https://www.cybrosys.com>).

BIN
hr_multi_company/static/description/banner.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 114 KiB

BIN
hr_multi_company/static/description/cybro-service.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 221 KiB

36
hr_multi_company/static/description/index.html

@ -1,18 +1,17 @@
<section class="oe_container">
<div class="oe_row">
<h2 class="oe_slogan">OpenHRMS</h2>
<h2 class="oe_slogan"><a href="https://www.openhrms.com">Open HRMS</a></h2>
<h3 class="oe_slogan">Most advanced open source HR management software</h3>
</div>
</section>
<section class="oe_container">
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced oe_mt32">
<div class="oe_span">
<div class="oe_demo oe_picture oe_screenshot">
<a href="https://www.openhrms.com/#request-demo">
<img src="HRMS-BUTTON.png">
</a>
<div class="oe_demo_footer oe_centeralign">Online Demo</div>
</div>
</div>
</div>
@ -20,8 +19,8 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan">HR Multi Company</h2>
<h3 class="oe_slogan">Manages Multi Company In HR Processes</h3>
<h2 class="oe_slogan">Open HRMS Multi Company</h2>
<h3 class="oe_slogan">Managing Multi Company In HR Processes</h3>
<h4 class="oe_slogan"><a href="https://www.cybrosys.com">Cybrosys Technologies</a> </h4>
</div>
<div class="oe_row oe_spaced" style="padding-left:65px;">
@ -37,13 +36,36 @@
<div class="oe_picture">
<h3 class="oe_slogan">Overview</h3>
<p class="oe_mt32 text-justify" style="text-align: center;">
This module enables hr multi company, hence hr manager can easily hande
multi company process separately.
This module enables hr multi company, hence hr manager can easily handle
multi company process separately. We can activate multi company feature in general settings as usual.
This will automatically add company field in every hr related records.
</p>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Multi Company In Leaves</h4>
<div class="oe_span12">
<div class="oe_row_img oe_centered">
<img class="oe_picture oe_screenshot" src="multi_company.png">
</div>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan">Multi Company In Attendance</h4>
<div class="oe_span12">
<div class="oe_row_img oe_centered">
<img class="oe_picture oe_screenshot" src="oh_attendance.png">
</div>
</div>
</div>
</section>
<div class="row section-content">
<div class="col-md-6 img-content">
<h3>Our Odoo Services</h3>

BIN
hr_multi_company/static/description/multi_company.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
hr_multi_company/static/description/oh_attendance.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

0
oh_employee_documents_expiry/docs/RELEASE_NOTES.md → oh_employee_documents_expiry/RELEASE_NOTES.md

BIN
oh_employee_documents_expiry/static/description/banner.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 124 KiB

9
oh_employee_documents_expiry/static/description/index.html

@ -1,7 +1,9 @@
<section class="oe_container">
<section class="oe_container bg-gray-lighter" xmlns="http://www.w3.org/1999/html">
<div class="oe_row">
<h2 class="oe_slogan">OpenHRMS</h2>
<h3 class="oe_slogan">Most advanced open source HR management software</h3>
<div class="oe_span">
<h2 class="oe_slogan">Open HRMS</h2>
<h3 class="oe_slogan">Most advanced open source HR management software</h3>
</div>
</div>
</section>
@ -12,7 +14,6 @@
<a href="https://www.openhrms.com/#request-demo">
<img src="HRMS-BUTTON.png">
</a>
<div class="oe_demo_footer oe_centeralign">Online Demo</div>
</div>
</div>
</div>

Loading…
Cancel
Save