diff --git a/README.md b/README.md index e56c558a8..8bf7acbe9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ addon | version | maintainers | summary [l10n_fr_department](l10n_fr_department/) | 17.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/) | 17.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/) | 17.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_intrastat_product](l10n_fr_intrastat_product/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | EMEBI (ex-DEB) for France [l10n_fr_intrastat_service](l10n_fr_intrastat_service/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Module for Intrastat service reporting (DES) for France [l10n_fr_pos_caisse_ap_ip](l10n_fr_pos_caisse_ap_ip/) | 17.0.1.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Add support for Caisse-AP payment protocol used in France [l10n_fr_siret](l10n_fr_siret/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | French company identity numbers SIRET/SIREN/NIC diff --git a/l10n_fr_intrastat_product/README.rst b/l10n_fr_intrastat_product/README.rst index 4622b2592..8f36e996e 100644 --- a/l10n_fr_intrastat_product/README.rst +++ b/l10n_fr_intrastat_product/README.rst @@ -7,7 +7,7 @@ EMEBI !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e31636ac5ffe766e7171b8531d14ecc93e2c162d625a250888f605f9dc92cad4 + !! source digest: sha256:56fca665cdeccc8a1cbbf6aee5f40cdcb9f52594b96ef58d9af91989f1d5c81e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/l10n_fr_intrastat_product/static/description/index.html b/l10n_fr_intrastat_product/static/description/index.html index 436a32a4d..d95b51bac 100644 --- a/l10n_fr_intrastat_product/static/description/index.html +++ b/l10n_fr_intrastat_product/static/description/index.html @@ -367,7 +367,7 @@

EMEBI

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

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

This module adds support for the Enquête mensuelle statistique sur les diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 383ba4f70..18eae4a24 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-l10n-france" -version = "17.0.20240606.0" +version = "17.0.20240928.0" dependencies = [ "odoo-addon-account_banking_fr_lcr>=17.0dev,<17.1dev", "odoo-addon-l10n_fr_account_invoice_facturx>=17.0dev,<17.1dev", @@ -13,6 +13,7 @@ dependencies = [ "odoo-addon-l10n_fr_department>=17.0dev,<17.1dev", "odoo-addon-l10n_fr_department_oversea>=17.0dev,<17.1dev", "odoo-addon-l10n_fr_hr_check_ssnid>=17.0dev,<17.1dev", + "odoo-addon-l10n_fr_intrastat_product>=17.0dev,<17.1dev", "odoo-addon-l10n_fr_intrastat_service>=17.0dev,<17.1dev", "odoo-addon-l10n_fr_pos_caisse_ap_ip>=17.0dev,<17.1dev", "odoo-addon-l10n_fr_siret>=17.0dev,<17.1dev",