diff --git a/l10n_fr_siret/README.rst b/l10n_fr_siret/README.rst index ce44e24ad3..0ccc6e73cb 100644 --- a/l10n_fr_siret/README.rst +++ b/l10n_fr_siret/README.rst @@ -7,7 +7,7 @@ French company identity numbers SIRET/SIREN/NIC !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1bef5e4cd64376e2cfc57493b304967a8f2ee67311cee1bf2daaca919a390f29 + !! source digest: sha256:eff19a56b13fbe5447541ceb1195ab3ebd0caa35d03e3b4a7274fed6c54f01d4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/l10n_fr_siret/__manifest__.py b/l10n_fr_siret/__manifest__.py index 0fb8348850..efeee1144c 100644 --- a/l10n_fr_siret/__manifest__.py +++ b/l10n_fr_siret/__manifest__.py @@ -12,7 +12,6 @@ "website": "https://github.com/OCA/l10n-france", "license": "AGPL-3", "depends": ["l10n_fr", "base_view_inheritance_extension"], - "external_dependencies": {"python": ["python-stdnum>=1.18"]}, "data": [ "views/res_partner.xml", "views/res_company.xml", diff --git a/l10n_fr_siret/static/description/index.html b/l10n_fr_siret/static/description/index.html index 92e8e77ee4..14df3df3c5 100644 --- a/l10n_fr_siret/static/description/index.html +++ b/l10n_fr_siret/static/description/index.html @@ -367,7 +367,7 @@

French company identity numbers SIRET/SIREN/NIC

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1bef5e4cd64376e2cfc57493b304967a8f2ee67311cee1bf2daaca919a390f29 +!! source digest: sha256:eff19a56b13fbe5447541ceb1195ab3ebd0caa35d03e3b4a7274fed6c54f01d4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: AGPL-3 OCA/l10n-france Translate me on Weblate Try me on Runboat

The l10n_fr module from the official addons adds a SIRET field on partners, but it doesn’t verify its validity. This module l10n_fr_siret adds several features:

diff --git a/l10n_fr_siret_lookup/README.rst b/l10n_fr_siret_lookup/README.rst index a0312b3447..cf99aed7f8 100644 --- a/l10n_fr_siret_lookup/README.rst +++ b/l10n_fr_siret_lookup/README.rst @@ -7,7 +7,7 @@ SIRET Lookup !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:03fba67efc8266229377bb6b509fc696ca15a5c46eef0db0a8d749d51c7d7cdd + !! source digest: sha256:db81b260af75a884a5c6d7c3fa010b6952d233d89bd6e7917448926b670d5435 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/l10n_fr_siret_lookup/__manifest__.py b/l10n_fr_siret_lookup/__manifest__.py index b6e76d9967..60a10cb699 100644 --- a/l10n_fr_siret_lookup/__manifest__.py +++ b/l10n_fr_siret_lookup/__manifest__.py @@ -14,7 +14,6 @@ "depends": [ "l10n_fr_siret", ], - "external_dependencies": {"python": ["requests", "python-stdnum>=1.18"]}, "data": [ "wizard/fr_siret_lookup_view.xml", "views/res_partner.xml", diff --git a/l10n_fr_siret_lookup/static/description/index.html b/l10n_fr_siret_lookup/static/description/index.html index 9f33ea1b6d..516637e417 100644 --- a/l10n_fr_siret_lookup/static/description/index.html +++ b/l10n_fr_siret_lookup/static/description/index.html @@ -367,7 +367,7 @@

SIRET Lookup

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:03fba67efc8266229377bb6b509fc696ca15a5c46eef0db0a8d749d51c7d7cdd +!! source digest: sha256:db81b260af75a884a5c6d7c3fa010b6952d233d89bd6e7917448926b670d5435 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/l10n-france Translate me on Weblate Try me on Runboat

This modules updates partner fields via the SIRENE database <https://data.opendatasoft.com>. It uses the dataset economicref-france-sirene-v3 of opendatasoft <https://public.opendatasoft.com/explore/dataset/economicref-france-sirene-v3/information/>. It computes a theorical VAT number from the SIREN and then checks the validity of the VAT number on VIES (if invalid, the VAT number is discarded).

diff --git a/requirements.txt b/requirements.txt index 9286606864..39f8b30231 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ pgpy pypdf>=3.1.0 python-stdnum -python-stdnum>=1.18 requests requests_oauthlib unicodecsv