KvK number on partner form

l10n_nl_kvk_partner
REPOSITORY
REPOSITORYOCA/l10n-netherlands
GIT
GIThttps://github.com/OCA/l10n-netherlands.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-netherlands/tree/18.0/l10n_nl_kvk_partner
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), 360ERP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), 360ERP
COMMITTERS
COMMITTERSStefan Rijnhart, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-netherlands
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_edi_ubl_cii
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module will make the KvK number of a partner available as the field that
was used in Odoo 16.0 and earlier. After Odoo 16.0, the field is replaced by
the generic mechanism using two fields: Peppol Endpoint and Peppol EAS.

This module will use these fields in the backend to display and store the KvK
number when viewed or altered on the partner form. This can help when backwards
compatibility is required, but having the single field available also provides
better usablility than having to enter the Peppol Endpoint and Peppol EAS
separately (at least for instances or companies in instances that focus mainly
on partners with a KvK number).

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form res.partner xpath Inherits base.view_partner_form
Models touched (1)

New fields (1)
  • l10n_nl_kvk Char
    compute='_compute_l10n_nl_kvk' help='Dutch Chamber of Commerce number' inverse='_inverse_l10n_nl_kvk' search='_search_l10n_nl_kvk' args: 'KvK Number'
Public methods (0)

No public methods.