Print employee timesheets

hr_timesheet_print_employee_timesheet
REPOSITORY
REPOSITORYOCA/timesheet
GIT
GIThttps://github.com/OCA/timesheet.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/timesheet/tree/8.0/hr_timesheet_print_employee_timesheet
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Therp BV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Therp BV
COMMITTERS
COMMITTERSHolger Brunn, oca-travis
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - hr_timesheet
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
    - hr
    - resource
    - hr_attendance
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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
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