Search 1.9 billion lines of Odoo code on GitHub

l10n_fr_siret_lookup

Author: Le Filament, Akretion, Odoo Community Association (OCA)
License: AGPL-3
Branch: 16-mig-account_balance_ebp_csv_export
Repository: akretion/l10n-france
Dependencies: l10n_fr_siret
Languages: HTML (365, 34.2%), PO File (116, 10.9%), Python (406, 38.1%), XML (104, 9.7%), and reStructuredText (76, 7.1%)
Other branches: 14-add-l10n_fr_oca, 14-add-vat_return, 14-cfonb-with-detail, 14-cfonb-xpf, 14-chorus-integre_partiel, 14-chorus-refund, 14-das2-auto_gen_file, 14-das2-state, 14-deb-2022, 14-deb-fiscal_rep, 14-deb_mig_script, 14-department-conflict, 14-emebi-simplify, 14-fec-move-state, 14-fix-chorus-facturx-py3o, 14-fix-deb-xml, 14-fix-des-mail, 14-fix-siret_lookup, 14-fix_siret_rw, 14-l10n_fr_hr_rup-fix-demo, 14-mig-chorus-fx, 14-mig-siren_lookup, 14-mis_reports-depends, 14-siret-warn-improve, 14-siret_simple_pdf, 14-tva-fix-reconcile, 14-update-intrastat, 14-update-lcr-payment-revolution, 14-update_xmlid-l10n_fr_account_tax_unece, 14-vat-improve, 14-vat-return-fine_tuning, 14.0, 14.0-FIX-l10n-france_partner_switching_siret, 14.0-fec-allow-custom-aux-fields, 14.0-fec-ioda, 14.0-fec-oca-filter-journal, 14.0-mig-l10n_fr_ecotaxe, 14.0-use-get_buyer_order_ref, 16-mig-chorus, 16-mig-des, 16-mig-emebi, 16-mig-l10n_fr_oca, 16-mig-lcr, 16-mig-siret_lookup, and temp_with_bump-14-add-l10n_fr_oca
Other repositories: OCA/l10n-france, acsone/l10n-france, camptocamp/l10n-france, coopiteasy/l10n-france, lbelorgey/l10n-france, legalsylvain/l10n-france, and remi-filament/l10n-france

<h1 class="title">SIRET Lookup</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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-france/tree/16.0/l10n_fr_siret_lookup"><img alt="OCA/l10n-france" src="https://img.shields.io/badge/github-OCA%2Fl10n--france-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/l10n-france-16-0/l10n-france-16-0-l10n_fr_siret_lookup"><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/121/16.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This modules updates partner fields via the <cite>SIRENE database &lt;https://data.opendatasoft.com&gt;</cite>. It uses the dataset <em>economicref-france-sirene-v3</em> of <cite>opendatasoft &lt;https://public.opendatasoft.com/explore/dataset/economicref-france-sirene-v3/information/&gt;</cite>. It computes a theorical VAT number from the SIREN and then checks the validity of the VAT number on <a class="reference external" href="https://ec.europa.eu/taxation_customs/vies/">VIES</a> (if invalid, the VAT number is discarded).</p> <p>The module supports 2 scenarios:</p> <ul class="simple"> <li>update of an existing partner via the menu <em>Action &gt; SIREN Lookup</em>,</li> <li>creation of a new partner: start by setting the VAT number field, the SIREN field or SIRET field and Odoo will set the other fields. For usability purposes, it also work when you write the VAT number, SIREN or SIRET in the company name field.</li> </ul> <p>In the 2 scenarios, it will update the following fields:</p> <ul class="simple"> <li>Company Name</li> <li>Street</li> <li>Postal Code</li> <li>City</li> <li>Country</li> <li>SIREN and NIC (i.e. SIRET)</li> <li>VAT Number</li> <li>Language (creation scenario only)</li> </ul> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#other-credits" id="id6">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <p>To update an existing parter, go to the partner form view and click on <em>Action &gt; SIREN Lookup</em>.</p> <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> <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> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id2">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-france/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-france/issues/new?body=module:%20l10n_fr_siret_lookup%0Aversion:%2016.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="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>Le Filament</li> <li>Akretion</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Benjamin Rivier &lt;benjamin-filament&gt; (<a class="reference external" href="https://le-filament.com">https://le-filament.com</a>)</li> <li>Remi Cazenave &lt;remi-filament&gt; (<a class="reference external" href="https://le-filament.com">https://le-filament.com</a>)</li> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li> </ul> <a name="other-credits"></a> <h3><a class="toc-backref" href="#id6">Other credits</a></h3> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>Le Filament</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">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">maintainers</a>:</p> <p><a class="reference external" href="https://github.com/remi-filament"><img alt="remi-filament" src="https://github.com/remi-filament.png?size=40px" /></a> <a class="reference external" href="https://github.com/alexis-via"><img alt="alexis-via" src="https://github.com/alexis-via.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-france/tree/16.0/l10n_fr_siret_lookup">OCA/l10n-france</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>