diff --git a/README.md b/README.md index 289ac148f..ea124db4a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [l10n_fr_cog](l10n_fr_cog/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Add Code Officiel Géographique (COG) on countries [l10n_fr_das2](l10n_fr_das2/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | DAS2 (France) [l10n_fr_department](l10n_fr_department/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Populate Database with French Departments (Départements) +[l10n_fr_department_oversea](l10n_fr_department_oversea/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Populate Database with overseas French Departments (Départements d'outre-mer) [l10n_fr_hr_check_ssnid](l10n_fr_hr_check_ssnid/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Check validity of Social Security Numbers in French companies [l10n_fr_siret](l10n_fr_siret/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Complete support for SIRET/SIREN/NIC with checksum validation [l10n_fr_siret_account](l10n_fr_siret_account/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Glue module between l10n_fr_siret and account diff --git a/l10n_fr_department_oversea/README.rst b/l10n_fr_department_oversea/README.rst index 0e84c09b6..d71c14c38 100644 --- a/l10n_fr_department_oversea/README.rst +++ b/l10n_fr_department_oversea/README.rst @@ -7,7 +7,7 @@ French Overseas Departments (DOM) !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ae81c78cfac8c58cff9a7f2a3acfd06b1a70bf0ba004bae5232000c95fc76e12 + !! source digest: sha256:fbd33129a4aad1b327f74f0f71bc7e2ffacf4a798a050e7dd29c0e3058dbc497 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -58,8 +58,8 @@ Authors Contributors ------------ -- Alexis de Lattre -- Danh Vo +- Alexis de Lattre +- Danh Vo Maintainers ----------- diff --git a/l10n_fr_department_oversea/static/description/index.html b/l10n_fr_department_oversea/static/description/index.html index 2f267b403..ebd567294 100644 --- a/l10n_fr_department_oversea/static/description/index.html +++ b/l10n_fr_department_oversea/static/description/index.html @@ -367,7 +367,7 @@

French Overseas Departments (DOM)

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

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

This module adds the 5 French overseas States (Régions) and Departments diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 52f43406e..eaad2f200 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-l10n-france" -version = "18.0.20241223.0" +version = "18.0.20241227.0" dependencies = [ "odoo-addon-l10n_fr_cog==18.0.*", "odoo-addon-l10n_fr_das2==18.0.*", "odoo-addon-l10n_fr_department==18.0.*", + "odoo-addon-l10n_fr_department_oversea==18.0.*", "odoo-addon-l10n_fr_hr_check_ssnid==18.0.*", "odoo-addon-l10n_fr_siret==18.0.*", "odoo-addon-l10n_fr_siret_account==18.0.*",