Repository
OCA/l10n-netherlands · module folder · Try on Runboat
Module version
1.0.0
Category
Localization
Folder size
0.04 MB
License
AGPL-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), Onestein
Maintainers
Odoo Community Association (OCA), Onestein
Committers
Holger Brunn, OCA-git-bot, oca-ci, ByteMe
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds the BSN (Burgerservicenummer) field on partner forms.

The field is visible when the field `company_type` is set to
`Individual`.

A double check on the BSN is done when inserting/modifying its value:

- validation of the BSN (check whether the format is correct);
- check if another partner with the same BSN already exists.

In both cases, a non-blocking alert is shown.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_partner_bsn_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)
  • bsn_number Char
    groups='hr.group_hr_user' string='BSN'
Public methods (1)
  • onchange_bsn_number(self)
    @api.onchange('bsn_number')

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…