mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-24 11:12:06 +02:00
19.0 vanilla
This commit is contained in:
parent
a1137a1456
commit
e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions
|
|
@ -1,4 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
|
|
@ -9,26 +8,31 @@
|
|||
'summary': 'Centralize employee information',
|
||||
'website': 'https://www.odoo.com/app/employees',
|
||||
'images': [
|
||||
'images/hr_department.jpeg',
|
||||
'images/hr_employee.jpeg',
|
||||
'images/hr_job_position.jpeg',
|
||||
'static/src/img/default_image.png',
|
||||
],
|
||||
'depends': [
|
||||
'base_setup',
|
||||
'mail',
|
||||
'resource',
|
||||
'digest',
|
||||
'phone_validation',
|
||||
'resource_mail',
|
||||
'web',
|
||||
],
|
||||
'data': [
|
||||
'security/hr_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'wizard/hr_plan_wizard_views.xml',
|
||||
'data/digest_data.xml',
|
||||
'data/report_paperformat.xml',
|
||||
'wizard/hr_departure_wizard_views.xml',
|
||||
'wizard/hr_contract_template_wizard.views.xml',
|
||||
'wizard/mail_activity_schedule_views.xml',
|
||||
'wizard/hr_bank_account_allocation_wizard.xml',
|
||||
'wizard/hr_bank_account_allocation_wizard_line.xml',
|
||||
'views/mail_activity_plan_views.xml',
|
||||
'views/hr_version_views.xml',
|
||||
'views/hr_contract_template_views.xml',
|
||||
'views/hr_departure_reason_views.xml',
|
||||
'views/hr_contract_type_views.xml',
|
||||
'views/hr_job_views.xml',
|
||||
'views/hr_plan_views.xml',
|
||||
'views/hr_employee_category_views.xml',
|
||||
'views/hr_employee_public_views.xml',
|
||||
'report/hr_employee_badge.xml',
|
||||
|
|
@ -37,9 +41,11 @@
|
|||
'views/hr_work_location_views.xml',
|
||||
'views/hr_views.xml',
|
||||
'views/res_config_settings_views.xml',
|
||||
'views/mail_channel_views.xml',
|
||||
'views/res_users.xml',
|
||||
'views/res_partner_views.xml',
|
||||
'views/res_partner_bank_views.xml',
|
||||
'views/discuss_channel_views.xml',
|
||||
'views/res_users.xml',
|
||||
'views/hr_templates.xml',
|
||||
'data/hr_data.xml',
|
||||
],
|
||||
'demo': [
|
||||
|
|
@ -47,31 +53,29 @@
|
|||
],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'post_init_hook': '_install_hr_localization',
|
||||
'assets': {
|
||||
'mail.assets_messaging': [
|
||||
'hr/static/src/models/*.js',
|
||||
],
|
||||
'web.assets_backend': [
|
||||
'hr/static/src/views/**/*.js',
|
||||
'hr/static/src/components/**/*',
|
||||
'hr/static/src/user_menu/*.js',
|
||||
'hr/static/src/scss/*.scss',
|
||||
'hr/static/src/js/m2x_avatar_employee.js',
|
||||
'hr/static/src/js/standalone_m2o_avatar_employee.js',
|
||||
'hr/static/src/js/work_permit_upload.js',
|
||||
'hr/static/src/xml/*.xml',
|
||||
'hr/static/src/**/*',
|
||||
],
|
||||
'im_livechat.assets_embed_core': [
|
||||
'hr/static/src/core/common/**/*',
|
||||
],
|
||||
'mail.assets_public': [
|
||||
'hr/static/src/core/common/**/*',
|
||||
],
|
||||
'web.qunit_suite_tests': [
|
||||
'hr/static/tests/helpers/*.js',
|
||||
'hr/static/tests/m2x_avatar_employee_tests.js',
|
||||
'hr/static/tests/m2x_avatar_employee_legacy_tests.js',
|
||||
'hr/static/tests/standalone_m2o_avatar_employee_tests.js',
|
||||
'hr/static/tests/legacy/**/*',
|
||||
],
|
||||
'web.assets_unit_tests': [
|
||||
'hr/static/tests/**/*',
|
||||
'hr/static/tests/mock_server/mock_server.js',
|
||||
('remove', 'hr/static/tests/tours/**/*'),
|
||||
('remove', 'hr/static/tests/legacy/**/*'),
|
||||
],
|
||||
'web.assets_tests': [
|
||||
'hr/static/tests/tours/hr_employee_flow.js',
|
||||
'hr/static/tests/tours/user_modify_own_profile_tour.js',
|
||||
'hr/static/tests/tours/**/*',
|
||||
],
|
||||
},
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue