[IMP] timesheet_grid_work_entry: dynamic ui for project task timer

WIP for grid views overrides to add work_type_id
This commit is contained in:
Jared Kipe
2022-01-09 14:28:47 -08:00
parent aa534c1aec
commit bb5784f7d9
14 changed files with 996 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
{
'name': 'Timesheet Grid Work Entry',
'description': 'bridge',
'version': '15.0.1.0.0',
'version': '15.0.1.0.1',
'website': 'https://hibou.io/',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'license': 'OPL-1',
'category': 'Human Resources',
'depends': [
'hr_timesheet_work_entry',
@@ -12,9 +14,22 @@
],
'data': [
'views/timesheet_views.xml',
'wizard/project_task_create_timesheet_views.xml',
'wizard/timesheet_merge_wizard_views.xml',
],
'demo': [
],
'assets': {
'web.assets_backend': [
# 'timesheet_grid_work_entry/static/src/js/timesheet_grid/timesheet_timer_grid_renderer.js',
# 'timesheet_grid_work_entry/static/src/js/timesheet_grid/timesheet_timer_grid_view.js',
# 'timesheet_grid_work_entry/static/src/js/timesheet_grid/timer_m2o.js',
# 'timesheet_grid_work_entry/static/src/js/timesheet_grid/timer_header_component.js',
],
'web.assets_qweb': [
# 'timesheet_grid_work_entry/static/src/xml/**/*',
],
},
'installable': True,
'auto_install': True,
'application': False,