Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0.0
Category
Human Resources
Folder size
0.37 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr
Last tracking update
2026-08-07 07:31:59
Authors
Odoo Community Association (OCA), Eficent
Maintainers
Odoo Community Association (OCA), Eficent
Committers
Weblate, OCA Transbot, OCA-git-bot, oca-travis, Beñat Jimenez
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
hr_payslip_change_state_form hr.payslip.change.state.form hr.payslip.change.state form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • state Selection
    help="* When the payslip is created the status is 'Draft'. \n* If the payslip is under verification, the status is 'Compute Sheet'. \n* If the payslip is confirmed then status is set to 'Done'. \n* When user cancel payslip the status is 'Rejected'." selection=[('draft', 'Set to Draft'), ('verify', 'Compute Sheet'), ('done', 'Confirm'), ('cancel', 'Cancel Payslip')] string='Action'
Public methods (1)
  • change_state_confirm(self)
    @api.multi

Loading…

Loading…

Loading…

Loading…