Accrual

hr_accrual
REPOSITORY
REPOSITORYOCA/hr
GIT
GIThttps://github.com/OCA/hr.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr/tree/7.0/hr_accrual
VERSION
VERSION 1.0
CATEGORY
CATEGORYGeneric Modules/Human Resources
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Michael Telahun Makonnen <mmakonnen@gmail.com>
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Michael Telahun Makonnen <mmakonnen@gmail.com>
COMMITTERS
COMMITTERSAlexandre Fayolle, Michael Telahun Makonnen, Sandy Carter, Stéphane Bidoul (ACSONE), OCA Transbot, dufresnedavid
WEBSITE
WEBSITEhttp://miketelahun.wordpress.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/hr:
    - hr_holidays_extension
    - hr_public_holidays
    - hr_schedule
    - hr_contract_init
    - hr_job_categories
    - hr_security
    - hr_simplify
    - hr_employee_state
    - hr_contract_state
odoo/odoo:
    - hr
    - base_setup
    - base
    - web_kanban
    - web
    - mail
    - resource
    - process
    - board
    - hr_holidays
    - base_calendar
    - base_status
    - base_action_rule
    - hr_attendance
    - hr_contract
    - hr_payroll
    - decimal_precision
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Accruals
========

An Accrual is any benefit (usually time) that accrues on behalf of an employee
over an extended period of time. This can be vacation days, sick days, or a
simple time bank. The actual policy and mechanics of accrual should be handled
by other modules. This module only provides the basic framework for recording
the data.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
hr_accrual_view_form hr.accrual.form hr.accrual form New
hr_accrual_view_tree hr.accrual.tree hr.accrual tree New
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • get_balance(self, cr, uid, ids, employee_id, date=None, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.