Repository
OCA/partner-contact · module folder · Try on Runboat
Module version
1.0.0
Category
Others
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/partner-contact
Last tracking update
2026-08-07 08:42:56
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
kobros-tech, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This module let's you set a DUNS number on your contacts.

**What's a DUNS Number?**

The **The Data Universal Numbering System**, abbreviated as **DUNS** or
**D-U-N-S**, is a proprietary system developed and managed by [Dun &
Bradstreet (D&B)](https://www.dnb.com/duns-number.html) that assigns a
unique numeric identifier to a single business entity.

It was introduced in 1963 to support D&B's credit reporting practice. It
is standard worldwide.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form res.partner form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • duns Char
    copy=False help='Data Universal Numbering System' string='DUNS'
  • same_duns_partner_id Many2one → res.partner
    comodel_name='res.partner' compute='_compute_same_duns_partner_id' string='Partner with same DUNS'
Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, vals)

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
221 days ago
Last activity
108 days ago
Repository
OCA/partner-contact
Pull request
[19.0][MIG] partner_duns: Migration to 19.0 (#2255)