diff --git a/README.md b/README.md index 41f35aa4256..93804ed2041 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[l10n_es_aeat](l10n_es_aeat/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Modulo base para declaraciones de la AEAT [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_aeat/README.rst b/l10n_es_aeat/README.rst index 26cadea505b..02f9ca62807 100644 --- a/l10n_es_aeat/README.rst +++ b/l10n_es_aeat/README.rst @@ -7,7 +7,7 @@ AEAT Base !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a1a8107c2280882639260ed2286ac722985a545d49a8d51eb6a6233e09cb9af6 + !! source digest: sha256:36863c57663296375d554a8a77916c5d843b27f0f91bc62c7f98131fdadc9f34 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/l10n_es_aeat/static/description/index.html b/l10n_es_aeat/static/description/index.html index 84835754307..5524f85e54c 100644 --- a/l10n_es_aeat/static/description/index.html +++ b/l10n_es_aeat/static/description/index.html @@ -366,7 +366,7 @@
Módulo base para declaraciones de la AEAT, que incluye:
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index a05076f61ef..77e98fef80d 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-l10n-spain" -version = "17.0.20240301.0" +version = "17.0.20240322.0" dependencies = [ + "odoo-addon-l10n_es_aeat>=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",