Maintainers
This module is maintained by the OCA.
- + + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
diff --git a/README.md b/README.md index 9e55538a0ea..ef025c13a14 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ addon | version | maintainers | summary [l10n_es_irnr](l10n_es_irnr/) | 16.0.1.2.1 | | Retenciones IRNR (No residentes) [l10n_es_irnr_sii](l10n_es_irnr_sii/) | 16.0.1.1.0 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Suministro Inmediato de Información de importaciones con IRNR [l10n_es_location_nuts](l10n_es_location_nuts/) | 16.0.1.0.0 | [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![edlopen](https://github.com/edlopen.png?size=30px)](https://github.com/edlopen) | NUTS specific options for Spain -[l10n_es_mis_report](l10n_es_mis_report/) | 16.0.1.1.0 | | Plantillas MIS Builder para informes contables españoles +[l10n_es_mis_report](l10n_es_mis_report/) | 16.0.1.2.0 | | Plantillas MIS Builder para informes contables españoles [l10n_es_partner](l10n_es_partner/) | 16.0.2.2.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/) | 16.0.1.0.0 | | Añade los datos del registro mercantil a la empresa [l10n_es_payment_order_confirming_aef](l10n_es_payment_order_confirming_aef/) | 16.0.1.1.1 | | Exportación de fichero bancario Confirming estándar AEF diff --git a/l10n_es_mis_report/README.rst b/l10n_es_mis_report/README.rst index 26dcf9f8088..71a9f921400 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:612adfe8d8ea4177786582c68604f6704f6c27c7663a57d2727c53d7089db90c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/l10n_es_mis_report/__manifest__.py b/l10n_es_mis_report/__manifest__.py index 3fda042fb71..0f49eafca87 100644 --- a/l10n_es_mis_report/__manifest__.py +++ b/l10n_es_mis_report/__manifest__.py @@ -8,7 +8,7 @@ "author": "ForgeFlow, Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/l10n-spain", "category": "Reporting", - "version": "16.0.1.1.0", + "version": "16.0.1.2.0", "license": "AGPL-3", "depends": ["l10n_es", "mis_builder"], # OCA/mis-builder "data": [ diff --git a/l10n_es_mis_report/static/description/index.html b/l10n_es_mis_report/static/description/index.html index f4975166205..a4d37017929 100644 --- a/l10n_es_mis_report/static/description/index.html +++ b/l10n_es_mis_report/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@Incluye las siguientes plantillas para el motor de informes provisto @@ -480,7 +480,9 @@
This module is maintained by the OCA.
- + + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.