Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr
Last tracking update
2026-08-07 08:43:00
Authors
Odoo Community Association (OCA), Dixmit
Maintainers
Odoo Community Association (OCA), Dixmit
Committers
Weblate, OCA-git-bot, oca-ci, Luis Rodriguez
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows extend a contract creating a new one as copy of the original contract.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
hr_contract_renew_view_form hr.contract.renew.wizard form New
hr_contract_view_form_inherit hr.contract.renew.inherit hr.contract form Inherits hr_contract.hr_contract_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • contract_id Many2one → hr.contract
    required=True string='Contract' args: 'hr.contract'
  • date_end Date
    default=fields.Date.context_today required=True string='End Date'
Public methods (1)
  • action_renew_contract(self)