mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-26 16:12:01 +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.
|
||||
|
||||
|
||||
|
|
@ -28,35 +27,51 @@ up a management by affair.
|
|||
'data/digest_data.xml',
|
||||
'views/hr_timesheet_views.xml',
|
||||
'views/res_config_settings_views.xml',
|
||||
'views/project_views.xml',
|
||||
'views/project_portal_templates.xml',
|
||||
'views/project_project_views.xml',
|
||||
'views/project_task_views.xml',
|
||||
'views/project_task_portal_templates.xml',
|
||||
'views/hr_timesheet_portal_templates.xml',
|
||||
'report/hr_timesheet_report_view.xml',
|
||||
'report/project_report_view.xml',
|
||||
'report/report_timesheet_templates.xml',
|
||||
'views/hr_views.xml',
|
||||
'views/hr_department_views.xml',
|
||||
'views/hr_employee_views.xml',
|
||||
'views/hr_employee_public_views.xml',
|
||||
'data/hr_timesheet_data.xml',
|
||||
'views/project_sharing_views.xml',
|
||||
'views/rating_rating_views.xml',
|
||||
'views/project_task_sharing_views.xml',
|
||||
'views/project_update_views.xml',
|
||||
'wizard/hr_employee_delete_wizard_views.xml',
|
||||
'views/hr_timesheet_menus.xml',
|
||||
],
|
||||
'demo': [
|
||||
'data/hr_timesheet_demo.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'pre_init_hook': '_pre_init_hook',
|
||||
'post_init_hook': 'create_internal_project',
|
||||
'uninstall_hook': '_uninstall_hook',
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'hr_timesheet/static/src/**/*',
|
||||
('remove', 'hr_timesheet/static/src/views/project_task_analysis_graph/**/*'),
|
||||
('remove', 'hr_timesheet/static/src/views/project_task_graph/**/*'),
|
||||
('remove', 'hr_timesheet/static/src/views/timesheet_graph/**/*'),
|
||||
],
|
||||
'web.qunit_suite_tests': [
|
||||
'hr_timesheet/static/tests/**/*',
|
||||
'web.assets_backend_lazy': [
|
||||
'hr_timesheet/static/src/views/project_task_analysis_graph/**/*',
|
||||
'hr_timesheet/static/src/views/project_task_graph/**/*',
|
||||
'hr_timesheet/static/src/views/timesheet_graph/**/*',
|
||||
],
|
||||
'web.assets_unit_tests': [
|
||||
'hr_timesheet/static/tests/hr_timesheet_models.js',
|
||||
'hr_timesheet/static/tests/**/*.test.js',
|
||||
],
|
||||
'project.webclient': [
|
||||
'hr_timesheet/static/src/services/**/*',
|
||||
'hr_timesheet/static/src/components/**/*',
|
||||
'hr_timesheet/static/src/scss/timesheets_task_form.scss'
|
||||
],
|
||||
},
|
||||
'author': 'Odoo S.A.',
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue