-
- Downloads
[IMP] hr_timesheet: hide the "Round timesheets" feature in the settings of...
[IMP] hr_timesheet: hide the "Round timesheets" feature in the settings of Timesheets if encoding unit is Days [IMP] hr_timesheet: hide the "Timesheet Timer" feature in the project form if encoding unit is not Hours [IMP] hr_timesheet: clean display of Days for timesheets A computed field has to be added to retrieve the encoding uom of the current company and be used in the views. FieldTimesheetFactor field has to be registered to "float_factor" widget for the "planned_hours" field to work correctly with Days (for the conversion from hours to days to be computed and to be able to set a greater value than 1 day) If encoding unit for timesheets is set to Days: - Display Days instead of Hours in Portal > Timesheets - Display Days instead of Hours in Portal > Tasks - Display Days instead of Hours in Portal > Invoices & Bills - Display Days instead of Hours in Portal > Tickets [IMP] hr_timesheet: display clean duration in Timesheet Entries Display Days instead of Hours in Timesheet Entries (print action) if encoding unit for timesheets is set to Days [IMP] hr_timesheet: correctly display timesheets in Days if configured to - correctly display remaining days in project.task kanban and list view - hide timer start button if timesheet is configured in Days - update several column names [IMP] hr_timesheet: clean code [IMP] hr_timesheet: small improvements when displaying timesheets in days - Rename some labels - Fixes style - Prevent fields displayed with widget "timesheet_uom" to change when timer is on - Display correctly "Initially Planned Days" field in task creation form
Showing
- addons/hr_timesheet/controllers/portal.py 1 addition, 0 deletionsaddons/hr_timesheet/controllers/portal.py
- addons/hr_timesheet/controllers/project.py 1 addition, 0 deletionsaddons/hr_timesheet/controllers/project.py
- addons/hr_timesheet/models/hr_timesheet.py 12 additions, 0 deletionsaddons/hr_timesheet/models/hr_timesheet.py
- addons/hr_timesheet/models/project.py 38 additions, 1 deletionaddons/hr_timesheet/models/project.py
- addons/hr_timesheet/models/res_config_settings.py 8 additions, 1 deletionaddons/hr_timesheet/models/res_config_settings.py
- addons/hr_timesheet/report/report_timesheet_templates.xml 25 additions, 13 deletionsaddons/hr_timesheet/report/report_timesheet_templates.xml
- addons/hr_timesheet/static/src/js/timesheet_factor.js 20 additions, 0 deletionsaddons/hr_timesheet/static/src/js/timesheet_factor.js
- addons/hr_timesheet/static/src/scss/timesheets_task_form.scss 4 additions, 0 deletions...ns/hr_timesheet/static/src/scss/timesheets_task_form.scss
- addons/hr_timesheet/views/assets.xml 2 additions, 0 deletionsaddons/hr_timesheet/views/assets.xml
- addons/hr_timesheet/views/hr_timesheet_portal_templates.xml 6 additions, 2 deletionsaddons/hr_timesheet/views/hr_timesheet_portal_templates.xml
- addons/hr_timesheet/views/project_portal_templates.xml 6 additions, 2 deletionsaddons/hr_timesheet/views/project_portal_templates.xml
- addons/hr_timesheet/views/project_views.xml 56 additions, 15 deletionsaddons/hr_timesheet/views/project_views.xml
- addons/hr_timesheet/views/res_config_settings_views.xml 2 additions, 1 deletionaddons/hr_timesheet/views/res_config_settings_views.xml
Loading
Please register or sign in to comment