From f171090b55110730c47d463204a8583a7b654976 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 14 Mar 2024 23:37:06 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + l10n_fr_das2/README.rst | 2 +- l10n_fr_das2/static/description/index.html | 3 +-- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d00fdadd4..b9d8ef952 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [l10n_fr_account_invoice_facturx](l10n_fr_account_invoice_facturx/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | France-specific module to generate Factur-X invoices [l10n_fr_account_tax_unece](l10n_fr_account_tax_unece/) | 17.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/) | 17.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/) | 17.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/) | 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 diff --git a/l10n_fr_das2/README.rst b/l10n_fr_das2/README.rst index d6f334ed1..686765b99 100644 --- a/l10n_fr_das2/README.rst +++ b/l10n_fr_das2/README.rst @@ -7,7 +7,7 @@ DAS2 !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e5702d0dc27a19e231672ad95613d89aef56e1807dd6c684c0d97f3b410dbb85 + !! source digest: sha256:938ff5900257c188ad886c799233ec6d1a186974dc01ae482295132f0a42e28b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/l10n_fr_das2/static/description/index.html b/l10n_fr_das2/static/description/index.html index 011352955..af1e39c56 100644 --- a/l10n_fr_das2/static/description/index.html +++ b/l10n_fr_das2/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

DAS2

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

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

This module adds support for DAS2 diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index e4fc44e88..4281cb54a 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "odoo-addons-oca-l10n-france" -version = "17.0.20240312.0" +version = "17.0.20240314.0" dependencies = [ "odoo-addon-account_banking_fr_lcr>=17.0dev,<17.1dev", "odoo-addon-l10n_fr_account_invoice_facturx>=17.0dev,<17.1dev", "odoo-addon-l10n_fr_account_tax_unece>=17.0dev,<17.1dev", "odoo-addon-l10n_fr_cog>=17.0dev,<17.1dev", + "odoo-addon-l10n_fr_das2>=17.0dev,<17.1dev", "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",