From fa68a471cd4124558b0fbcb80f3494d9e7dd9c15 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 2 Jan 2025 15:17:31 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + l10n_fr_account_tax_unece/README.rst | 4 ++-- l10n_fr_account_tax_unece/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea124db4a..527f673da 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[l10n_fr_account_tax_unece](l10n_fr_account_tax_unece/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Auto-configure UNECE params on French taxes [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) diff --git a/l10n_fr_account_tax_unece/README.rst b/l10n_fr_account_tax_unece/README.rst index 5d9288cd6..fe76fc3e1 100644 --- a/l10n_fr_account_tax_unece/README.rst +++ b/l10n_fr_account_tax_unece/README.rst @@ -7,7 +7,7 @@ L10n FR Account Tax UNECE !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a6c2430b713cf3d449ac2642a226dbef650250759493d0ba495a5649056c9782 + !! source digest: sha256:d4ccf112052856081cb0fcf9858831185a37ffd366c9122ab964eb7c4276ae61 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -57,7 +57,7 @@ Authors Contributors ------------ -- Alexis de Lattre +- Alexis de Lattre Maintainers ----------- diff --git a/l10n_fr_account_tax_unece/static/description/index.html b/l10n_fr_account_tax_unece/static/description/index.html index 183807bbd..d9195f032 100644 --- a/l10n_fr_account_tax_unece/static/description/index.html +++ b/l10n_fr_account_tax_unece/static/description/index.html @@ -367,7 +367,7 @@

L10n FR Account Tax UNECE

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

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

This module will auto-configure the parameters UNECE Tax Type and diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index eaad2f200..b0f9a9a26 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-l10n-france" -version = "18.0.20241227.0" +version = "18.0.20250102.0" dependencies = [ + "odoo-addon-l10n_fr_account_tax_unece==18.0.*", "odoo-addon-l10n_fr_cog==18.0.*", "odoo-addon-l10n_fr_das2==18.0.*", "odoo-addon-l10n_fr_department==18.0.*",