odex30_standard/hr_base_reports/__manifest__.py

53 lines
2.1 KiB
Python

{
'name': 'HR Base Reports',
'category': 'Odex25-HR/Odex25-HR',
'summary': 'HR Reports',
'version': '18.0.1.0.0',
'sequence': 4,
'website': 'http://exp-sa.com',
'license': 'LGPL-3',
'author': 'Expert Co. Ltd.',
'depends': ['base', 'hr', 'hr_base', 'hr_disciplinary_tracking', 'employee_requests', 'report_xlsx',
'exp_official_mission', 'attendances'],
'data': [
'security/ir.model.access.csv',
'views/hr_department_job_wizard_view.xml',
'views/hr_employee_reward_wizard.xml',
'views/hr_termination_view.xml',
'views/leave_reports_view.xml',
'views/overtime_report_of_employee_view.xml',
'views/penalty_deduction_of_employee_view.xml',
'views/sales_report.xml',
'views/hr_base_reports_menus.xml',
'report/hr_department_report.xml',
'report/hr_department_job_template.xml',
'report/hr_offer_job_report.xml',
'report/hr_job_offer_template.xml',
'report/hr_employee_reward_report.xml',
'report/hr_employee_reward_template.xml',
'report/overtime_report.xml',
'report/employee_fingerprint_report.xml',
'wizard/employee_cost_wizard.xml',
'wizard/overtime_report_view.xml',
'wizard/employee_fingerprint_report_view.xml',
'wizard/termination_allowan_report_view.xml',
'report/employee_cost_template.xml',
'report/overtime_report_template.xml',
'report/employee_general_report_template.xml',
'report/handover_report_template.xml',
'report/mission_report_template.xml',
'report/attendance_report_template.xml',
'report/saudi_report_template.xml',
'report/appraisal_report_template.xml',
'report/loan_report_template.xml',
'report/iqama_report_template.xml',
'report/re_entery_report_template.xml',
'report/promotion_report_template.xml',
'report/absence_execuse_template.xml',
'report/termination_report_template.xml',
],
'installable': True,
'application': True,
}