Skip to content

Commit 39fa428

Browse files
committed
[BOT] post-merge updates
1 parent b5632de commit 39fa428

4 files changed

Lines changed: 58 additions & 46 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ addon | version | maintainers | summary
4545
[l10n_fr_pos_caisse_ap_ip](l10n_fr_pos_caisse_ap_ip/) | 18.0.1.4.0 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Add support for Caisse-AP payment protocol used in France
4646
[l10n_fr_siret](l10n_fr_siret/) | 18.0.1.2.0 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Complete support for SIRET/SIREN/NIC with checksum validation
4747
[l10n_fr_siret_account](l10n_fr_siret_account/) | 18.0.1.0.0 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Glue module between l10n_fr_siret and account
48+
[l10n_fr_siret_lookup](l10n_fr_siret_lookup/) | 18.0.1.0.0 | <a href='https://github.com/remi-filament'><img src='https://github.com/remi-filament.png' width='32' height='32' style='border-radius:50%;' alt='remi-filament'/></a> <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Lookup partner via an API on the SIRENE directory
4849
[l10n_fr_state](l10n_fr_state/) | 18.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Populate Database with French States (Régions)
4950

5051
[//]: # (end addons)

l10n_fr_siret_lookup/README.rst

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
============
26
SIRET Lookup
37
============
@@ -7,13 +11,13 @@ SIRET Lookup
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:bffa20432b4af99db3ccb096295b332d731774e9d5a380627c1bfcaf64dcab0d
14+
!! source digest: sha256:9a01ddc4e9f996530a9fdae95bdd3cad72b7e4b3f43f35ba405966e59e03e4fd
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--france-lightgray.png?logo=github
@@ -40,22 +44,22 @@ VAT number is discarded).
4044

4145
The module supports 2 scenarios:
4246

43-
- update of an existing partner via the menu *Action > SIREN Lookup*,
44-
- creation of a new partner: start by setting the VAT number field, the
45-
SIREN field or SIRET field and Odoo will set the other fields. For
46-
usability purposes, it also work when you write the VAT number, SIREN
47-
or SIRET in the company name field.
47+
- update of an existing partner via the menu *Action > SIREN Lookup*,
48+
- creation of a new partner: start by setting the VAT number field, the
49+
SIREN field or SIRET field and Odoo will set the other fields. For
50+
usability purposes, it also work when you write the VAT number, SIREN
51+
or SIRET in the company name field.
4852

4953
In the 2 scenarios, it will update the following fields:
5054

51-
- Company Name
52-
- Street
53-
- Postal Code
54-
- City
55-
- Country
56-
- SIREN and NIC (i.e. SIRET)
57-
- VAT Number
58-
- Language (creation scenario only)
55+
- Company Name
56+
- Street
57+
- Postal Code
58+
- City
59+
- Country
60+
- SIREN and NIC (i.e. SIRET)
61+
- VAT Number
62+
- Language (creation scenario only)
5963

6064
**Table of contents**
6165

@@ -75,15 +79,15 @@ You can use this module without configuration.
7579
However 2 configuration parameter can be adjusted in *Invoicing* >
7680
Configuration > Settings :
7781

78-
- **Verify VAT Numbers** (vat_check_vies field from base_vat module):
79-
this parameter will define whether you want check computed VAT number
80-
against EU VIES validation service
81-
- **Force VAT Numbers during SIRET Lookups if VIES check times out or
82-
is disabled** (force_vat_siret_lookup): this parameter allows to
83-
force use of computed VAT number even if not checked agains EU VIES
84-
validation service or if an Exception is raised by EU VIES validation
85-
(for instance because of Timeout, which are quite frequent while
86-
checking for FR VAT)
82+
- **Verify VAT Numbers** (vat_check_vies field from base_vat module):
83+
this parameter will define whether you want check computed VAT number
84+
against EU VIES validation service
85+
- **Force VAT Numbers during SIRET Lookups if VIES check times out or is
86+
disabled** (force_vat_siret_lookup): this parameter allows to force
87+
use of computed VAT number even if not checked agains EU VIES
88+
validation service or if an Exception is raised by EU VIES validation
89+
(for instance because of Timeout, which are quite frequent while
90+
checking for FR VAT)
8791

8892
The 2 above parameters are company dependent.
8993

@@ -128,16 +132,16 @@ Authors
128132
Contributors
129133
------------
130134

131-
- Benjamin Rivier <benjamin-filament> (https://le-filament.com)
132-
- Remi Cazenave <remi-filament> (https://le-filament.com)
133-
- Alexis de Lattre <alexis.delattre@akretion.com>
135+
- Benjamin Rivier <benjamin-filament> (https://le-filament.com)
136+
- Remi Cazenave <remi-filament> (https://le-filament.com)
137+
- Alexis de Lattre <alexis.delattre@akretion.com>
134138

135139
Other credits
136140
-------------
137141

138142
The development of this module has been financially supported by:
139143

140-
- Le Filament
144+
- Le Filament
141145

142146
Maintainers
143147
-----------

l10n_fr_siret_lookup/static/description/index.html

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>SIRET Lookup</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="siret-lookup">
364-
<h1 class="title">SIRET Lookup</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="siret-lookup">
370+
<h1>SIRET Lookup</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:bffa20432b4af99db3ccb096295b332d731774e9d5a380627c1bfcaf64dcab0d
375+
!! source digest: sha256:9a01ddc4e9f996530a9fdae95bdd3cad72b7e4b3f43f35ba405966e59e03e4fd
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" 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 image-reference" 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 image-reference" href="https://github.com/OCA/l10n-france/tree/18.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 image-reference" href="https://translation.odoo-community.org/projects/l10n-france-18-0/l10n-france-18-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 image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-france&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" 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 image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-france/tree/18.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 image-reference" href="https://translation.odoo-community.org/projects/l10n-france-18-0/l10n-france-18-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 image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-france&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This modules updates partner fields via the SIRENE database
374379
&lt;<a class="reference external" href="https://data.opendatasoft.com&gt;">https://data.opendatasoft.com\&gt;</a>.
375380
It uses the dataset <em>economicref-france-sirene-v3</em> of opendatasoft
@@ -414,21 +419,21 @@ <h1 class="title">SIRET Lookup</h1>
414419
</ul>
415420
</div>
416421
<div class="section" id="installation">
417-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
422+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
418423
<p>It’s recommended to install <tt class="docutils literal"><span class="pre">python-stdnum&gt;=1.18</span></tt> for SIRET support.</p>
419424
</div>
420425
<div class="section" id="configuration">
421-
<h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
426+
<h2><a class="toc-backref" href="#toc-entry-2">Configuration</a></h2>
422427
<p>You can use this module without configuration.</p>
423428
<p>However 2 configuration parameter can be adjusted in <em>Invoicing</em> &gt;
424429
Configuration &gt; Settings :</p>
425430
<ul class="simple">
426431
<li><strong>Verify VAT Numbers</strong> (vat_check_vies field from base_vat module):
427432
this parameter will define whether you want check computed VAT number
428433
against EU VIES validation service</li>
429-
<li><strong>Force VAT Numbers during SIRET Lookups if VIES check times out or
430-
is disabled</strong> (force_vat_siret_lookup): this parameter allows to
431-
force use of computed VAT number even if not checked agains EU VIES
434+
<li><strong>Force VAT Numbers during SIRET Lookups if VIES check times out or is
435+
disabled</strong> (force_vat_siret_lookup): this parameter allows to force
436+
use of computed VAT number even if not checked agains EU VIES
432437
validation service or if an Exception is raised by EU VIES validation
433438
(for instance because of Timeout, which are quite frequent while
434439
checking for FR VAT)</li>
@@ -439,7 +444,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
439444
ticked)</p>
440445
</div>
441446
<div class="section" id="usage">
442-
<h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
447+
<h2><a class="toc-backref" href="#toc-entry-3">Usage</a></h2>
443448
<p>To update an existing partner, go to the partner form view and click on
444449
<em>Action &gt; SIREN Lookup</em>.</p>
445450
<p>By default, the search field is filled with Company name. To get more
@@ -451,39 +456,39 @@ <h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
451456
a message is logged in the chatter.</p>
452457
</div>
453458
<div class="section" id="bug-tracker">
454-
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
459+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
455460
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-france/issues">GitHub Issues</a>.
456461
In case of trouble, please check there if your issue has already been reported.
457462
If you spotted it first, help us to smash it by providing a detailed and welcomed
458463
<a class="reference external" href="https://github.com/OCA/l10n-france/issues/new?body=module:%20l10n_fr_siret_lookup%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
459464
<p>Do not contact contributors directly about support or help with technical issues.</p>
460465
</div>
461466
<div class="section" id="credits">
462-
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
467+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
463468
<div class="section" id="authors">
464-
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
469+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
465470
<ul class="simple">
466471
<li>Le Filament</li>
467472
<li>Akretion</li>
468473
</ul>
469474
</div>
470475
<div class="section" id="contributors">
471-
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
476+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
472477
<ul class="simple">
473478
<li>Benjamin Rivier &lt;benjamin-filament&gt; (<a class="reference external" href="https://le-filament.com">https://le-filament.com</a>)</li>
474479
<li>Remi Cazenave &lt;remi-filament&gt; (<a class="reference external" href="https://le-filament.com">https://le-filament.com</a>)</li>
475480
<li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li>
476481
</ul>
477482
</div>
478483
<div class="section" id="other-credits">
479-
<h2><a class="toc-backref" href="#toc-entry-8">Other credits</a></h2>
484+
<h3><a class="toc-backref" href="#toc-entry-8">Other credits</a></h3>
480485
<p>The development of this module has been financially supported by:</p>
481486
<ul class="simple">
482487
<li>Le Filament</li>
483488
</ul>
484489
</div>
485490
<div class="section" id="maintainers">
486-
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
491+
<h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
487492
<p>This module is maintained by the OCA.</p>
488493
<a class="reference external image-reference" href="https://odoo-community.org">
489494
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -498,5 +503,6 @@ <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
498503
</div>
499504
</div>
500505
</div>
506+
</div>
501507
</body>
502508
</html>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-l10n-france"
3-
version = "18.0.20251220.0"
3+
version = "18.0.20260129.0"
44
dependencies = [
55
"odoo-addon-account_balance_ebp_csv_export==18.0.*",
66
"odoo-addon-account_payment_fr_lcr==18.0.*",
@@ -26,6 +26,7 @@ dependencies = [
2626
"odoo-addon-l10n_fr_pos_caisse_ap_ip==18.0.*",
2727
"odoo-addon-l10n_fr_siret==18.0.*",
2828
"odoo-addon-l10n_fr_siret_account==18.0.*",
29+
"odoo-addon-l10n_fr_siret_lookup==18.0.*",
2930
"odoo-addon-l10n_fr_state==18.0.*",
3031
]
3132
classifiers=[

0 commit comments

Comments
 (0)