From 0d87fec0c4c6fb573b1a09076f6d50844d8d0a80 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 19 Aug 2022 11:12:08 +0700 Subject: initial commit --- hrms_dashboard/README.rst | 0 hrms_dashboard/__init__.py | 0 hrms_dashboard/__manifest__.py | 0 hrms_dashboard/docs/RELEASE_NOTES.md | 0 hrms_dashboard/i18n/ar_001.po | 0 hrms_dashboard/models/__init__.py | 0 hrms_dashboard/models/hrms_dashboard.py | 0 hrms_dashboard/report/__init__.py | 0 hrms_dashboard/report/broadfactor.py | 0 hrms_dashboard/report/broadfactor.xml | 0 hrms_dashboard/security/ir.model.access.csv | 0 hrms_dashboard/static/description/assets/icons/chevron.png | Bin hrms_dashboard/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 hrms_dashboard/static/description/assets/icons/license.png | Bin hrms_dashboard/static/description/assets/icons/lifebuoy.png | Bin .../static/description/assets/icons/manufacturing-black.png | Bin .../static/description/assets/icons/pos-black.png | Bin hrms_dashboard/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 hrms_dashboard/static/description/assets/icons/training.png | Bin hrms_dashboard/static/description/assets/icons/update.png | Bin hrms_dashboard/static/description/assets/icons/user.png | Bin hrms_dashboard/static/description/assets/icons/wrench.png | Bin hrms_dashboard/static/description/banner.gif | Bin hrms_dashboard/static/description/icon.png | Bin hrms_dashboard/static/description/images/advance_image.png | Bin .../static/description/images/appraisal_image.png | Bin hrms_dashboard/static/description/images/bio_image.png | Bin hrms_dashboard/static/description/images/checked.png | Bin hrms_dashboard/static/description/images/core_image.gif | Bin hrms_dashboard/static/description/images/dash_image.gif | Bin hrms_dashboard/static/description/images/dashboard.png | Bin hrms_dashboard/static/description/images/hero.png | Bin hrms_dashboard/static/description/images/join_resign.png | Bin .../static/description/images/monthly leave analysis.png | Bin .../static/description/images/my leave analysis.png | Bin hrms_dashboard/static/description/images/openhrms.png | Bin hrms_dashboard/static/description/images/salary_image.png | Bin hrms_dashboard/static/description/images/shift_image.png | Bin hrms_dashboard/static/description/index.html | 0 hrms_dashboard/static/src/css/hrms_dashboard.css | 0 hrms_dashboard/static/src/css/lib/nv.d3.css | 0 hrms_dashboard/static/src/js/hrms_dashboard.js | 0 hrms_dashboard/static/src/js/lib/d3.min.js | 0 hrms_dashboard/static/src/xml/hrms_dashboard.xml | 0 hrms_dashboard/views/dashboard_views.xml | 0 52 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 hrms_dashboard/README.rst mode change 100644 => 100755 hrms_dashboard/__init__.py mode change 100644 => 100755 hrms_dashboard/__manifest__.py mode change 100644 => 100755 hrms_dashboard/docs/RELEASE_NOTES.md mode change 100644 => 100755 hrms_dashboard/i18n/ar_001.po mode change 100644 => 100755 hrms_dashboard/models/__init__.py mode change 100644 => 100755 hrms_dashboard/models/hrms_dashboard.py mode change 100644 => 100755 hrms_dashboard/report/__init__.py mode change 100644 => 100755 hrms_dashboard/report/broadfactor.py mode change 100644 => 100755 hrms_dashboard/report/broadfactor.xml mode change 100644 => 100755 hrms_dashboard/security/ir.model.access.csv mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/chevron.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/cogs.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/consultation.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/ecom-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/education-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/hotel-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/license.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/lifebuoy.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/manufacturing-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/pos-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/puzzle.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/restaurant-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/service-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/trading-black.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/training.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/update.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/user.png mode change 100644 => 100755 hrms_dashboard/static/description/assets/icons/wrench.png mode change 100644 => 100755 hrms_dashboard/static/description/banner.gif mode change 100644 => 100755 hrms_dashboard/static/description/icon.png mode change 100644 => 100755 hrms_dashboard/static/description/images/advance_image.png mode change 100644 => 100755 hrms_dashboard/static/description/images/appraisal_image.png mode change 100644 => 100755 hrms_dashboard/static/description/images/bio_image.png mode change 100644 => 100755 hrms_dashboard/static/description/images/checked.png mode change 100644 => 100755 hrms_dashboard/static/description/images/core_image.gif mode change 100644 => 100755 hrms_dashboard/static/description/images/dash_image.gif mode change 100644 => 100755 hrms_dashboard/static/description/images/dashboard.png mode change 100644 => 100755 hrms_dashboard/static/description/images/hero.png mode change 100644 => 100755 hrms_dashboard/static/description/images/join_resign.png mode change 100644 => 100755 hrms_dashboard/static/description/images/monthly leave analysis.png mode change 100644 => 100755 hrms_dashboard/static/description/images/my leave analysis.png mode change 100644 => 100755 hrms_dashboard/static/description/images/openhrms.png mode change 100644 => 100755 hrms_dashboard/static/description/images/salary_image.png mode change 100644 => 100755 hrms_dashboard/static/description/images/shift_image.png mode change 100644 => 100755 hrms_dashboard/static/description/index.html mode change 100644 => 100755 hrms_dashboard/static/src/css/hrms_dashboard.css mode change 100644 => 100755 hrms_dashboard/static/src/css/lib/nv.d3.css mode change 100644 => 100755 hrms_dashboard/static/src/js/hrms_dashboard.js mode change 100644 => 100755 hrms_dashboard/static/src/js/lib/d3.min.js mode change 100644 => 100755 hrms_dashboard/static/src/xml/hrms_dashboard.xml mode change 100644 => 100755 hrms_dashboard/views/dashboard_views.xml (limited to 'hrms_dashboard') diff --git a/hrms_dashboard/README.rst b/hrms_dashboard/README.rst old mode 100644 new mode 100755 diff --git a/hrms_dashboard/__init__.py b/hrms_dashboard/__init__.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/__manifest__.py b/hrms_dashboard/__manifest__.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/docs/RELEASE_NOTES.md b/hrms_dashboard/docs/RELEASE_NOTES.md old mode 100644 new mode 100755 diff --git a/hrms_dashboard/i18n/ar_001.po b/hrms_dashboard/i18n/ar_001.po old mode 100644 new mode 100755 diff --git a/hrms_dashboard/models/__init__.py b/hrms_dashboard/models/__init__.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/models/hrms_dashboard.py b/hrms_dashboard/models/hrms_dashboard.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/report/__init__.py b/hrms_dashboard/report/__init__.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/report/broadfactor.py b/hrms_dashboard/report/broadfactor.py old mode 100644 new mode 100755 diff --git a/hrms_dashboard/report/broadfactor.xml b/hrms_dashboard/report/broadfactor.xml old mode 100644 new mode 100755 diff --git a/hrms_dashboard/security/ir.model.access.csv b/hrms_dashboard/security/ir.model.access.csv old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/chevron.png b/hrms_dashboard/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/cogs.png b/hrms_dashboard/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/consultation.png b/hrms_dashboard/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/ecom-black.png b/hrms_dashboard/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/education-black.png b/hrms_dashboard/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/hotel-black.png b/hrms_dashboard/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/license.png b/hrms_dashboard/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/lifebuoy.png b/hrms_dashboard/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/manufacturing-black.png b/hrms_dashboard/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/pos-black.png b/hrms_dashboard/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/puzzle.png b/hrms_dashboard/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/restaurant-black.png b/hrms_dashboard/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/service-black.png b/hrms_dashboard/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/trading-black.png b/hrms_dashboard/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/training.png b/hrms_dashboard/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/update.png b/hrms_dashboard/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/user.png b/hrms_dashboard/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/assets/icons/wrench.png b/hrms_dashboard/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/banner.gif b/hrms_dashboard/static/description/banner.gif old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/icon.png b/hrms_dashboard/static/description/icon.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/advance_image.png b/hrms_dashboard/static/description/images/advance_image.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/appraisal_image.png b/hrms_dashboard/static/description/images/appraisal_image.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/bio_image.png b/hrms_dashboard/static/description/images/bio_image.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/checked.png b/hrms_dashboard/static/description/images/checked.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/core_image.gif b/hrms_dashboard/static/description/images/core_image.gif old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/dash_image.gif b/hrms_dashboard/static/description/images/dash_image.gif old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/dashboard.png b/hrms_dashboard/static/description/images/dashboard.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/hero.png b/hrms_dashboard/static/description/images/hero.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/join_resign.png b/hrms_dashboard/static/description/images/join_resign.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/monthly leave analysis.png b/hrms_dashboard/static/description/images/monthly leave analysis.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/my leave analysis.png b/hrms_dashboard/static/description/images/my leave analysis.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/openhrms.png b/hrms_dashboard/static/description/images/openhrms.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/salary_image.png b/hrms_dashboard/static/description/images/salary_image.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/images/shift_image.png b/hrms_dashboard/static/description/images/shift_image.png old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/description/index.html b/hrms_dashboard/static/description/index.html old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/src/css/hrms_dashboard.css b/hrms_dashboard/static/src/css/hrms_dashboard.css old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/src/css/lib/nv.d3.css b/hrms_dashboard/static/src/css/lib/nv.d3.css old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/src/js/hrms_dashboard.js b/hrms_dashboard/static/src/js/hrms_dashboard.js old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/src/js/lib/d3.min.js b/hrms_dashboard/static/src/js/lib/d3.min.js old mode 100644 new mode 100755 diff --git a/hrms_dashboard/static/src/xml/hrms_dashboard.xml b/hrms_dashboard/static/src/xml/hrms_dashboard.xml old mode 100644 new mode 100755 diff --git a/hrms_dashboard/views/dashboard_views.xml b/hrms_dashboard/views/dashboard_views.xml old mode 100644 new mode 100755 -- cgit v1.2.3