| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-attendance |
| GIT | |
| GIT | https://github.com/OCA/hr-attendance.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-attendance/tree/18.0/hr_attendance_reason |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Tom Tietze |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-attendance |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_attendance - hr - base_setup - base - web - digest - bus - web_tour - html_editor - portal - web_editor - http_routing - auth_signup - resource - phone_validation - resource_mail - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to define reasons why the attendance is not what expected. Some example reasons are - Could not access the system: Visit a customer - Leave soon to pick up children - The Hr manager amended the attendance and needs to tell |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_reason_view_form |
hr.attendance.reason.form | hr.attendance.reason | form | New |
hr_attendance_reason_view_tree |
hr.attendance.reason.list | hr.attendance.reason | list | New |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | sheet | Inherits hr_attendance.hr_attendance_view_form |
hr_attendance_view_tree |
hr.attendance.list | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
res_config_settings_view_form |
res.config.settings.view.form.inherit.hr.attendance.reason | res.config.settings | xpath | Inherits hr_attendance.res_config_settings_view_form |
attendance_reason_ids
Many2many → hr.attendance.reason
comodel_name='hr.attendance.reason'
help='Specifies the reason for signing In/signing Out in case of less or extra hours.'
string='Attendance Reason'
No public methods.
action_type
Selection
help='Leave empty if it is independent'
args: [('sign_in', 'Sign in'), ('sign_out', 'Sign out')]
code
Char
company_id
Many2one → res.company
comodel_name='res.company'
string='Company'
name
Char
help='Specifies the reason leaving soon or arriving late'
index=True
required=True
string='Reason'
translate=True
sequence
Integer
show_on_attendance_screen
Boolean
string='Show on attendance screen?'
No public methods.
No new fields.
Public methods (0)No public methods.
reason_on_attendance_screen_default_sign_in
Many2one → hr.attendance.reason
check_company=True
domain=[('action_type', '=', 'sign_in'), ('show_on_attendance_screen', '=', True)]
string='Default sign-in reason for attendance screen'
args: 'hr.attendance.reason'
reason_on_attendance_screen_default_sign_out
Many2one → hr.attendance.reason
check_company=True
domain=[('action_type', '=', 'sign_out'), ('show_on_attendance_screen', '=', True)]
string='Default sign-out reason for attendance screen'
args: 'hr.attendance.reason'
required_reason_on_attendance_screen
Boolean
string='Required reason on attendance screen'
show_reason_on_attendance_screen
Boolean
string='Show reasons on attendance screen'
No public methods.
reason_on_attendance_screen_default_sign_in
Many2one
readonly=False
related='company_id.reason_on_attendance_screen_default_sign_in'
reason_on_attendance_screen_default_sign_out
Many2one
readonly=False
related='company_id.reason_on_attendance_screen_default_sign_out'
required_reason_on_attendance_screen
Boolean
readonly=False
related='company_id.required_reason_on_attendance_screen'
show_reason_on_attendance_screen
Boolean
readonly=False
related='company_id.show_reason_on_attendance_screen'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-attendance |
| GIT | |
| GIT | https://github.com/OCA/hr-attendance.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-attendance/tree/17.0/hr_attendance_reason |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Carlos Lopez, Víctor Martínez, Weblate, OCA-git-bot, David, oca-ci, Alvaro Alonso Bada |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-attendance |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_attendance - hr - base_setup - base - web - phone_validation - bus - web_tour - resource - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to define reasons why the attendance is not what expected. Some example reasons are - Could not access the system: Visit a customer - Leave soon to pick up children - The Hr manager amended the attendance and needs to tell |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_reason_view_form |
hr.attendance.reason.form | hr.attendance.reason | form | New |
hr_attendance_reason_view_tree |
hr.attendance.reason.tree | hr.attendance.reason | tree | New |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | sheet | Inherits hr_attendance.hr_attendance_view_form |
hr_attendance_view_tree |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
res_config_settings_view_form |
res.config.settings | xpath | Inherits hr_attendance.res_config_settings_view_form |
attendance_reason_ids
Many2many → hr.attendance.reason
comodel_name='hr.attendance.reason'
help='Specifies the reason for signing In/signing Out in case of less or extra hours.'
string='Attendance Reason'
No public methods.
action_type
Selection
help='Leave empty if it is independent'
args: [('sign_in', 'Sign in'), ('sign_out', 'Sign out')]
code
Char
company_id
Many2one → res.company
comodel_name='res.company'
string='Company'
name
Char
help='Specifies the reason leaving soon or arriving late'
index=True
required=True
string='Reason'
sequence
Integer
show_on_attendance_screen
Boolean
string='Show on attendance screen?'
No public methods.
No new fields.
Public methods (0)No public methods.
required_reason_on_attendance_screen
Boolean
string='Required reason on attendance screen'
show_reason_on_attendance_screen
Boolean
string='Show reasons on attendance screen'
No public methods.
required_reason_on_attendance_screen
Boolean
readonly=False
related='company_id.required_reason_on_attendance_screen'
show_reason_on_attendance_screen
Boolean
readonly=False
related='company_id.show_reason_on_attendance_screen'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-attendance |
| GIT | |
| GIT | https://github.com/OCA/hr-attendance.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-attendance/tree/16.0/hr_attendance_reason |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, Weblate, OCA-git-bot, David, oca-ci, Daniel Duque |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-attendance |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:53 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_reason_view_form |
hr.attendance.reason.form | hr.attendance.reason | form | New |
hr_attendance_reason_view_tree |
hr.attendance.reason.tree | hr.attendance.reason | tree | New |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | sheet | Inherits hr_attendance.hr_attendance_view_form |
hr_attendance_view_tree |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
res_config_settings_view_form |
res.config.settings | xpath | Inherits hr_attendance.res_config_settings_view_form |
attendance_reason_ids
Many2many → hr.attendance.reason
comodel_name='hr.attendance.reason'
help='Specifies the reason for signing In/signing Out in case of less or extra hours.'
string='Attendance Reason'
No public methods.
action_type
Selection
help='Leave empty if it is independent'
args: [('sign_in', 'Sign in'), ('sign_out', 'Sign out')]
code
Char
company_id
Many2one → res.company
comodel_name='res.company'
string='Company'
name
Char
help='Specifies the reason leaving soon or arriving late'
index=True
required=True
string='Reason'
sequence
Integer
show_on_attendance_screen
Boolean
string='Show on attendance screen?'
No public methods.
No new fields.
Public methods (0)No public methods.
required_reason_on_attendance_screen
Boolean
related='company_id.required_reason_on_attendance_screen'
store=True
show_reason_on_attendance_screen
Boolean
related='company_id.show_reason_on_attendance_screen'
store=True
search_read(self, domain=None, fields=None, offset=0, limit=None, order=None, **read_kwargs)
required_reason_on_attendance_screen
Boolean
string='Required reason on attendance screen'
show_reason_on_attendance_screen
Boolean
string='Show reasons on attendance screen'
No public methods.
required_reason_on_attendance_screen
Boolean
readonly=False
related='company_id.required_reason_on_attendance_screen'
show_reason_on_attendance_screen
Boolean
readonly=False
related='company_id.show_reason_on_attendance_screen'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-attendance |
| GIT | |
| GIT | https://github.com/OCA/hr-attendance.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-attendance/tree/15.0/hr_attendance_reason |
| VERSION | |
| VERSION | 1.3.1 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, Weblate, OCA-git-bot, David, oca-ci, CarlosRoca13, Juany Davila |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-attendance |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_reason_view_form |
hr.attendance.reason.form | hr.attendance.reason | form | New |
hr_attendance_reason_view_tree |
hr.attendance.reason.tree | hr.attendance.reason | tree | New |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | sheet | Inherits hr_attendance.hr_attendance_view_form |
hr_attendance_view_tree |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
res_config_settings_view_form |
res.config.settings | xpath | Inherits hr_attendance.res_config_settings_view_form |
attendance_reason_ids
Many2many → hr.attendance.reason
comodel_name='hr.attendance.reason'
help='Specifies the reason for signing In/signing Out in case of less or extra hours.'
string='Attendance Reason'
No public methods.
action_type
Selection
help='Leave empty if it is independent'
args: [('sign_in', 'Sign in'), ('sign_out', 'Sign out')]
code
Char
company_id
Many2one → res.company
comodel_name='res.company'
string='Company'
name
Char
help='Specifies the reason leaving soon or arriving late'
index=True
required=True
string='Reason'
sequence
Integer
show_on_attendance_screen
Boolean
string='Show on attendance screen?'
No public methods.
No new fields.
Public methods (0)No public methods.
required_reason_on_attendance_screen
Boolean
related='company_id.required_reason_on_attendance_screen'
store=True
show_reason_on_attendance_screen
Boolean
related='company_id.show_reason_on_attendance_screen'
store=True
search_read(self, domain=None, fields=None, offset=0, limit=None, order=None)
required_reason_on_attendance_screen
Boolean
string='Required reason on attendance screen'
show_reason_on_attendance_screen
Boolean
string='Show reasons on attendance screen'
No public methods.
required_reason_on_attendance_screen
Boolean
readonly=False
related='company_id.required_reason_on_attendance_screen'
show_reason_on_attendance_screen
Boolean
readonly=False
related='company_id.show_reason_on_attendance_screen'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-attendance |
| GIT | |
| GIT | https://github.com/OCA/hr-attendance.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-attendance/tree/14.0/hr_attendance_reason |
| VERSION | |
| VERSION | 1.1.4 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot, oca-ci, David Alonso (Solvos), Alessandro Uffreduzzi, aphon61bank |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-attendance |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
assets_backend | ir.ui.view | qweb | Inherits web.assets_backend |
hr_attendance_reason_view_form |
hr.attendance.reason.form | hr.attendance.reason | form | New |
hr_attendance_reason_view_tree |
hr.attendance.reason.tree | hr.attendance.reason | tree | New |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | sheet | Inherits hr_attendance.hr_attendance_view_form |
hr_attendance_view_tree |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
res_config_settings_view_form |
res.config.settings | xpath | Inherits hr_attendance.res_config_settings_view_form |
attendance_reason_ids
Many2many → hr.attendance.reason
comodel_name='hr.attendance.reason'
help='Specifies the reason for signing In/signing Out in case of less or extra hours.'
string='Attendance Reason'
No public methods.
action_type
Selection
help='Leave empty if it is independent'
string='Action Type'
args: [('sign_in', 'Sign in'), ('sign_out', 'Sign out')]
code
Char
company_id
Many2one → res.company
comodel_name='res.company'
string='Company'
name
Char
help='Specifies the reason leaving soon or arriving late'
index=True
required=True
string='Reason'
translate=True
sequence
Integer
show_on_attendance_screen
Boolean
string='Show on attendance screen?'
No public methods.
required_reason_on_attendance_screen
Boolean
related='company_id.required_reason_on_attendance_screen'
store=True
show_reasons_on_attendance_screen
Boolean
related='company_id.show_reasons_on_attendance_screen'
store=True
search_read(self, domain=None, fields=None, offset=0, limit=None, order=None)
required_reason_on_attendance_screen
Boolean
string='Required reason on attendance screen'
show_reasons_on_attendance_screen
Boolean
string='Show reasons on attendance screen'
No public methods.
required_reason_on_attendance_screen
Boolean
readonly=False
related='company_id.required_reason_on_attendance_screen'
show_reasons_on_attendance_screen
Boolean
readonly=False
related='company_id.show_reasons_on_attendance_screen'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-attendance |
| GIT | |
| GIT | https://github.com/OCA/hr-attendance.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-attendance/tree/13.0/hr_attendance_reason |
| VERSION | |
| VERSION | 2.2.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | mreficent, OCA Transbot, Víctor Martínez, oca-travis, Weblate, OCA-git-bot, oca-ci, Saran440 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-attendance |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - mail_bot - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
assets_backend | ir.ui.view | qweb | Inherits web.assets_backend |
hr_attendance_reason_view_form |
hr.attendance.reason.form | hr.attendance.reason | form | New |
hr_attendance_reason_view_tree |
hr.attendance.reason.tree | hr.attendance.reason | tree | New |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | sheet | Inherits hr_attendance.hr_attendance_view_form |
hr_attendance_view_tree |
hr.attendance.tree | hr.attendance | field | Inherits hr_attendance.view_attendance_tree |
res_config_settings_view_form |
res.config.settings | xpath | Inherits hr_attendance.res_config_settings_view_form |
attendance_reason_ids
Many2many → hr.attendance.reason
comodel_name='hr.attendance.reason'
help='Specifies the reason for signing In/signing Out in case of less or extra hours.'
string='Attendance Reason'
No public methods.
action_type
Selection
help='Leave empty if it is independent'
string='Action Type'
args: [('sign_in', 'Sign in'), ('sign_out', 'Sign out')]
code
Char
company_id
Many2one → res.company
comodel_name='res.company'
string='Company'
name
Char
String='Reason'
help='Specifies the reason leaving soon or arriving late'
index=True
required=True
sequence
Integer
show_on_attendance_screen
Boolean
string='Show on attendance screen?'
No public methods.
No new fields.
Public methods (2)attendance_manual(self, next_action, entered_pin=None)
search_read(self, domain=None, fields=None, offset=0, limit=None, order=None)
required_reason_on_attendance_screen
Boolean
related='company_id.required_reason_on_attendance_screen'
store=True
show_reasons_on_attendance_screen
Boolean
related='company_id.show_reasons_on_attendance_screen'
store=True
No public methods.
required_reason_on_attendance_screen
Boolean
string='Required reason on attendance screen'
show_reasons_on_attendance_screen
Boolean
string='Show reasons on attendance screen'
No public methods.
required_reason_on_attendance_screen
Boolean
readonly=False
related='company_id.required_reason_on_attendance_screen'
show_reasons_on_attendance_screen
Boolean
readonly=False
related='company_id.show_reasons_on_attendance_screen'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/12.0/hr_attendance_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Jaime Arroyo |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_reason_view_form |
hr.attendance.reason.form | hr.attendance.reason | form | New |
hr_attendance_reason_view_tree |
hr.attendance.reason.tree | hr.attendance.reason | tree | New |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | sheet | Inherits hr_attendance.hr_attendance_view_form |
attendance_reason_ids
Many2many → hr.attendance.reason
comodel_name='hr.attendance.reason'
help='Specifies the reason for signing In/signing Out in case of less or extra hours.'
string='Attendance Reason'
No public methods.
action_type
Selection
help='Leave empty if it is independent'
string='Action Type'
args: [('sign_in', 'Sign in'), ('sign_out', 'Sign out')]
code
Char
name
Char
String='Reason'
help='Specifies the reason leaving soon or arriving late'
index=True
required=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/11.0/hr_attendance_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Jaime Arroyo |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_reason_view_form |
hr.attendance.reason.form | hr.attendance.reason | form | New |
hr_attendance_reason_view_tree |
hr.attendance.reason.tree | hr.attendance.reason | tree | New |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | sheet | Inherits hr_attendance.hr_attendance_view_form |
attendance_reason_ids
Many2many → hr.attendance.reason
comodel_name='hr.attendance.reason'
help='Specifies the reason for signing In/signing Out in case of less or extra hours.'
string='Attendance Reason'
No public methods.
action_type
Selection
help='Leave empty if it is independent'
string='Action Type'
args: [('sign_in', 'Sign in'), ('sign_out', 'Sign out')]
code
Char
name
Char
String='Reason'
help='Specifies the reason leaving soon or arriving late'
index=True
required=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/10.0/hr_attendance_reason |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | oca-travis, OCA-git-bot, Iryna Vyshnevska, Aaron Henriquez |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_attendance - hr - base_setup - base - web_kanban - web - bus - web_tour - resource - report - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_attendance_reason |
hr.attendance.reason.form | hr.attendance.reason | form | New |
hr_attendance_view_form |
hr.attendance.form | hr.attendance | sheet | Inherits hr_attendance.hr_attendance_view_form |
view_attendance_reason |
hr.attendance.reason.tree | hr.attendance.reason | tree | New |
attendance_reason_ids
Many2many → hr.attendance.reason
comodel_name='hr.attendance.reason'
help='Specifies the reason for Signing In/Signing Out in case of less or extra hours.'
string='Attendance Reason'
No public methods.
action_type
Selection
help='Leave empty if it is independent'
string='Action Type'
args: [('sign_in', 'Sign in'), ('sign_out', 'Sign out')]
code
Char
name
Char
String='Reason'
help='Specifies the reason leaving soon or arriving late'
index=True
required=True
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/hr-attendance |
| PULL REQUEST | |
| PULL REQUEST | 19.0 mig hr attendance reason (#250) |