Repository
OCA/contract · module folder · Try on Runboat
Module version
1.0.1
Category
marketing
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/contract
Last tracking update
2026-09-22 17:17:36
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
OCA-git-bot, oca-ci, Samir GUESMI
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds contract anniversary tracking to partner records, automatically calculating the first contract date and current year’s anniversary date.
It includes a dedicated Contracts tab in the partner form and allows filtering by anniversary dates, useful for renewals and customer relationship management.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_partner_form_view res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, values)

New fields (2)
  • contract_anniversary_date Date
    readonly=True
  • first_contract_line_start_date Date
    readonly=True string='First Contract Date'
Public methods (0)

No public methods.