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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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_end Date
    default=<expr> help='This will be normalized to the end of a month' required=True args: 'End date'
  • date_start Date
    default=<expr> help='This will be normalized to the beginning of a month' required=True args: 'Start date'
  • employee_ids Many2many → hr.employee
    default=<expr> required=True string='Employees' args: 'hr.employee'
  • short_account_names Boolean
    help="This will show only the analytic account's name, not the hierarchy" args: 'Short account names'
Public methods (3)
  • 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