TIP: You can type at any time to perform a new search.
KvK number on partner form
l10n_nl_kvk_partner · OCA/l10n-netherlands
- Repository
- OCA/l10n-netherlands · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Localization
- Folder size
- 0.06 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-netherlands
- Last tracking update
- 2026-08-07 08:43:07
- Authors
- Odoo Community Association (OCA), 360ERP
- Maintainers
- Odoo Community Association (OCA), 360ERP
- Committers
- Stefan Rijnhart, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 (1)
-
l10n_nl_kvkCharcompute='_compute_l10n_nl_kvk'help='Dutch Chamber of Commerce number'inverse='_inverse_l10n_nl_kvk'search='_search_l10n_nl_kvk' args: 'KvK Number'
No public methods.