Skip to content

Commit 2e03801

Browse files
committed
[BOT] post-merge updates
1 parent a513763 commit 2e03801

4 files changed

Lines changed: 32 additions & 20 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ addon | version | maintainers | summary
3434
[l10n_es_aeat_mod111](l10n_es_aeat_mod111/) | 15.0.2.1.0 | | AEAT modelo 111
3535
[l10n_es_aeat_mod115](l10n_es_aeat_mod115/) | 15.0.1.0.0 | <a href='https://github.com/pedrobaeza'><img src='https://github.com/pedrobaeza.png' width='32' height='32' style='border-radius:50%;' alt='pedrobaeza'/></a> | AEAT modelo 115
3636
[l10n_es_aeat_mod123](l10n_es_aeat_mod123/) | 15.0.1.0.1 | | AEAT modelo 123
37-
[l10n_es_aeat_mod130](l10n_es_aeat_mod130/) | 15.0.1.0.0 | | AEAT modelo 130
37+
[l10n_es_aeat_mod130](l10n_es_aeat_mod130/) | 15.0.1.0.1 | | AEAT modelo 130
3838
[l10n_es_aeat_mod190](l10n_es_aeat_mod190/) | 15.0.2.1.0 | | AEAT modelo 190
3939
[l10n_es_aeat_mod216](l10n_es_aeat_mod216/) | 15.0.1.1.0 | <a href='https://github.com/pedrobaeza'><img src='https://github.com/pedrobaeza.png' width='32' height='32' style='border-radius:50%;' alt='pedrobaeza'/></a> | AEAT modelo 216
4040
[l10n_es_aeat_mod296](l10n_es_aeat_mod296/) | 15.0.1.0.0 | | AEAT modelo 296

l10n_es_aeat_mod130/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===============
26
AEAT modelo 130
37
===============
@@ -7,13 +11,13 @@ AEAT modelo 130
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:95e1984cfcd599fa3608d1a243d65e6876cc9dd437c34ce056b181fd270175f4
14+
!! source digest: sha256:d02a0264fedb702b01913f865444778b68cad7f3034c0d8b3f7a2b37965c7952
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github

l10n_es_aeat_mod130/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright 2023 Tecnativa - Carolina Fernandez
33
{
44
"name": "AEAT modelo 130",
5-
"version": "15.0.1.0.0",
5+
"version": "15.0.1.0.1",
66
"author": "Tecnativa, Odoo Community Association (OCA)",
77
"license": "AGPL-3",
88
"website": "https://github.com/OCA/l10n-spain",

l10n_es_aeat_mod130/static/description/index.html

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>AEAT modelo 130</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="aeat-modelo-130">
364-
<h1 class="title">AEAT modelo 130</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="aeat-modelo-130">
370+
<h1>AEAT modelo 130</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:95e1984cfcd599fa3608d1a243d65e6876cc9dd437c34ce056b181fd270175f4
375+
!! source digest: sha256:d02a0264fedb702b01913f865444778b68cad7f3034c0d8b3f7a2b37965c7952
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-spain/tree/15.0/l10n_es_aeat_mod130"><img alt="OCA/l10n-spain" src="https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_aeat_mod130"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-spain/tree/15.0/l10n_es_aeat_mod130"><img alt="OCA/l10n-spain" src="https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_aeat_mod130"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>Módulo para la presentación del modelo 130 (Pago fraccionado IRPF - Impuesto
374379
sobre la Renta de las Personas Físicas - para empresarios y profesionales en
375380
estimación directa) de la Agencia Española de Administración Tributaria.
@@ -389,7 +394,7 @@ <h1 class="title">AEAT modelo 130</h1>
389394
</ul>
390395
</div>
391396
<div class="section" id="known-issues-roadmap">
392-
<h1><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h1>
397+
<h2><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h2>
393398
<p><strong>AVISO</strong>: Este modelo no cubre el 100% de las posibilidades que se pueden
394399
dar en la declaración, por lo que se exime a los desarrolladores de cualquier
395400
responsabilidad derivada de su uso. Carencias conocidas:</p>
@@ -411,23 +416,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h1>
411416
</ul>
412417
</div>
413418
<div class="section" id="bug-tracker">
414-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
419+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
415420
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-spain/issues">GitHub Issues</a>.
416421
In case of trouble, please check there if your issue has already been reported.
417422
If you spotted it first, help us to smash it by providing a detailed and welcomed
418423
<a class="reference external" href="https://github.com/OCA/l10n-spain/issues/new?body=module:%20l10n_es_aeat_mod130%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
419424
<p>Do not contact contributors directly about support or help with technical issues.</p>
420425
</div>
421426
<div class="section" id="credits">
422-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
427+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
423428
<div class="section" id="authors">
424-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
429+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
425430
<ul class="simple">
426431
<li>Tecnativa</li>
427432
</ul>
428433
</div>
429434
<div class="section" id="contributors">
430-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
435+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
431436
<ul class="simple">
432437
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
433438
<li>Pedro M. Baeza</li>
@@ -439,9 +444,11 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
439444
</ul>
440445
</div>
441446
<div class="section" id="maintainers">
442-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
447+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
443448
<p>This module is maintained by the OCA.</p>
444-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
449+
<a class="reference external image-reference" href="https://odoo-community.org">
450+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
451+
</a>
445452
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
446453
mission is to support the collaborative development of Odoo features and
447454
promote its widespread use.</p>
@@ -450,5 +457,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
450457
</div>
451458
</div>
452459
</div>
460+
</div>
453461
</body>
454462
</html>

0 commit comments

Comments
 (0)