Skip to content

Commit e46e7d5

Browse files
committed
[BOT] post-merge updates
1 parent fac0692 commit e46e7d5

4 files changed

Lines changed: 35 additions & 23 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ addon | version | maintainers | summary
5757
[l10n_es_facturae](l10n_es_facturae/) | 15.0.1.13.1 | <a href='https://github.com/etobella'><img src='https://github.com/etobella.png' width='32' height='32' style='border-radius:50%;' alt='etobella'/></a> | Creación de Facturae
5858
[l10n_es_facturae_face](l10n_es_facturae_face/) | 15.0.2.5.0 | <a href='https://github.com/etobella'><img src='https://github.com/etobella.png' width='32' height='32' style='border-radius:50%;' alt='etobella'/></a> | Envío de Facturae a FACe
5959
[l10n_es_igic](l10n_es_igic/) | 15.0.1.2.0 | | IGIC (Impuesto General Indirecto Canario
60-
[l10n_es_intrastat_report](l10n_es_intrastat_report/) | 15.0.2.1.0 | | Spanish Intrastat Product Declaration
60+
[l10n_es_intrastat_report](l10n_es_intrastat_report/) | 15.0.2.1.1 | | Spanish Intrastat Product Declaration
6161
[l10n_es_irnr](l10n_es_irnr/) | 15.0.1.1.0 | | Retenciones IRNR (No residentes)
6262
[l10n_es_irnr_sii](l10n_es_irnr_sii/) | 15.0.1.0.0 | <a href='https://github.com/EmilioPascual'><img src='https://github.com/EmilioPascual.png' width='32' height='32' style='border-radius:50%;' alt='EmilioPascual'/></a> | Suministro Inmediato de Información de importaciones con IRNR
6363
[l10n_es_location_nuts](l10n_es_location_nuts/) | 15.0.1.0.0 | | NUTS specific options for Spain

l10n_es_intrastat_report/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
Intrastat Product Declaration for Spain
37
=======================================
@@ -7,13 +11,13 @@ Intrastat Product Declaration for Spain
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:a45cf3d228e6e93fa63d05ebcff4b4aa8fdda552b8d32a8ec6421fa33dfea00c
14+
!! source digest: sha256:a17b17b8e20905b8a3e335963613371b610259ebb2e735a558bf2c935bfba50c
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_intrastat_report/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{
1010
"name": "Intrastat Product Declaration for Spain",
11-
"version": "15.0.2.1.0",
11+
"version": "15.0.2.1.1",
1212
"category": "Intrastat",
1313
"license": "AGPL-3",
1414
"summary": "Spanish Intrastat Product Declaration",

l10n_es_intrastat_report/static/description/index.html

Lines changed: 27 additions & 19 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>Intrastat Product Declaration for Spain</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="intrastat-product-declaration-for-spain">
364-
<h1 class="title">Intrastat Product Declaration for Spain</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="intrastat-product-declaration-for-spain">
370+
<h1>Intrastat Product Declaration for Spain</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:a45cf3d228e6e93fa63d05ebcff4b4aa8fdda552b8d32a8ec6421fa33dfea00c
375+
!! source digest: sha256:a17b17b8e20905b8a3e335963613371b610259ebb2e735a558bf2c935bfba50c
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_intrastat_report"><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_intrastat_report"><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_intrastat_report"><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_intrastat_report"><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>This module implements the Spanish Intrastat reporting.</p>
374379
<p>The report can be reviewed and corrected where needed before
375380
the creation of the csv file for the declaration.</p>
@@ -390,7 +395,7 @@ <h1 class="title">Intrastat Product Declaration for Spain</h1>
390395
</ul>
391396
</div>
392397
<div class="section" id="installation">
393-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
398+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
394399
<p>WARNING: This module conflicts with the Intrastat modules from the official
395400
enterprise addons. If you have already installed these modules, you should
396401
uninstall them before installing this module.</p>
@@ -405,7 +410,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
405410
of invoice at company level, but it can be changed later.</p>
406411
</div>
407412
<div class="section" id="configuration">
408-
<h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
413+
<h2><a class="toc-backref" href="#toc-entry-2">Configuration</a></h2>
409414
<p>This module adds the following configuration parameters:</p>
410415
<ul>
411416
<li><p class="first">Company</p>
@@ -434,7 +439,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
434439
</ul>
435440
</div>
436441
<div class="section" id="usage">
437-
<h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
442+
<h2><a class="toc-backref" href="#toc-entry-3">Usage</a></h2>
438443
<ol class="arabic">
439444
<li><p class="first">Go to <em>Invocing &gt; Reporting &gt; Intrastat &gt; Spanish Intrastat Product Declaration</em>.</p>
440445
</li>
@@ -469,7 +474,7 @@ <h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
469474
</ol>
470475
</div>
471476
<div class="section" id="known-issues-roadmap">
472-
<h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
477+
<h2><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h2>
473478
<ul class="simple">
474479
<li>The current version of the Intrastat reporting module is only based on invoices.
475480
Since associated stock moves are not taken into consideration, it is possible that manual
@@ -485,25 +490,25 @@ <h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
485490
</ul>
486491
</div>
487492
<div class="section" id="bug-tracker">
488-
<h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1>
493+
<h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
489494
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-spain/issues">GitHub Issues</a>.
490495
In case of trouble, please check there if your issue has already been reported.
491496
If you spotted it first, help us to smash it by providing a detailed and welcomed
492497
<a class="reference external" href="https://github.com/OCA/l10n-spain/issues/new?body=module:%20l10n_es_intrastat_report%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
493498
<p>Do not contact contributors directly about support or help with technical issues.</p>
494499
</div>
495500
<div class="section" id="credits">
496-
<h1><a class="toc-backref" href="#toc-entry-6">Credits</a></h1>
501+
<h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
497502
<div class="section" id="authors">
498-
<h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2>
503+
<h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
499504
<ul class="simple">
500505
<li>FactorLibre</li>
501506
<li>Noviat</li>
502507
<li>Tecnativa</li>
503508
</ul>
504509
</div>
505510
<div class="section" id="contributors">
506-
<h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
511+
<h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
507512
<ul class="simple">
508513
<li>Ismael Calvo, FactorLibre &lt;<a class="reference external" href="mailto:ismael.calvo&#64;factorlibre.com">ismael.calvo&#64;factorlibre.com</a>&gt;</li>
509514
<li>Luc De Meyer, Noviat &lt;<a class="reference external" href="mailto:info&#64;noviat.com">info&#64;noviat.com</a>&gt;</li>
@@ -527,9 +532,11 @@ <h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
527532
</ul>
528533
</div>
529534
<div class="section" id="maintainers">
530-
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
535+
<h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
531536
<p>This module is maintained by the OCA.</p>
532-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
537+
<a class="reference external image-reference" href="https://odoo-community.org">
538+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
539+
</a>
533540
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
534541
mission is to support the collaborative development of Odoo features and
535542
promote its widespread use.</p>
@@ -538,5 +545,6 @@ <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
538545
</div>
539546
</div>
540547
</div>
548+
</div>
541549
</body>
542550
</html>

0 commit comments

Comments
 (0)