From 0d87fec0c4c6fb573b1a09076f6d50844d8d0a80 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 19 Aug 2022 11:12:08 +0700 Subject: initial commit --- hr_resignation/README.rst | 0 hr_resignation/__init__.py | 0 hr_resignation/__manifest__.py | 0 hr_resignation/data/demo_data.xml | 0 hr_resignation/data/resign_employee.xml | 0 hr_resignation/docs/RELEASE_NOTES.md | 0 hr_resignation/i18n/ar_001.po | 0 hr_resignation/models/__init__.py | 0 hr_resignation/models/hr_resignation.py | 0 hr_resignation/security/ir.model.access.csv | 0 hr_resignation/security/security.xml | 0 hr_resignation/static/description/assets/icons/chevron.png | Bin hr_resignation/static/description/assets/icons/cogs.png | Bin .../static/description/assets/icons/consultation.png | Bin .../static/description/assets/icons/ecom-black.png | Bin .../static/description/assets/icons/education-black.png | Bin .../static/description/assets/icons/hotel-black.png | Bin hr_resignation/static/description/assets/icons/license.png | Bin hr_resignation/static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin hr_resignation/static/description/assets/icons/puzzle.png | Bin .../static/description/assets/icons/restaurant-black.png | Bin .../static/description/assets/icons/service-black.png | Bin .../static/description/assets/icons/trading-black.png | Bin hr_resignation/static/description/assets/icons/training.png | Bin hr_resignation/static/description/assets/icons/update.png | Bin hr_resignation/static/description/assets/icons/user.png | Bin hr_resignation/static/description/assets/icons/wrench.png | Bin hr_resignation/static/description/banner.png | Bin hr_resignation/static/description/icon.png | Bin .../static/description/images/appraisal_image.png | Bin hr_resignation/static/description/images/bio_image.png | Bin hr_resignation/static/description/images/checked.png | Bin hr_resignation/static/description/images/core_image.gif | Bin hr_resignation/static/description/images/hero.png | Bin hr_resignation/static/description/images/module_image.gif | Bin .../static/description/images/open-hrms-resignation.gif | Bin hr_resignation/static/description/images/openhrms.png | Bin hr_resignation/static/description/images/salary_image.png | Bin hr_resignation/static/description/images/shift_image.png | Bin hr_resignation/static/description/index.html | 0 hr_resignation/static/description/resignation_web.png | Bin hr_resignation/static/image/resign_employee_id.jpeg | Bin hr_resignation/views/approved_resignation.xml | 0 hr_resignation/views/hr_employee.xml | 0 hr_resignation/views/resignation_sequence.xml | 0 hr_resignation/views/resignation_view.xml | 0 48 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 hr_resignation/README.rst mode change 100644 => 100755 hr_resignation/__init__.py mode change 100644 => 100755 hr_resignation/__manifest__.py mode change 100644 => 100755 hr_resignation/data/demo_data.xml mode change 100644 => 100755 hr_resignation/data/resign_employee.xml mode change 100644 => 100755 hr_resignation/docs/RELEASE_NOTES.md mode change 100644 => 100755 hr_resignation/i18n/ar_001.po mode change 100644 => 100755 hr_resignation/models/__init__.py mode change 100644 => 100755 hr_resignation/models/hr_resignation.py mode change 100644 => 100755 hr_resignation/security/ir.model.access.csv mode change 100644 => 100755 hr_resignation/security/security.xml mode change 100644 => 100755 hr_resignation/static/description/assets/icons/chevron.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/cogs.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/consultation.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/education-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/license.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/pos-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/puzzle.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/service-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/trading-black.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/training.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/update.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/user.png mode change 100644 => 100755 hr_resignation/static/description/assets/icons/wrench.png mode change 100644 => 100755 hr_resignation/static/description/banner.png mode change 100644 => 100755 hr_resignation/static/description/icon.png mode change 100644 => 100755 hr_resignation/static/description/images/appraisal_image.png mode change 100644 => 100755 hr_resignation/static/description/images/bio_image.png mode change 100644 => 100755 hr_resignation/static/description/images/checked.png mode change 100644 => 100755 hr_resignation/static/description/images/core_image.gif mode change 100644 => 100755 hr_resignation/static/description/images/hero.png mode change 100644 => 100755 hr_resignation/static/description/images/module_image.gif mode change 100644 => 100755 hr_resignation/static/description/images/open-hrms-resignation.gif mode change 100644 => 100755 hr_resignation/static/description/images/openhrms.png mode change 100644 => 100755 hr_resignation/static/description/images/salary_image.png mode change 100644 => 100755 hr_resignation/static/description/images/shift_image.png mode change 100644 => 100755 hr_resignation/static/description/index.html mode change 100644 => 100755 hr_resignation/static/description/resignation_web.png mode change 100644 => 100755 hr_resignation/static/image/resign_employee_id.jpeg mode change 100644 => 100755 hr_resignation/views/approved_resignation.xml mode change 100644 => 100755 hr_resignation/views/hr_employee.xml mode change 100644 => 100755 hr_resignation/views/resignation_sequence.xml mode change 100644 => 100755 hr_resignation/views/resignation_view.xml (limited to 'hr_resignation') diff --git a/hr_resignation/README.rst b/hr_resignation/README.rst old mode 100644 new mode 100755 diff --git a/hr_resignation/__init__.py b/hr_resignation/__init__.py old mode 100644 new mode 100755 diff --git a/hr_resignation/__manifest__.py b/hr_resignation/__manifest__.py old mode 100644 new mode 100755 diff --git a/hr_resignation/data/demo_data.xml b/hr_resignation/data/demo_data.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/data/resign_employee.xml b/hr_resignation/data/resign_employee.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/docs/RELEASE_NOTES.md b/hr_resignation/docs/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/hr_resignation/i18n/ar_001.po b/hr_resignation/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/hr_resignation/models/__init__.py b/hr_resignation/models/__init__.py old mode 100644 new mode 100755 diff --git a/hr_resignation/models/hr_resignation.py b/hr_resignation/models/hr_resignation.py old mode 100644 new mode 100755 diff --git a/hr_resignation/security/ir.model.access.csv b/hr_resignation/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/hr_resignation/security/security.xml b/hr_resignation/security/security.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/chevron.png b/hr_resignation/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/cogs.png b/hr_resignation/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/consultation.png b/hr_resignation/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/ecom-black.png b/hr_resignation/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/education-black.png b/hr_resignation/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/hotel-black.png b/hr_resignation/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/license.png b/hr_resignation/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/lifebuoy.png b/hr_resignation/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/manufacturing-black.png b/hr_resignation/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/pos-black.png b/hr_resignation/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/puzzle.png b/hr_resignation/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/restaurant-black.png b/hr_resignation/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/service-black.png b/hr_resignation/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/trading-black.png b/hr_resignation/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/training.png b/hr_resignation/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/update.png b/hr_resignation/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/user.png b/hr_resignation/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/assets/icons/wrench.png b/hr_resignation/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/banner.png b/hr_resignation/static/description/banner.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/icon.png b/hr_resignation/static/description/icon.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/appraisal_image.png b/hr_resignation/static/description/images/appraisal_image.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/bio_image.png b/hr_resignation/static/description/images/bio_image.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/checked.png b/hr_resignation/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/core_image.gif b/hr_resignation/static/description/images/core_image.gif old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/hero.png b/hr_resignation/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/module_image.gif b/hr_resignation/static/description/images/module_image.gif old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/open-hrms-resignation.gif b/hr_resignation/static/description/images/open-hrms-resignation.gif old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/openhrms.png b/hr_resignation/static/description/images/openhrms.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/salary_image.png b/hr_resignation/static/description/images/salary_image.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/images/shift_image.png b/hr_resignation/static/description/images/shift_image.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/index.html b/hr_resignation/static/description/index.html old mode 100644 new mode 100755 diff --git a/hr_resignation/static/description/resignation_web.png b/hr_resignation/static/description/resignation_web.png old mode 100644 new mode 100755 diff --git a/hr_resignation/static/image/resign_employee_id.jpeg b/hr_resignation/static/image/resign_employee_id.jpeg old mode 100644 new mode 100755 diff --git a/hr_resignation/views/approved_resignation.xml b/hr_resignation/views/approved_resignation.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/views/hr_employee.xml b/hr_resignation/views/hr_employee.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/views/resignation_sequence.xml b/hr_resignation/views/resignation_sequence.xml old mode 100644 new mode 100755 diff --git a/hr_resignation/views/resignation_view.xml b/hr_resignation/views/resignation_view.xml old mode 100644 new mode 100755 -- cgit v1.2.3