odoo-addon-l10n-es-aeat-sii-oca 16.0.2.5.3__py3-none-any.whl → 16.0.2.5.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/l10n_es_aeat_sii_oca/README.rst +6 -2
- odoo/addons/l10n_es_aeat_sii_oca/__manifest__.py +1 -1
- odoo/addons/l10n_es_aeat_sii_oca/models/sii_mixin.py +3 -2
- odoo/addons/l10n_es_aeat_sii_oca/static/description/index.html +20 -14
- {odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.3.dist-info → odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.4.dist-info}/METADATA +7 -3
- {odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.3.dist-info → odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.4.dist-info}/RECORD +8 -8
- {odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.3.dist-info → odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.4.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.3.dist-info → odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.4.dist-info}/top_level.txt +0 -0
@@ -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
|
+
|
1
5
|
=============================================
|
2
6
|
Suministro Inmediato de Información en el IVA
|
3
7
|
=============================================
|
@@ -7,13 +11,13 @@ Suministro Inmediato de Información en el IVA
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
8
12
|
!! changes will be overwritten. !!
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
14
|
+
!! source digest: sha256:6f597288fe742288b463f3823572921882fdddd472dd0cd43f4385181586bc4a
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
16
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
15
19
|
:alt: Mature
|
16
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
17
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
18
22
|
:alt: License: AGPL-3
|
19
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github
|
@@ -574,11 +574,12 @@ class SiiMixin(models.AbstractModel):
|
|
574
574
|
]["DetalleIVA"]
|
575
575
|
sub.append(self._get_sii_tax_dict(tax_line, tax_lines))
|
576
576
|
if tax in taxes_sfesns:
|
577
|
+
default_no_taxable_cause = self._get_no_taxable_cause()
|
577
578
|
nsub_dict = service_dict.setdefault(
|
578
579
|
"NoSujeta",
|
579
|
-
{
|
580
|
+
{default_no_taxable_cause: 0},
|
580
581
|
)
|
581
|
-
nsub_dict[
|
582
|
+
nsub_dict[default_no_taxable_cause] += tax_line["base"]
|
582
583
|
# Ajustes finales breakdown
|
583
584
|
# - DesgloseFactura y DesgloseTipoOperacion son excluyentes
|
584
585
|
# - Ciertos condicionantes obligan DesgloseTipoOperacion
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
6
|
-
<title>
|
6
|
+
<title>README.rst</title>
|
7
7
|
<style type="text/css">
|
8
8
|
|
9
9
|
/*
|
@@ -360,16 +360,21 @@ ul.auto-toc {
|
|
360
360
|
</style>
|
361
361
|
</head>
|
362
362
|
<body>
|
363
|
-
<div class="document"
|
364
|
-
<h1 class="title">Suministro Inmediato de Información en el IVA</h1>
|
363
|
+
<div class="document">
|
365
364
|
|
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="suministro-inmediato-de-informacion-en-el-iva">
|
370
|
+
<h1>Suministro Inmediato de Información en el IVA</h1>
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
368
373
|
!! changes will be overwritten. !!
|
369
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
-
!! source digest: sha256:
|
375
|
+
!! source digest: sha256:6f597288fe742288b463f3823572921882fdddd472dd0cd43f4385181586bc4a
|
371
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
372
|
-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.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/
|
377
|
+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.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/16.0/l10n_es_aeat_sii_oca"><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-16-0/l10n-spain-16-0-l10n_es_aeat_sii_oca"><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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
378
|
<p>Módulo para la presentación inmediata del IVA
|
374
379
|
<a class="reference external" href="https://www.agenciatributaria.es/static_files/AEAT/Contenidos_Comunes/La_Agencia_Tributaria/Modelos_y_formularios/Suministro_inmediato_informacion/FicherosSuministros/V_1_1/SII_Descripcion_ServicioWeb_v1.1.pdf">https://www.agenciatributaria.es/static_files/AEAT/Contenidos_Comunes/La_Agencia_Tributaria/Modelos_y_formularios/Suministro_inmediato_informacion/FicherosSuministros/V_1_1/SII_Descripcion_ServicioWeb_v1.1.pdf</a></p>
|
375
380
|
<p><strong>Table of contents</strong></p>
|
@@ -389,7 +394,7 @@ ul.auto-toc {
|
|
389
394
|
</ul>
|
390
395
|
</div>
|
391
396
|
<div class="section" id="installation">
|
392
|
-
<
|
397
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
|
393
398
|
<p>Para instalar esté módulo necesita:</p>
|
394
399
|
<ol class="arabic simple">
|
395
400
|
<li>Libreria Python Zeep, se puede instalar con el comando ‘pip install zeep’</li>
|
@@ -399,7 +404,7 @@ ul.auto-toc {
|
|
399
404
|
<p><a class="reference external" href="https://github.com/OCA/queue">https://github.com/OCA/queue</a></p>
|
400
405
|
</div>
|
401
406
|
<div class="section" id="configuration">
|
402
|
-
<
|
407
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Configuration</a></h2>
|
403
408
|
<p>Para configurar este módulo es necesario:</p>
|
404
409
|
<ol class="arabic simple">
|
405
410
|
<li>En la compañia se almacenan las URLs del servicio SOAP de hacienda.
|
@@ -441,12 +446,12 @@ channels = root:4</p>
|
|
441
446
|
<p>Más información <a class="reference external" href="http://odoo-connector.com">http://odoo-connector.com</a></p>
|
442
447
|
</div>
|
443
448
|
<div class="section" id="usage">
|
444
|
-
<
|
449
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Usage</a></h2>
|
445
450
|
<p>Cuando se valida una factura automáticamente envia la comunicación al servidor
|
446
451
|
de AEAT.</p>
|
447
452
|
</div>
|
448
453
|
<div class="section" id="known-issues-roadmap">
|
449
|
-
<
|
454
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h2>
|
450
455
|
<ul class="simple">
|
451
456
|
<li>Comunicación de cobros y pagos.</li>
|
452
457
|
<li>Determinadas facturas intracomunitarias (Articulo 66 RIVA).</li>
|
@@ -461,7 +466,7 @@ Ver <a class="reference external" href="https://github.com/OCA/l10n-spain/issues
|
|
461
466
|
</ul>
|
462
467
|
</div>
|
463
468
|
<div class="section" id="bug-tracker">
|
464
|
-
<
|
469
|
+
<h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
|
465
470
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-spain/issues">GitHub Issues</a>.
|
466
471
|
In case of trouble, please check there if your issue has already been reported.
|
467
472
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
@@ -469,9 +474,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
469
474
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
470
475
|
</div>
|
471
476
|
<div class="section" id="credits">
|
472
|
-
<
|
477
|
+
<h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
|
473
478
|
<div class="section" id="authors">
|
474
|
-
<
|
479
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
|
475
480
|
<ul class="simple">
|
476
481
|
<li>Acysos S.L.</li>
|
477
482
|
<li>Diagram</li>
|
@@ -485,7 +490,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
485
490
|
</ul>
|
486
491
|
</div>
|
487
492
|
<div class="section" id="contributors">
|
488
|
-
<
|
493
|
+
<h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
|
489
494
|
<ul class="simple">
|
490
495
|
<li>Ignacio Ibeas <<a class="reference external" href="mailto:ignacio@acysos.com">ignacio@acysos.com</a>></li>
|
491
496
|
<li>Rubén Cerdà <<a class="reference external" href="mailto:ruben.cerda.roig@diagram.es">ruben.cerda.roig@diagram.es</a>></li>
|
@@ -518,7 +523,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
518
523
|
</ul>
|
519
524
|
</div>
|
520
525
|
<div class="section" id="maintainers">
|
521
|
-
<
|
526
|
+
<h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
|
522
527
|
<p>This module is maintained by the OCA.</p>
|
523
528
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
524
529
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
@@ -533,5 +538,6 @@ promote its widespread use.</p>
|
|
533
538
|
</div>
|
534
539
|
</div>
|
535
540
|
</div>
|
541
|
+
</div>
|
536
542
|
</body>
|
537
543
|
</html>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-l10n_es_aeat_sii_oca
|
3
|
-
Version: 16.0.2.5.
|
3
|
+
Version: 16.0.2.5.4
|
4
4
|
Summary: Suministro Inmediato de Información en el IVA
|
5
5
|
Home-page: https://github.com/OCA/l10n-spain
|
6
6
|
Author: Acysos S.L.,Diagram,Minorisa,Studio73,FactorLibre,Comunitea,Otherway,Tecnativa,Javi Melendez,Odoo Community Association (OCA)
|
@@ -17,6 +17,10 @@ Requires-Dist: odoo-addon-l10n-es-aeat<16.1dev,>=16.0dev
|
|
17
17
|
Requires-Dist: odoo-addon-queue-job<16.1dev,>=16.0dev
|
18
18
|
Requires-Dist: odoo<16.1dev,>=16.0a
|
19
19
|
|
20
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
21
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
22
|
+
:alt: Odoo Community Association
|
23
|
+
|
20
24
|
=============================================
|
21
25
|
Suministro Inmediato de Información en el IVA
|
22
26
|
=============================================
|
@@ -26,13 +30,13 @@ Suministro Inmediato de Información en el IVA
|
|
26
30
|
!! This file is generated by oca-gen-addon-readme !!
|
27
31
|
!! changes will be overwritten. !!
|
28
32
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
29
|
-
!! source digest: sha256:
|
33
|
+
!! source digest: sha256:6f597288fe742288b463f3823572921882fdddd472dd0cd43f4385181586bc4a
|
30
34
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
31
35
|
|
32
36
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
33
37
|
:target: https://odoo-community.org/page/development-status
|
34
38
|
:alt: Mature
|
35
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
39
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
36
40
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
37
41
|
:alt: License: AGPL-3
|
38
42
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/l10n_es_aeat_sii_oca/README.rst,sha256=
|
1
|
+
odoo/addons/l10n_es_aeat_sii_oca/README.rst,sha256=h0fm98dZ6SssyQDp8J_pHnRhdWfq4MHwXEnh_hJ6AhI,6929
|
2
2
|
odoo/addons/l10n_es_aeat_sii_oca/__init__.py,sha256=9prAcIK97t2LFcopzb31X8maXyZXbonwZa8iVRH0VN4,157
|
3
|
-
odoo/addons/l10n_es_aeat_sii_oca/__manifest__.py,sha256=
|
3
|
+
odoo/addons/l10n_es_aeat_sii_oca/__manifest__.py,sha256=dUUEvr542xT8HjjryLXjOWPEKkRNK8XNPh2Zri1fxcI,2478
|
4
4
|
odoo/addons/l10n_es_aeat_sii_oca/hooks.py,sha256=X176kbtTWO6KsU06EvjLa6eBkDzJqlAeb02-hPw-4VY,1462
|
5
5
|
odoo/addons/l10n_es_aeat_sii_oca/data/aeat_sii_map_data.xml,sha256=4KF7KIBXE8xffxLv0ouCFJdJFGCbPbNDdQbQW4Ue1_M,17487
|
6
6
|
odoo/addons/l10n_es_aeat_sii_oca/data/aeat_sii_mapping_registration_keys_data.xml,sha256=tI-kOHj-wgfnZrz_4gFAIi7jD4UrL79GoiO__nAtm_0,9553
|
@@ -40,7 +40,7 @@ odoo/addons/l10n_es_aeat_sii_oca/models/product_product.py,sha256=NuQv2mrrikYb8s
|
|
40
40
|
odoo/addons/l10n_es_aeat_sii_oca/models/queue_job.py,sha256=dD32OHqJOX8dom5lrXKE-U0OBDiIye4h4mBPBy56crk,428
|
41
41
|
odoo/addons/l10n_es_aeat_sii_oca/models/res_company.py,sha256=z_z9PgNJUJxPZWR_JXx_aZQFXlM0fXOTU2ddp4JjuTI,3663
|
42
42
|
odoo/addons/l10n_es_aeat_sii_oca/models/res_partner.py,sha256=w1v7P9vDDq_4FpgCYVTnu2DqUPPVBwDohHal0KSBIIs,805
|
43
|
-
odoo/addons/l10n_es_aeat_sii_oca/models/sii_mixin.py,sha256=
|
43
|
+
odoo/addons/l10n_es_aeat_sii_oca/models/sii_mixin.py,sha256=r-zfji_TfJUp0n16uGbXISXGVlm9Lf9f5XydZsJwNiA,35341
|
44
44
|
odoo/addons/l10n_es_aeat_sii_oca/readme/CONFIGURE.rst,sha256=X8xbRpYekjBV6qeEqv9mLg2qk-oBWUxqFlbLuIK0-a8,1337
|
45
45
|
odoo/addons/l10n_es_aeat_sii_oca/readme/CONTRIBUTORS.rst,sha256=4tLiNxhJPhKj-DDKGIjzubMNGE1hd992-FAaTT8zFa0,941
|
46
46
|
odoo/addons/l10n_es_aeat_sii_oca/readme/DESCRIPTION.rst,sha256=GljVsASrEJHQDafzQM-YxTtI_BzTQUZJ0iaebJVNzB0,258
|
@@ -52,7 +52,7 @@ odoo/addons/l10n_es_aeat_sii_oca/security/ir.model.access.csv,sha256=LdymJhMCNF0
|
|
52
52
|
odoo/addons/l10n_es_aeat_sii_oca/static/description/SII_1.jpg,sha256=8w4L5ayayAWEv6Evbixr6rVFCfOkY0yA44cUu-5UQlg,42849
|
53
53
|
odoo/addons/l10n_es_aeat_sii_oca/static/description/icon.png,sha256=OUuKU4891uuwmWQMF4fKyKvCqWuQ3yc4Wg-EfL-x_SM,6100
|
54
54
|
odoo/addons/l10n_es_aeat_sii_oca/static/description/icon.svg,sha256=Q9kGyveMGAwEpGR8y8YpoAJN7dcnxtDKRl7T19LUKg8,5244
|
55
|
-
odoo/addons/l10n_es_aeat_sii_oca/static/description/index.html,sha256=
|
55
|
+
odoo/addons/l10n_es_aeat_sii_oca/static/description/index.html,sha256=mlJVJns_ycZdd2rHSWpzrwzB22Jf3nk4H6YBivCSlsk,19622
|
56
56
|
odoo/addons/l10n_es_aeat_sii_oca/tests/__init__.py,sha256=BCroN6OlmUqvJ8CticoWzBKkWZ7GmC7GOgGILiMuqKA,36
|
57
57
|
odoo/addons/l10n_es_aeat_sii_oca/tests/test_l10n_es_aeat_sii.py,sha256=XWTePTGCaFEKZqyK_2L2ggWtgb1zVR-06CGNnFGn2hg,20933
|
58
58
|
odoo/addons/l10n_es_aeat_sii_oca/tests/json/sii_in_invoice_p_iva0_ns_p_iva10_bc_dict.json,sha256=aNTCIW9A0aPnUX9Qd5kR00EbMaVswzYJFGis0QvHQsI,737
|
@@ -88,7 +88,7 @@ odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_reversal.py,sha256=IQq2Lfo
|
|
88
88
|
odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_reversal_views.xml,sha256=MXnqlB1XexFE9JZPHeyx8i53NWGAgemauBcMr8vLJms,1171
|
89
89
|
odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_send_sii.py,sha256=ogseg3nNz5pBrvcok-jkaQz0htQEIbTgR2K7jr5yUZg,1788
|
90
90
|
odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_send_sii_views.xml,sha256=DCo1j5-mepYdHDUQFUv-jHiPn7hG1iGNWsZc2rIOvDI,1770
|
91
|
-
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.
|
92
|
-
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.
|
93
|
-
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.
|
94
|
-
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.
|
91
|
+
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.4.dist-info/METADATA,sha256=58pq-02tphS9O9Uo9KnbnLuMB7bPBLua_LyGhJAf2rI,7777
|
92
|
+
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
93
|
+
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.4.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
94
|
+
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.5.4.dist-info/RECORD,,
|
File without changes
|