Search 1.9 billion lines of Odoo code on GitHub

l10n_nl_bsn

Author: Onestein, Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0
Repository: jeroen-vet/l10n-netherlands
Dependencies: base, and hr
Languages: HTML (376, 57.7%), PO File (26, 4.0%), Python (158, 24.2%), XML (15, 2.3%), and reStructuredText (77, 11.8%)
Other branches: 10.0, 11.0, 12.0, 13.0, 14.0_fix_l10n_nl_xaf_auditfile_export_Netherlands_Antilles, 14.0_fix_l10n_nl_xaf_auditfile_export_only_posted_lines_in_queries, 14.0_fix_l10n_nl_xaf_auditfile_export_too_many_decimals, 14.0_fix_nl_xaf_auditfile_export_opening_balances, 14.0_imp_l10n_nl_xaf_auditfile_export_only_relevant_partners, 14.0_kei, 8.0, and 9.0
Other repositories: AMhadhbi/l10n-netherlands, CGenie/l10n-netherlands, LogicQ/l10n-netherlands, NL66278/l10n-netherlands, Noviat/l10n-netherlands, OCA/l10n-netherlands, StefanRijnhart/l10n-netherlands, Therp/l10n-netherlands, apetbiz/l10n-netherlands, danger89/l10n-netherlands, daramousk/l10n-netherlands, elperrofarelo/l10n-netherlands, espo-tony/l10n-netherlands, gfcapalbo/l10n-netherlands, gustavovalverde/l10n-netherlands, hbrunn/l10n-netherlands, hineshr/l10n-netherlands, janverb/l10n-netherlands, lfreeke/l10n-netherlands, lideritjnma/l10n-netherlands, myonnet/oca-l10n-netherlands, onesteinbv/l10n-netherlands, pscloud/l10n-netherlands, smetl/l10n-netherlands, sunflowerit/l10n-netherlands, tarteo/l10n-netherlands, uktc87504/l10n-bulgaria, and xpansa/l10n-netherlands

<h1 class="title">Burgerservicenummer (BSN) for Partners</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/l10n-netherlands/tree/14.0/l10n_nl_bsn"><img alt="OCA/l10n-netherlands" src="https://img.shields.io/badge/github-OCA%2Fl10n--netherlands-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/l10n-netherlands-14-0/l10n-netherlands-14-0-l10n_nl_bsn"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/176/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module adds the BSN (Burgerservicenummer) field on partner forms.</p> <p>The field is visible when the field <code>company_type</code> is set to <code>Individual</code>.</p> <p>A double check on the BSN is done when inserting/modifying its value:</p> <ul class="simple"> <li>validation of the BSN (check whether the format is correct);</li> <li>check if another partner with the same BSN already exists.</li> </ul> <p>In both cases, a non-blocking alert is shown.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id1">Installation</a></li> <li><a class="reference internal" href="#configuration" id="id2">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id3">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id4">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id5">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id6">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id7">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id8">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id9">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id1">Installation</a></h2> <p>The module depends on the external library <code>python-stdnum</code>.</p> <p>You can install that library by using pip3:</p> <pre> <code lang="console">$ pip3 install python-stdnum</code> </pre> <a name="configuration"></a> <h2><a class="toc-backref" href="#id2">Configuration</a></h2> <p>For security reasons the BSN number should be only visible to HR related roles. Otherwise this will be in violation to the security framework of WBP regarding the protection of persons info.</p> <p>To be able to see the BSN number, give the proper permits to the user:</p> <ul class="simple"> <li>User must belong to the &quot;Employees Officer&quot; group</li> </ul> <a name="usage"></a> <h2><a class="toc-backref" href="#id3">Usage</a></h2> <p>To use this module, you need to:</p> <ul class="simple"> <li>Open a form of a contact: flag Individual must be checked (flag &quot;Company&quot; must be unchecked)</li> <li>Enter a BSN number</li> </ul> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id4">Known issues / Roadmap</a></h2> <ul class="simple"> <li>The 'ilike' search of a substring of a BSN number could not work properly in case the entered BSN number does not contain dots while the corresponding BSN number stored in the database contains dots.</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id5">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-netherlands/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/l10n-netherlands/issues/new?body=module:%20l10n_nl_bsn%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id6">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id7">Authors</a></h3> <ul class="simple"> <li>Onestein</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id8">Contributors</a></h3> <ul class="simple"> <li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id9">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p> <p><a class="reference external" href="https://github.com/astirpe"><img alt="astirpe" src="https://github.com/astirpe.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-netherlands/tree/14.0/l10n_nl_bsn">OCA/l10n-netherlands</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>