mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-26 07:32:04 +02:00
19.0 vanilla
This commit is contained in:
parent
a1137a1456
commit
e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions
|
|
@ -6,11 +6,11 @@
|
|||
'version': '1.6',
|
||||
'category': 'Human Resources/Time Off',
|
||||
'sequence': 85,
|
||||
'summary': 'Allocate PTOs and follow leaves requests',
|
||||
'summary': 'Allocate time off and follow leave requests',
|
||||
'website': 'https://www.odoo.com/app/time-off',
|
||||
'description': """
|
||||
Manage time off requests and allocations
|
||||
=====================================
|
||||
========================================
|
||||
|
||||
This application controls the time off schedule of your company. It allows employees to request time off. Then, managers can review requests for time off and approve or reject them. This way you can control the overall time off planning for the company or department.
|
||||
|
||||
|
|
@ -29,23 +29,27 @@ A synchronization with an internal agenda (Meetings of the CRM module) is also p
|
|||
'data/report_paperformat.xml',
|
||||
'data/mail_activity_type_data.xml',
|
||||
'data/mail_message_subtype_data.xml',
|
||||
'data/hr_holidays_data.xml',
|
||||
'data/ir_attachment_data.xml',
|
||||
'data/hr_leave_type_data.xml',
|
||||
'data/ir_cron_data.xml',
|
||||
'data/hr_holidays_tour.xml',
|
||||
|
||||
'security/hr_holidays_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
|
||||
'wizard/hr_holidays_cancel_leave_views.xml',
|
||||
'wizard/hr_holidays_summary_employees_views.xml',
|
||||
'wizard/hr_leave_generate_multi_wizard_views.xml',
|
||||
'wizard/hr_leave_allocation_generate_multi_wizard_views.xml',
|
||||
|
||||
'views/resource_views.xml',
|
||||
'views/hr_leave_views.xml',
|
||||
'views/hr_leave_type_views.xml',
|
||||
'views/hr_leave_allocation_views.xml',
|
||||
'views/hr_leave_accrual_views.xml',
|
||||
'views/hr_leave_stress_day_views.xml',
|
||||
'views/hr_leave_mandatory_day_views.xml',
|
||||
'views/mail_activity_views.xml',
|
||||
|
||||
'wizard/hr_holidays_cancel_leave_views.xml',
|
||||
'wizard/hr_holidays_summary_employees_views.xml',
|
||||
'wizard/hr_departure_wizard_views.xml',
|
||||
'views/calendar_views.xml',
|
||||
|
||||
'report/hr_holidays_templates.xml',
|
||||
'report/hr_holidays_reports.xml',
|
||||
|
|
@ -62,45 +66,32 @@ A synchronization with an internal agenda (Meetings of the CRM module) is also p
|
|||
'installable': True,
|
||||
'application': True,
|
||||
'assets': {
|
||||
'mail.assets_messaging': [
|
||||
'hr_holidays/static/src/models/*.js',
|
||||
],
|
||||
'mail.assets_discuss_public': [
|
||||
'hr_holidays/static/src/components/*/*',
|
||||
],
|
||||
'web.assets_backend': [
|
||||
'hr_holidays/static/src/views/**/*.js',
|
||||
'hr_holidays/static/src/views/**/*.scss',
|
||||
'hr_holidays/static/src/views/**/*.xml',
|
||||
'hr_holidays/static/src/components/*/*.scss',
|
||||
'hr_holidays/static/src/components/*/*.xml',
|
||||
'hr_holidays/static/src/dashboard/**/*.js',
|
||||
'hr_holidays/static/src/dashboard/**/*.scss',
|
||||
'hr_holidays/static/src/dashboard/**/*.xml',
|
||||
'hr_holidays/static/src/leave_stats/**/*.js',
|
||||
'hr_holidays/static/src/leave_stats/**/*.xml',
|
||||
'hr_holidays/static/src/scss/*.scss',
|
||||
'hr_holidays/static/src/tours/*.js',
|
||||
'hr_holidays/static/src/radio_image_field/*.js',
|
||||
'hr_holidays/static/src/radio_image_field/*.xml',
|
||||
|
||||
'hr_holidays/static/src/**/*',
|
||||
('remove', 'hr_holidays/static/src/views/graph/**'),
|
||||
# Don't include dark mode files in light mode
|
||||
('remove', 'hr_holidays/static/src/views/**/*.dark.scss'),
|
||||
('remove', 'hr_holidays/static/src/dashboard/**/*.dark.scss'),
|
||||
('remove', 'hr_holidays/static/src/**/*.dark.scss'),
|
||||
],
|
||||
"web.dark_mode_assets_backend": [
|
||||
'hr_holidays/static/src/views/**/*.dark.scss',
|
||||
'hr_holidays/static/src/dashboard/**/*.dark.scss',
|
||||
'web.assets_backend_lazy': [
|
||||
'hr_holidays/static/src/views/graph/**',
|
||||
],
|
||||
'web.tests_assets': [
|
||||
'hr_holidays/static/tests/helpers/**/*',
|
||||
"web.assets_web_dark": [
|
||||
'hr_holidays/static/src/**/*.dark.scss',
|
||||
],
|
||||
'web.qunit_suite_tests': [
|
||||
'hr_holidays/static/tests/qunit_suite_tests/**/*.js',
|
||||
'im_livechat.assets_embed_core': [
|
||||
'hr_holidays/static/src/core/common/**/*',
|
||||
],
|
||||
'mail.assets_public': [
|
||||
'hr_holidays/static/src/core/common/**/*',
|
||||
],
|
||||
'web.assets_unit_tests': [
|
||||
'hr_holidays/static/tests/**/*',
|
||||
('remove', 'hr_holidays/static/tests/tours/**/*'),
|
||||
],
|
||||
'web.assets_tests': [
|
||||
'/hr_holidays/static/tests/tours/**/**.js'
|
||||
'/hr_holidays/static/tests/tours/**/*'
|
||||
],
|
||||
},
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue