TIP: You can type at any time to perform a new search.
Print employee timesheets
hr_timesheet_print_employee_timesheet · OCA/timesheet
- Repository
- OCA/timesheet · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Human Resources
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 07:03:11
- Authors
- Odoo Community Association (OCA), Therp BV
- Maintainers
- Odoo Community Association (OCA), Therp BV
- Committers
- Holger Brunn, oca-travis
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
form_hr_analytical_timesheet_employees |
hr.analytical.timesheet.employees | form | New | |
qweb_hr_analytical_timesheet_employees |
qweb_hr_analytical_timesheet_employees | ir.ui.view | qweb | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (4)
-
date_endDatedefault=<expr>help='This will be normalized to the end of a month'required=True args: 'End date' -
date_startDatedefault=<expr>help='This will be normalized to the beginning of a month'required=True args: 'Start date' -
employee_idsMany2many → hr.employeedefault=<expr>required=Truestring='Employees' args: 'hr.employee' -
short_account_namesBooleanhelp="This will show only the analytic account's name, not the hierarchy" args: 'Short account names'
-
button_print(self)@api.multi -
format_date(self, date, fmt)@api.model -
get_timesheets(self, employee)@api.multi
New fields (0)
No new fields.
Public methods (1)-
get_pdf(self, cr, uid, ids, report_name, html=None, data=None, context=None)@api.v7