| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/partner-contact |
| GIT | |
| GIT | https://github.com/OCA/partner-contact.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/partner-contact/tree/8.0/base_contact |
| VERSION | |
| VERSION | 2.0.1 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Yannick Vaucher, Guewen Baconnier, Alexandre Fayolle, Sandy Carter, GitHub, sebalix, Jairo Llopis, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Matjaz Mozetic, TheCloneMaster |
| WEBSITE | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/partner-contact: - partner_contact_birthdate - partner_contact_personal_information_page - partner_contact_in_several_companies - partner_contact_nationality odoo/odoo: - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
No views found for this module.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/partner-contact |
| GIT | |
| GIT | https://github.com/OCA/partner-contact.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/partner-contact/tree/7.0/base_contact |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Sandy Carter, Stéphane Bidoul (ACSONE), EL HADJI DEM, OCA Transbot, Rudolf Schnapka |
| WEBSITE | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base - process - web - contacts - base_setup - web_kanban |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module allows you to manage your contacts
==============================================
It lets you define groups of contacts sharing some common information, like:
* Birthdate
* Nationality
* Native Language
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form_inherit |
res.partner.form.contact | res.partner | field | Inherits base.view_partner_form |
view_res_partner_filter_contact |
res.partner.select.contact | res.partner | filter | Inherits base.view_res_partner_filter |
view_res_partner_kanban_contact |
res.partner.kanban.contact | res.partner | field | Inherits base.res_partner_kanban_view |
view_res_partner_tree_contact |
res.partner.tree.contact | res.partner | field | Inherits base.view_partner_tree |
No new fields.
Public methods (1)read(self, cr, user, ids, fields=None, context=None, load='_classic_read')
No new fields.
Public methods (8)create(self, cr, user, vals, context=None)
onchange_contact_id(self, cr, uid, ids, contact_id, context=None)
onchange_contact_type(self, cr, uid, ids, contact_type, context=None)
read(self, cr, user, ids, fields=None, context=None, load='_classic_read')
search(self, cr, user, args, offset=0, limit=None, order=None, context=None, count=False)
unlink(self, cr, user, ids, context=None)
update_contact(self, cr, uid, ids, vals, context=None)
write(self, cr, user, ids, vals, context=None)