Repository
OCA/partner-contact · module folder · Try on Runboat
Module version
1.1
Category
Generic Modules/Base
Folder size
0.02 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.openerp.com
Last tracking update
2026-08-07 06:51:52
Authors
Odoo Community Association (OCA), Tiny, Serpent Consulting Services
Maintainers
Odoo Community Association (OCA), Tiny, Serpent Consulting Services
Committers
Olivier Dony, Stephane Wirtel, Fabien Pinckaers, Christophe Simonis, Mantavya Gajjar, sebastien beau, Serpent Consulting Services, Maxime Chambreuil, Alexandre Fayolle, Sandy Carter, Launchpad Translations on behalf of openerp-commiter, mra (Open ERP), Launchpad Code Hosting, psi(Open ERP), Jay(Open ERP), HDA(OpenERP), Fabian Semal, sma (Tiny/Axelor), Harshad Modi
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description
This module is used for separate surname from contact name of partner. Now You
can give first name & last name on contact Name.
This module is deprecated, it is highly recommended to use base_contact instead.

    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_partner_address_form1_inherited res.partner.address.form1.inherit res.partner.address form Inherits base.view_partner_address_form1
view_partner_form_inherited res.partner.form.inherit res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • create(self, cr, uid, vals, context=None)
  • onchange_name(self, cr, uid, id, first_name, last_name)
  • write(self, cr, uid, ids, vals, context=None)