diff --git a/hr_loan/README.md b/ohrms_loan/README.md similarity index 100% rename from hr_loan/README.md rename to ohrms_loan/README.md diff --git a/ohrms_loan/RELEASE_NOTES.md b/ohrms_loan/RELEASE_NOTES.md new file mode 100644 index 000000000..eeea19ca6 --- /dev/null +++ b/ohrms_loan/RELEASE_NOTES.md @@ -0,0 +1,6 @@ +## Module ohrms_loan + +#### 30.03.2018 +#### Version 10.0.1.0.0 +##### ADD +- Initial commit for OpenHrms Project diff --git a/hr_loan/__init__.py b/ohrms_loan/__init__.py similarity index 100% rename from hr_loan/__init__.py rename to ohrms_loan/__init__.py diff --git a/hr_loan/__manifest__.py b/ohrms_loan/__manifest__.py similarity index 100% rename from hr_loan/__manifest__.py rename to ohrms_loan/__manifest__.py diff --git a/hr_loan/data/hr_payroll_data.xml b/ohrms_loan/data/hr_payroll_data.xml similarity index 100% rename from hr_loan/data/hr_payroll_data.xml rename to ohrms_loan/data/hr_payroll_data.xml diff --git a/hr_loan/models/__init__.py b/ohrms_loan/models/__init__.py similarity index 100% rename from hr_loan/models/__init__.py rename to ohrms_loan/models/__init__.py diff --git a/hr_loan/models/hr_loan.py b/ohrms_loan/models/hr_loan.py similarity index 100% rename from hr_loan/models/hr_loan.py rename to ohrms_loan/models/hr_loan.py diff --git a/hr_loan/models/hr_payroll.py b/ohrms_loan/models/hr_payroll.py similarity index 100% rename from hr_loan/models/hr_payroll.py rename to ohrms_loan/models/hr_payroll.py diff --git a/hr_loan/security/ir.model.access.csv b/ohrms_loan/security/ir.model.access.csv similarity index 100% rename from hr_loan/security/ir.model.access.csv rename to ohrms_loan/security/ir.model.access.csv diff --git a/hr_loan/security/security.xml b/ohrms_loan/security/security.xml similarity index 100% rename from hr_loan/security/security.xml rename to ohrms_loan/security/security.xml diff --git a/hr_loan/static/description/HRMS-BUTTON.png b/ohrms_loan/static/description/HRMS-BUTTON.png similarity index 100% rename from hr_loan/static/description/HRMS-BUTTON.png rename to ohrms_loan/static/description/HRMS-BUTTON.png diff --git a/hr_loan/static/description/accounting_validation.png b/ohrms_loan/static/description/accounting_validation.png similarity index 100% rename from hr_loan/static/description/accounting_validation.png rename to ohrms_loan/static/description/accounting_validation.png diff --git a/hr_loan/static/description/banner.jpg b/ohrms_loan/static/description/banner.jpg similarity index 100% rename from hr_loan/static/description/banner.jpg rename to ohrms_loan/static/description/banner.jpg diff --git a/hr_loan/static/description/cybro-service.png b/ohrms_loan/static/description/cybro-service.png similarity index 100% rename from hr_loan/static/description/cybro-service.png rename to ohrms_loan/static/description/cybro-service.png diff --git a/hr_loan/static/description/icon.png b/ohrms_loan/static/description/icon.png similarity index 100% rename from hr_loan/static/description/icon.png rename to ohrms_loan/static/description/icon.png diff --git a/hr_loan/static/description/index.html b/ohrms_loan/static/description/index.html similarity index 100% rename from hr_loan/static/description/index.html rename to ohrms_loan/static/description/index.html diff --git a/hr_loan/static/description/loan_amount_deduction.png b/ohrms_loan/static/description/loan_amount_deduction.png similarity index 100% rename from hr_loan/static/description/loan_amount_deduction.png rename to ohrms_loan/static/description/loan_amount_deduction.png diff --git a/hr_loan/static/description/loan_approval.png b/ohrms_loan/static/description/loan_approval.png similarity index 100% rename from hr_loan/static/description/loan_approval.png rename to ohrms_loan/static/description/loan_approval.png diff --git a/hr_loan/static/description/loan_request.png b/ohrms_loan/static/description/loan_request.png similarity index 100% rename from hr_loan/static/description/loan_request.png rename to ohrms_loan/static/description/loan_request.png diff --git a/hr_loan/static/description/loan_rule.png b/ohrms_loan/static/description/loan_rule.png similarity index 100% rename from hr_loan/static/description/loan_rule.png rename to ohrms_loan/static/description/loan_rule.png diff --git a/hr_loan/static/description/payslip.png b/ohrms_loan/static/description/payslip.png similarity index 100% rename from hr_loan/static/description/payslip.png rename to ohrms_loan/static/description/payslip.png diff --git a/hr_loan/views/hr_loan.xml b/ohrms_loan/views/hr_loan.xml similarity index 100% rename from hr_loan/views/hr_loan.xml rename to ohrms_loan/views/hr_loan.xml diff --git a/hr_loan/views/hr_loan_sequence.xml b/ohrms_loan/views/hr_loan_sequence.xml similarity index 100% rename from hr_loan/views/hr_loan_sequence.xml rename to ohrms_loan/views/hr_loan_sequence.xml diff --git a/hr_loan/views/hr_payroll.xml b/ohrms_loan/views/hr_payroll.xml similarity index 100% rename from hr_loan/views/hr_payroll.xml rename to ohrms_loan/views/hr_payroll.xml