Repository
OCA/partner-contact · module folder · Try on Runboat
Module version
1.0.0
Category
Extra Tools
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/partner-contact
Last tracking update
2026-08-07 09:06:26
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
mass_mailing_partner_title, partner_title_contacts
Description
This module adds **Titles** on partners (Madam, Mister, etc.)

The *Title* field on partners was native up to Odoo 18.0 and was dropped in 19.0. The goal of this OCA module is to restore the feature.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
res_partner_title_form res.partner.title form New
res_partner_title_list res.partner.title list New
res_partner_title_search res.partner.title search New
view_partner_form res.partner form Inherits base.view_partner_form
view_partner_simple_form res.partner form Inherits base.view_partner_simple_form
view_partner_tree res.partner tree Inherits base.view_partner_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • name_with_title Char
    compute='_compute_name_with_title'
  • title_id Many2one → res.partner.title
    compute='_compute_title_id' ondelete='restrict' precompute=True readonly=False store=True args: 'res.partner.title'
Public methods (0)

No public methods.

New fields (4)
  • active Boolean
    default=True
  • name Char
    required=True string='Title' translate=True
  • sequence Integer
  • shortcut Char
    string='Abbreviation' translate=True
Public methods (0)

No public methods.