Repository
OCA/crm · module folder · Try on Runboat
Module version
1.0.0
Category
Customer Relationship Management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/crm
Last tracking update
2026-08-19 05:17:56
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Bert Van Groenendael
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of CRM leads to support split
first and last name fields for contacts and allow you to port that
information to and from partners. Since leads are expected to create
partners only when needed and after information is correctly set up, in
leads there is no inverse logic to transform the old single name in the
new split names automatically. The old single name will simply be the
firstname now.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
crm_lead_view_form Add firstname and lastname crm.lead form Inherits crm.crm_lead_view_form
quick_create_opportunity_form crm.lead form Inherits crm.quick_create_opportunity_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • contact_lastname Char
    args: 'Last name'
  • contact_name Char
    args: 'First name'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
172 days ago
Last activity
95 days ago
Repository
OCA/crm
Pull request
[19.0] [MIG] crm_lead_firstname: Migration to 19.0 (#730)