| 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/19.0/partner_identification |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, bosd, Fernando, Frédéric GRALL |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/partner-contact |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:47 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base - base_setup - web - bus - web_tour - html_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to manage all sort of identification numbers and certificates which are assigned to a partner (company or individual) and vary from country to country. - Commercial register - VAT ID - Fiscal ID's - Membership numbers - Driver license - etc |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_search |
res.partner.id_category.search | res.partner.id_category | search | New |
view_partner_id_category_tree |
res.partner.id_category.list | res.partner.id_category | list | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_kanban |
res.partner.id_number.kanban | res.partner.id_number | kanban | New |
view_partner_id_numbers_search |
res.partner.id_number.search | res.partner.id_number | search | New |
view_partner_id_numbers_tree |
res.partner.id_number.list | res.partner.id_number | list | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
color
Integer
default=<expr>
string='Color Index'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Html
sanitize=True
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
date_issued
Date
tracking=True
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
tracking=True
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
default='draft'
tracking=True
args: [('draft', 'New'), ('open', 'Running'), ('pending', 'To Renew'), ('close', 'Expired')]
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_from
Date
tracking=True
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
valid_until
Date
tracking=True
default_get(self, fields_list)
validate_id_number(self)
| 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/18.0/partner_identification |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Fernando, chaule97 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/partner-contact |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base - base_setup - web - bus - web_tour - html_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to manage all sort of identification numbers and certificates which are assigned to a partner (company or individual) and vary from country to country. - Commercial register - VAT ID - Fiscal ID's - Membership numbers - Driver license - etc |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.list | res.partner.id_category | list | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.list | res.partner.id_number | list | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
color
Integer
default=_get_default_color
string='Color Index'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
default_get(self, fields_list)
validate_id_number(self)
| 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/17.0/partner_identification |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | Sergio Zanchetta, Weblate, OCA-git-bot, oca-ci, Jérémy Didderen, Nils Coenen, chaule97, Vehiana Tepuhiarii |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/partner-contact |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:04 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows to manage all sort of identification numbers and certificates which are assigned to a partner (company or individual) and vary from country to country. - Commercial register - VAT ID - Fiscal ID's - Membership numbers - Driver license - etc |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
color
Integer
default=_get_default_color
string='Color Index'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
default_get(self, fields_list)
validate_id_number(self)
| 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/16.0/partner_identification |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, mle, Danny de Jong |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/partner-contact |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
color
Integer
default=_get_default_color
string='Color Index'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
default_get(self, fields)
validate_id_number(self)
| 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/15.0/partner_identification |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Jérémy Didderen |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/partner-contact |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:32 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
color
Integer
default=_get_default_color
string='Color Index'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
default_get(self, fields)
validate_id_number(self)
| 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/14.0/partner_identification |
| VERSION | |
| VERSION | 1.4.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Cyril VINH-TUNG, oca-ci, Chanakya Soni, Tran Thanh Phuc, oca-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/partner-contact |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
string='Active'
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
size=16
string='Code'
color
Integer
default=_get_default_color
string='Color Index'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
string='Active'
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
default_get(self, fields)
validate_id_number(self)
| 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/13.0/partner_identification |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, Thierry Ducrest, oca-travis, Weblate, OCA-git-bot, Anna Janiszewska, Nikos Tsirintanis, laurent.corron |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/partner-contact |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:11 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
string='Active'
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
size=16
string='Code'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
default=<expr>
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
string='Active'
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
validate_id_number(self)
| 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/12.0/partner_identification |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, Onestein, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, tarteo |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/partner-contact |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
string='Active'
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
size=16
string='Code'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
default=<expr>
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
string='Active'
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
validate_id_number(self)
| 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/11.0/partner_identification |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Orsi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/partner-contact |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
string='Active'
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
size=16
string='Code'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
default=<expr>
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
string='Active'
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
validate_id_number(self)
| 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/10.0/partner_identification |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Jairo Llopis, Denis Roussel, OCA Transbot, oca-travis, Weblate, Rafael Blasco, OCA-git-bot, David |
| WEBSITE | |
| WEBSITE | https://odoo-community.org/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sales_team - base - base_setup - web_kanban - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_search |
res.partner.id_category.search | res.partner.id_category | search | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
string='Active'
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
size=16
string='Code'
company_type
Selection
selection=<expr>
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
default=_default_validation_code
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
string='Active'
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
validate_id_number(self)
| 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/9.0/partner_identification |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, Antiun Ingeniería S.L., ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, Antiun Ingeniería S.L., ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | GitHub, Jairo Llopis, Laurent Mignon (ACSONE), mreficent, OCA Transbot, Laurent Mignon, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://odoo-community.org/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:19 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
string='Active'
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
size=16
string='Code'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
default=_default_validation_code
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
string='Active'
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
validate_id_number(self)
| 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/partner_identification |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | Denis Roussel, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Kevin Graveman |
| WEBSITE | |
| WEBSITE | https://odoo-community.org/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | page | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
id_numbers
One2many → res.partner.id_number
comodel_name='res.partner.id_number'
inverse_name='partner_id'
string='Identification Numbers'
No public methods.
active
Boolean
default=True
string='Active'
code
Char
help="Abbreviation or acronym of this ID type. For example, 'driver_license'"
required=True
size=16
string='Code'
name
Char
help="Name of this ID type. For example, 'Driver License'"
required=True
string='ID name'
translate=True
validation_code
Text
default=_default_validation_code
help='Python code called to validate an id number.'
args: 'Python validation code'
validate_id_number(self, id_number)
active
Boolean
default=True
string='Active'
category_id
Many2one → res.partner.id_category
comodel_name='res.partner.id_category'
help='ID type defined in configuration. For example, Driver License'
required=True
string='Category'
comment
Text
string='Notes'
date_issued
Date
help='Issued date. For example, date when person approved his driving exam, 21/10/2009'
string='Issued on'
name
Char
help='The ID itself. For example, Driver License number of this person'
required=True
string='ID Number'
partner_id
Many2one → res.partner
comodel_name='res.partner'
ondelete='cascade'
required=True
string='Partner'
partner_issued_id
Many2one → res.partner
comodel_name='res.partner'
help='Another partner, who issued this ID. For example, Traffic National Institution'
string='Issued by'
place_issuance
Char
help='The place where the ID has been issued. For example the country for passports and visa'
string='Place of Issuance'
status
Selection
valid_from
Date
help='Validation period stating date.'
string='Valid from'
valid_until
Date
help='Expiration date. For example, date when person needs to renew his driver license, 21/10/2019'
string='Valid until'
validate_id_number(self)
| 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/partner_identification |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Customer Relationship Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, ChriCar Beteiligungs- und Beratungs- GmbH |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Camptocamp, ACSONE SA/NV, LasLabs, ChriCar Beteiligungs- und Beratungs- GmbH |
| COMMITTERS | |
| COMMITTERS | Ronald Portier |
| WEBSITE | |
| WEBSITE | https://odoo-community.org/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Manage partner identifications.
This includes searching partners on identification, and also a
framework for adding identification fields for specific types of
identification (passpost, drivers license, chamber of commerce id...),
with common methods to maintain those fields.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
res.partner.form.id_number | res.partner | xpath | Inherits base.view_partner_form |
view_partner_id_category_form |
res.partner.id_category.form | res.partner.id_category | form | New |
view_partner_id_category_tree |
res.partner.id_category.tree | res.partner.id_category | tree | New |
view_partner_id_numbers_form |
res.partner.id_number.form | res.partner.id_number | form | New |
view_partner_id_numbers_tree |
res.partner.id_number.tree | res.partner.id_number | tree | New |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)default_get(self, cr, uid, fields, context=None)
validate_id_number(self, id_number, context=None)
No new fields.
Public methods (0)No public methods.