From 79a948fd5b239c98b14a62d34ad841f3dc574839 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 9 Jul 2024 07:44:18 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + l10n_es_mis_report/README.rst | 2 +- l10n_es_mis_report/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c762509a0d9..f2df4b817ab 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ addon | version | maintainers | summary [l10n_es_aeat_mod390](l10n_es_aeat_mod390/) | 17.0.1.2.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | AEAT modelo 390 [l10n_es_atc](l10n_es_atc/) | 17.0.1.0.0 | | Modulo 'glue' de la AEAT para el menú de la ATC [l10n_es_cnae](l10n_es_cnae/) | 17.0.1.1.0 | | Extiende los códigos NACE europeos con los CNAE españoles +[l10n_es_mis_report](l10n_es_mis_report/) | 17.0.1.0.0 | | Plantillas MIS Builder para informes contables españoles [l10n_es_partner](l10n_es_partner/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Adaptación de los clientes, proveedores y bancos para España [l10n_es_partner_mercantil](l10n_es_partner_mercantil/) | 17.0.1.0.0 | | Añade los datos del registro mercantil a la empresa [l10n_es_toponyms](l10n_es_toponyms/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Topónimos españoles diff --git a/l10n_es_mis_report/README.rst b/l10n_es_mis_report/README.rst index 8a048f218fd..9039eaff00e 100644 --- a/l10n_es_mis_report/README.rst +++ b/l10n_es_mis_report/README.rst @@ -7,7 +7,7 @@ Plantillas MIS Builder para informes contables españoles !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1465d875255aaa68d6b12cc57253a0bd8f35b90ac850183a0f8bab6de7ddf7bb + !! source digest: sha256:443e159f154c7f648a6e04f3689f807e5f5c0b211d88417f84ab57e2946bdd3e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/l10n_es_mis_report/static/description/index.html b/l10n_es_mis_report/static/description/index.html index 5569f3ad180..f85031122da 100644 --- a/l10n_es_mis_report/static/description/index.html +++ b/l10n_es_mis_report/static/description/index.html @@ -367,7 +367,7 @@

Plantillas MIS Builder para informes contables españoles

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1465d875255aaa68d6b12cc57253a0bd8f35b90ac850183a0f8bab6de7ddf7bb +!! source digest: sha256:443e159f154c7f648a6e04f3689f807e5f5c0b211d88417f84ab57e2946bdd3e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Incluye las siguientes plantillas para el motor de informes provisto por diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index d0f51fbc10c..0c11e78902a 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-l10n-spain" -version = "17.0.20240619.0" +version = "17.0.20240709.0" dependencies = [ "odoo-addon-l10n_ca_es_cnae>=17.0dev,<17.1dev", "odoo-addon-l10n_es_account_asset>=17.0dev,<17.1dev", @@ -17,6 +17,7 @@ dependencies = [ "odoo-addon-l10n_es_aeat_mod390>=17.0dev,<17.1dev", "odoo-addon-l10n_es_atc>=17.0dev,<17.1dev", "odoo-addon-l10n_es_cnae>=17.0dev,<17.1dev", + "odoo-addon-l10n_es_mis_report>=17.0dev,<17.1dev", "odoo-addon-l10n_es_partner>=17.0dev,<17.1dev", "odoo-addon-l10n_es_partner_mercantil>=17.0dev,<17.1dev", "odoo-addon-l10n_es_toponyms>=17.0dev,<17.1dev",