| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/8.0/hr_payslip_input_policy |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), OpenSynergy Indonesia |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), OpenSynergy Indonesia |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, Andhitia Rama |
| WEBSITE | |
| WEBSITE | https://opensynergy-indonesia/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - hr_payroll - hr - base_setup - base - web_kanban - web - resource - board - hr_contract - base_action_rule - hr_holidays - calendar - web_calendar - decimal_precision - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_contract_view_form |
hr.contract form | hr.contract | data | Inherits hr_contract.hr_contract_view_form |
hr_payslip_input_type_view_form |
hr.payslip.input_type form | hr.payslip.input_type | form | New |
hr_payslip_input_type_view_tree |
hr.payslip.input_type tree | hr.payslip.input_type | tree | New |
input_type_ids
One2many → hr.contract.input_type
comodel_name='hr.contract.input_type'
inverse_name='contract_id'
string='Input Types'
No public methods.
amount
Float
require=True
string='Amount'
contract_id
Many2one → hr.contract
comodel_name='hr.contract'
ondelete='cascade'
required=True
string='Contract'
input_type_id
Many2one → hr.payslip.input_type
comodel_name='hr.payslip.input_type'
ondelete='restrict'
required=True
string='Input Type'
No public methods.
No new fields.
Public methods (1)compute_sheet(self)
No new fields.
Public methods (0)No public methods.
active
Boolean
default=True
string='Active'
code
Char
required=True
string='Code'
description
Text
string='Description'
translate=True
name
Char
required=True
string='Input Type'
translate=True
No public methods.