Browse Source

[FIX] File Not Found

pull/78/head
Sreejith 7 years ago
parent
commit
5e469d363b
  1. 2
      oh_appraisal/__manifest__.py
  2. 6
      oh_employee_creation_from_user/__manifest__.py
  3. BIN
      oh_employee_creation_from_user/static/description/banner.jpg
  4. BIN
      oh_employee_creation_from_user/static/description/cybro-service.png
  5. 1
      oh_employee_creation_from_user/static/description/index.html

2
oh_appraisal/__manifest__.py

@ -22,7 +22,7 @@
###################################################################################
{
'name': "Open HRMS Employee Appraisal",
'version': '10.0.1.0.0',
'version': '10.0.1.2.0',
'summary': """Roll out appraisal plans and get the best of your workforce""",
'description': """Roll out appraisal plans and get the best of your workforce""",
'category': 'Human Resources',

6
oh_employee_creation_from_user/__manifest__.py

@ -21,8 +21,8 @@
#
###################################################################################
{
'name': 'OHRMS Employees From User',
'version': '10.0.1.0.0',
'name': 'Open HRMS Employees From User',
'version': '10.0.1.2.0',
'summary': 'Automatically Creates Employee While Creating User',
'description': 'This module helps you to create employees automatically while creating users',
'category': 'Generic Modules/Human Resources',
@ -30,7 +30,7 @@
'company': 'Cybrosys Techno Solutions',
'website': "https://www.openhrms.com",
'depends': ['base', 'hr'],
'data': ['employee_creation_from_user_view.xml'],
'data': ['views/employee_creation_from_user_view.xml'],
'demo': [],
'images': ['static/description/banner.jpg'],
'license': 'AGPL-3',

BIN
oh_employee_creation_from_user/static/description/banner.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 132 KiB

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 221 KiB

1
oh_employee_creation_from_user/static/description/index.html

@ -12,7 +12,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