| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/10.0/hr_timesheet_holiday |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Generic Modules/Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT, Therp BV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT, Therp BV |
| COMMITTERS | |
| COMMITTERS | Laurent Mignon (ACSONE), mreficent, OCA Transbot, oca-travis, OCA-git-bot, aheficent, François Honoré |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-timesheet |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/hr: - hr_holidays_settings odoo/odoo: - hr_timesheet_sheet - hr_timesheet - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner - hr - resource - project - hr_holidays - calendar - base_action_rule - web_calendar |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_analytic_account_timesheet_form |
account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_form | |
edit_holiday_status_form1 |
hr.holidays.status | field | Inherits hr_holidays.edit_holiday_status_form | |
view_company_inherit_form |
res.company.form.inherit | res.company | notebook | Inherits base.view_company_form |
view_holiday_status_tree1 |
hr.holidays.status | field | Inherits hr_holidays.view_holiday_status_normal_tree |
holiday_status_ids
One2many → hr.holidays.status
comodel_name='hr.holidays.status'
inverse_name='analytic_account_id'
is_leave_account
Boolean
default=False
help='Check this field if this account manages leaves'
args: 'Leaves'
project_create(self, vals)
leave_id
Many2one → hr.holidays
comodel_name='hr.holidays'
string='Leave id'
write(self, vals)
analytic_line_ids
One2many → account.analytic.line
comodel_name='account.analytic.line'
inverse_name='leave_id'
string='Analytic Lines'
action_approve(self)
action_refuse(self)
add_timesheet_line(self, description, date, hours, account)
analytic_account_id
Many2one → account.analytic.account
comodel_name='account.analytic.account'
related='project_id.analytic_account_id'
string='Analytic Account'
project_id
Many2one → project.project
comodel_name='project.project'
string='Project'
No public methods.
timesheet_hours_per_day
Float
default=8.0
digits=(2, 2)
string='Timesheet Hours Per Day'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/timesheet |
| GIT | |
| GIT | https://github.com/OCA/timesheet.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/timesheet/tree/8.0/hr_timesheet_holiday |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sunflower IT, Therp BV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sunflower IT, Therp BV |
| COMMITTERS | |
| COMMITTERS | Holger Brunn, OCA Transbot, oca-travis, OCA-git-bot, Tom Blauwendraat |
| WEBSITE | |
| WEBSITE | http://sunflowerweb.nl |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:26 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_timesheet_sheet - hr_timesheet - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template - hr - resource - hr_attendance - hr_timesheet_invoice - hr_holidays - calendar - base_action_rule - web_calendar |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_analytic_account_timesheet_form |
account.analytic.account | xpath | Inherits analytic.view_account_analytic_account_form | |
edit_holiday_status_form1 |
hr.holidays.status | field | Inherits hr_holidays.edit_holiday_status_form | |
view_company_inherit_form |
res.company.form.inherit | res.company | field | Inherits base.view_company_form |
view_holiday_status_tree1 |
hr.holidays.status | field | Inherits hr_holidays.view_holiday_status_normal_tree |
holiday_status_ids
One2many → hr.holidays.status
is_leave_account
Boolean
default=False
help='Check this field if this account manages leaves'
args: 'Leaves'
No public methods.
_timesheet_ids
One2many → hr.analytic.timesheet
No public methods.
leave_id
Many2one → hr.holidays
ondelete='restrict'
args: 'hr.holidays', 'Leave id'
unlink(self)
timesheet_ids
One2many → hr.analytic.timesheet
add_timesheet_line(self, description, date, hours, account_id, user_id)
holidays_refuse(self)
holidays_validate(self)
analytic_account_id
Many2one → account.analytic.account
No public methods.
No new fields.
Public methods (1)write(self, vals)
timesheet_hours_per_day
Float
default=8.0
digits=(2, 2)
args: 'Timesheet Hours Per Day'
No public methods.