From 6d0258300be34636ac036f4cd4866fb5f962850e Mon Sep 17 00:00:00 2001 From: Christian-RB Date: Thu, 19 Dec 2024 13:10:20 +0000 Subject: [PATCH] [IMP] l10n_es_atc_mod415: pre-commit auto fixes --- l10n_es_atc_mod415/README.rst | 31 +++++++----- l10n_es_atc_mod415/pyproject.toml | 3 ++ l10n_es_atc_mod415/readme/CONTRIBUTORS.md | 2 + l10n_es_atc_mod415/readme/CONTRIBUTORS.rst | 2 - l10n_es_atc_mod415/readme/DESCRIPTION.md | 5 ++ l10n_es_atc_mod415/readme/DESCRIPTION.rst | 3 -- l10n_es_atc_mod415/readme/INSTALL.md | 1 + l10n_es_atc_mod415/readme/INSTALL.rst | 0 .../static/description/index.html | 47 +++++++++++-------- 9 files changed, 58 insertions(+), 36 deletions(-) create mode 100644 l10n_es_atc_mod415/pyproject.toml create mode 100644 l10n_es_atc_mod415/readme/CONTRIBUTORS.md delete mode 100644 l10n_es_atc_mod415/readme/CONTRIBUTORS.rst create mode 100644 l10n_es_atc_mod415/readme/DESCRIPTION.md delete mode 100644 l10n_es_atc_mod415/readme/DESCRIPTION.rst create mode 100644 l10n_es_atc_mod415/readme/INSTALL.md delete mode 100644 l10n_es_atc_mod415/readme/INSTALL.rst diff --git a/l10n_es_atc_mod415/README.rst b/l10n_es_atc_mod415/README.rst index 52218fc72d..80588b3da3 100644 --- a/l10n_es_atc_mod415/README.rst +++ b/l10n_es_atc_mod415/README.rst @@ -17,33 +17,40 @@ ATC Modelo 415 :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github - :target: https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_atc_mod415 + :target: https://github.com/OCA/l10n-spain/tree/17.0/l10n_es_atc_mod415 :alt: OCA/l10n-spain .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_atc_mod415 + :target: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_atc_mod415 :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -Módulo para la presentación del modelo 415 de la Agencia Tributaria Canaria. +Módulo para la presentación del modelo 415 de la Agencia Tributaria +Canaria. -Instrucciones del modelo: https://www3.gobiernodecanarias.org/tributos/atc/estatico/asistencia_contribuyente/modelos/ref_y_propios/igic/mod415/pdf/instrucciones/415.pdf +Instrucciones del modelo: +https://www3.gobiernodecanarias.org/tributos/atc/estatico/asistencia_contribuyente/modelos/ref_y_propios/igic/mod415/pdf/instrucciones/415.pdf **Table of contents** .. contents:: :local: +Installation +============ + + + Bug Tracker =========== Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -51,18 +58,18 @@ Credits ======= Authors -~~~~~~~ +------- * Binhex System Solutions Contributors -~~~~~~~~~~~~ +------------ -* Nicolás Ramos -* Christian Ramos +- Nicolás Ramos +- Christian Ramos Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -82,6 +89,6 @@ Current `maintainer `__: |maintainer-Christian-RB| -This module is part of the `OCA/l10n-spain `_ project on GitHub. +This module is part of the `OCA/l10n-spain `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_es_atc_mod415/pyproject.toml b/l10n_es_atc_mod415/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/l10n_es_atc_mod415/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/l10n_es_atc_mod415/readme/CONTRIBUTORS.md b/l10n_es_atc_mod415/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..caa4d4f319 --- /dev/null +++ b/l10n_es_atc_mod415/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- Nicolás Ramos \<\> +- Christian Ramos \<\> diff --git a/l10n_es_atc_mod415/readme/CONTRIBUTORS.rst b/l10n_es_atc_mod415/readme/CONTRIBUTORS.rst deleted file mode 100644 index 5a114bbf68..0000000000 --- a/l10n_es_atc_mod415/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Nicolás Ramos -* Christian Ramos diff --git a/l10n_es_atc_mod415/readme/DESCRIPTION.md b/l10n_es_atc_mod415/readme/DESCRIPTION.md new file mode 100644 index 0000000000..715b625271 --- /dev/null +++ b/l10n_es_atc_mod415/readme/DESCRIPTION.md @@ -0,0 +1,5 @@ +Módulo para la presentación del modelo 415 de la Agencia Tributaria +Canaria. + +Instrucciones del modelo: + diff --git a/l10n_es_atc_mod415/readme/DESCRIPTION.rst b/l10n_es_atc_mod415/readme/DESCRIPTION.rst deleted file mode 100644 index 3f04df8eb0..0000000000 --- a/l10n_es_atc_mod415/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -Módulo para la presentación del modelo 415 de la Agencia Tributaria Canaria. - -Instrucciones del modelo: https://www3.gobiernodecanarias.org/tributos/atc/estatico/asistencia_contribuyente/modelos/ref_y_propios/igic/mod415/pdf/instrucciones/415.pdf \ No newline at end of file diff --git a/l10n_es_atc_mod415/readme/INSTALL.md b/l10n_es_atc_mod415/readme/INSTALL.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/l10n_es_atc_mod415/readme/INSTALL.md @@ -0,0 +1 @@ + diff --git a/l10n_es_atc_mod415/readme/INSTALL.rst b/l10n_es_atc_mod415/readme/INSTALL.rst deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/l10n_es_atc_mod415/static/description/index.html b/l10n_es_atc_mod415/static/description/index.html index fda0595f5d..b0e63d5077 100644 --- a/l10n_es_atc_mod415/static/description/index.html +++ b/l10n_es_atc_mod415/static/description/index.html @@ -8,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. @@ -274,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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -368,54 +369,62 @@

ATC Modelo 415

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:e9a2359368716909526d77d3a8e3d31f629e90b07ff12a326fb764bae8c45ef9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

Módulo para la presentación del modelo 415 de la Agencia Tributaria Canaria.

-

Instrucciones del modelo: https://www3.gobiernodecanarias.org/tributos/atc/estatico/asistencia_contribuyente/modelos/ref_y_propios/igic/mod415/pdf/instrucciones/415.pdf

+

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

+

Módulo para la presentación del modelo 415 de la Agencia Tributaria +Canaria.

+

Instrucciones del modelo: +https://www3.gobiernodecanarias.org/tributos/atc/estatico/asistencia_contribuyente/modelos/ref_y_propios/igic/mod415/pdf/instrucciones/415.pdf

Table of contents

+
-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Binhex System Solutions
-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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.

Current maintainer:

Christian-RB

-

This module is part of the OCA/l10n-spain project on GitHub.

+

This module is part of the OCA/l10n-spain project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.