You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><aclass="reference external image-reference" href="https://odoo-community.org/page/development-status"><imgalt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a><aclass="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><imgalt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a><aclass="reference external image-reference" href="https://github.com/OCA/l10n-france/tree/16.0/l10n_fr_siret"><imgalt="OCA/l10n-france" src="https://img.shields.io/badge/github-OCA%2Fl10n--france-lightgray.png?logo=github" /></a><aclass="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-france-16-0/l10n-france-16-0-l10n_fr_siret"><imgalt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a><aclass="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-france&target_branch=16.0"><imgalt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
373
<p>The <strong>l10n_fr</strong> module from the official addons adds a <em>SIRET</em> field on partners, but it doesn’t verify its validity. This module <strong>l10n_fr_siret</strong> adds several features:</p>
@@ -382,18 +383,23 @@ <h1 class="title">French company identity numbers SIRET/SIREN/NIC</h1>
<p><aclass="reference external image-reference" href="https://odoo-community.org/page/development-status"><imgalt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a><aclass="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><imgalt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a><aclass="reference external image-reference" href="https://github.com/OCA/l10n-france/tree/16.0/l10n_fr_siret_lookup"><imgalt="OCA/l10n-france" src="https://img.shields.io/badge/github-OCA%2Fl10n--france-lightgray.png?logo=github" /></a><aclass="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-france-16-0/l10n-france-16-0-l10n_fr_siret_lookup"><imgalt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a><aclass="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-france&target_branch=16.0"><imgalt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
<p>This modules updates partner fields via the <cite>SIRENE database <https://data.opendatasoft.com></cite>. It uses the dataset <em>economicref-france-sirene-v3</em> of <cite>opendatasoft <https://public.opendatasoft.com/explore/dataset/economicref-france-sirene-v3/information/></cite>. It computes a theorical VAT number from the SIREN and then checks the validity of the VAT number on <aclass="reference external" href="https://ec.europa.eu/taxation_customs/vies/">VIES</a> (if invalid, the VAT number is discarded).</p>
<p>To update an existing parter, go to the partner form view and click on <em>Action > SIREN Lookup</em>.</p>
407
412
<p>By default, the search field is filled with Company name. To get more accurate results, you may want to add the City name where the company is registered. Then click on <em>Lookup</em>.</p>
408
413
<p>A list of company is displayed. You may want to click on one in order to see corresponding information or directly selecting company from tree view. Once a company is selected, the partner information is updated and a message is logged in the chatter.</p>
0 commit comments