odoo-addon-l10n-es-aeat-sii-oca 15.0.2.22.0.1__py3-none-any.whl → 15.0.2.22.2__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.
@@ -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:56af4a580c73ea5c35eae7e82865a312470c052c9e8842316d3fd40d2e9f91f9
14
+ !! source digest: sha256:7d0e3d19a6e39831674d115bed563e6d92cee54f4001a03fb48464eb13222c13
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/licence-AGPL--3-blue.png
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
@@ -16,7 +16,7 @@
16
16
 
17
17
  {
18
18
  "name": "Suministro Inmediato de Información en el IVA",
19
- "version": "15.0.2.22.0",
19
+ "version": "15.0.2.22.2",
20
20
  "category": "Accounting & Finance",
21
21
  "website": "https://github.com/OCA/l10n-spain",
22
22
  "author": "Acysos S.L.,"
@@ -713,7 +713,7 @@ class AccountMove(models.Model):
713
713
  else:
714
714
  eta = company._get_sii_eta()
715
715
  new_delay = (
716
- self.sudo()
716
+ invoice.sudo()
717
717
  .with_context(company_id=company.id)
718
718
  .with_delay(eta=eta)
719
719
  .cancel_one_invoice()
@@ -647,11 +647,12 @@ class SiiMixin(models.AbstractModel):
647
647
  ]["DetalleIVA"]
648
648
  sub.append(self._get_sii_tax_dict(tax_line, tax_lines))
649
649
  if tax in taxes_sfesns:
650
+ default_no_taxable_cause = self._get_no_taxable_cause()
650
651
  nsub_dict = service_dict.setdefault(
651
652
  "NoSujeta",
652
- {"ImporteTAIReglasLocalizacion": 0},
653
+ {default_no_taxable_cause: 0},
653
654
  )
654
- nsub_dict["ImporteTAIReglasLocalizacion"] += tax_line["base"]
655
+ nsub_dict[default_no_taxable_cause] += tax_line["base"]
655
656
  # Ajustes finales breakdown
656
657
  # - DesgloseFactura y DesgloseTipoOperacion son excluyentes
657
658
  # - 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>Suministro Inmediato de Información en el IVA</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" id="suministro-inmediato-de-informacion-en-el-iva">
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:56af4a580c73ea5c35eae7e82865a312470c052c9e8842316d3fd40d2e9f91f9
375
+ !! source digest: sha256:7d0e3d19a6e39831674d115bed563e6d92cee54f4001a03fb48464eb13222c13
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/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_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-15-0/l10n-spain-15-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&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="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/15.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-15-0/l10n-spain-15-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&amp;target_branch=15.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
- <h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
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
- <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
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
- <h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
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
- <h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
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>
@@ -459,7 +464,7 @@ Ver <a class="reference external" href="https://github.com/OCA/l10n-spain/issues
459
464
  </ul>
460
465
  </div>
461
466
  <div class="section" id="bug-tracker">
462
- <h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1>
467
+ <h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
463
468
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-spain/issues">GitHub Issues</a>.
464
469
  In case of trouble, please check there if your issue has already been reported.
465
470
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -467,9 +472,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
467
472
  <p>Do not contact contributors directly about support or help with technical issues.</p>
468
473
  </div>
469
474
  <div class="section" id="credits">
470
- <h1><a class="toc-backref" href="#toc-entry-6">Credits</a></h1>
475
+ <h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
471
476
  <div class="section" id="authors">
472
- <h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2>
477
+ <h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
473
478
  <ul class="simple">
474
479
  <li>Acysos S.L.</li>
475
480
  <li>Diagram</li>
@@ -483,7 +488,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
483
488
  </ul>
484
489
  </div>
485
490
  <div class="section" id="contributors">
486
- <h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
491
+ <h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
487
492
  <ul class="simple">
488
493
  <li>Ignacio Ibeas &lt;<a class="reference external" href="mailto:ignacio&#64;acysos.com">ignacio&#64;acysos.com</a>&gt;</li>
489
494
  <li>Rubén Cerdà &lt;<a class="reference external" href="mailto:ruben.cerda.roig&#64;diagram.es">ruben.cerda.roig&#64;diagram.es</a>&gt;</li>
@@ -511,7 +516,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
511
516
  </ul>
512
517
  </div>
513
518
  <div class="section" id="maintainers">
514
- <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
519
+ <h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
515
520
  <p>This module is maintained by the OCA.</p>
516
521
  <a class="reference external image-reference" href="https://odoo-community.org">
517
522
  <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -526,5 +531,6 @@ promote its widespread use.</p>
526
531
  </div>
527
532
  </div>
528
533
  </div>
534
+ </div>
529
535
  </body>
530
536
  </html>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-l10n_es_aeat_sii_oca
3
- Version: 15.0.2.22.0.1
3
+ Version: 15.0.2.22.2
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)
@@ -19,6 +19,10 @@ Requires-Dist: odoo<15.1dev,>=15.0a
19
19
  Requires-Dist: requests
20
20
  Requires-Dist: zeep
21
21
 
22
+ .. image:: https://odoo-community.org/readme-banner-image
23
+ :target: https://odoo-community.org/get-involved?utm_source=readme
24
+ :alt: Odoo Community Association
25
+
22
26
  =============================================
23
27
  Suministro Inmediato de Información en el IVA
24
28
  =============================================
@@ -28,13 +32,13 @@ Suministro Inmediato de Información en el IVA
28
32
  !! This file is generated by oca-gen-addon-readme !!
29
33
  !! changes will be overwritten. !!
30
34
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
31
- !! source digest: sha256:56af4a580c73ea5c35eae7e82865a312470c052c9e8842316d3fd40d2e9f91f9
35
+ !! source digest: sha256:7d0e3d19a6e39831674d115bed563e6d92cee54f4001a03fb48464eb13222c13
32
36
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
33
37
 
34
38
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
35
39
  :target: https://odoo-community.org/page/development-status
36
40
  :alt: Mature
37
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
41
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
38
42
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
39
43
  :alt: License: AGPL-3
40
44
  .. |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=DRuoLxDbYXXjY5sN1_BE1Z77t0jZ88ZnXLRBW852gnU,6540
1
+ odoo/addons/l10n_es_aeat_sii_oca/README.rst,sha256=46tD9j_ZGhbhkz6bA9h3W96GkhAPgEF1yJs_QKDoO7I,6705
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=tDGaponiwKXtryuzg5HTCXqiwdTt7smY5HsTAAWScnw,2434
3
+ odoo/addons/l10n_es_aeat_sii_oca/__manifest__.py,sha256=BSrckozqd3uD4gz02zFlL2-CGpEqkHZcGEuW5NHnv_o,2434
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=rRbYK46QY98Kz4I-fPeh3dADN89RWTq773OB807TOI8,17161
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
@@ -33,7 +33,7 @@ odoo/addons/l10n_es_aeat_sii_oca/migrations/15.0.2.3.0/pre-migration.py,sha256=D
33
33
  odoo/addons/l10n_es_aeat_sii_oca/models/__init__.py,sha256=toV0JM_1IF6XmPByud8i4Uq_XVGGPwnkjlHaKvRwj-M,331
34
34
  odoo/addons/l10n_es_aeat_sii_oca/models/account_fiscal_position.py,sha256=OsiHXXQkRyMvMP5uiiFXjInNLVzxRMBAHj9RoB6JSC0,2165
35
35
  odoo/addons/l10n_es_aeat_sii_oca/models/account_journal.py,sha256=N_QimwAkUfRiFwcsNBJX_8AfxKcJEzdcm6Uz9eB0Zyw,407
36
- odoo/addons/l10n_es_aeat_sii_oca/models/account_move.py,sha256=GzHdMJzTFQyV97vxa_bGA4vxeRZ8PpURiE4XpKTMB1I,35961
36
+ odoo/addons/l10n_es_aeat_sii_oca/models/account_move.py,sha256=5M6BTz5Dm_L7O_zz_lhs8ejknQjpXikzZDqj4TVuqhA,35964
37
37
  odoo/addons/l10n_es_aeat_sii_oca/models/aeat_sii_map.py,sha256=v95UTHh8XUHUZICZslqSsZpTrI-AbDFbcOuaVCH66BE,2146
38
38
  odoo/addons/l10n_es_aeat_sii_oca/models/aeat_sii_mapping_registration_keys.py,sha256=2taZ-94NUcY96O8Tat99UHFSKEQbDsNqNMKBRWRUKCc,718
39
39
  odoo/addons/l10n_es_aeat_sii_oca/models/aeat_tax_agency.py,sha256=Rb_EqRM0gjqL5jQc3HjdtX90PEApO05nPgs61lpkp0U,2506
@@ -41,7 +41,7 @@ odoo/addons/l10n_es_aeat_sii_oca/models/product_product.py,sha256=NuQv2mrrikYb8s
41
41
  odoo/addons/l10n_es_aeat_sii_oca/models/queue_job.py,sha256=dD32OHqJOX8dom5lrXKE-U0OBDiIye4h4mBPBy56crk,428
42
42
  odoo/addons/l10n_es_aeat_sii_oca/models/res_company.py,sha256=RKlzMZ_pqvUQs9k-JVwdCoT2N10ynHT630zfpiePq_g,3652
43
43
  odoo/addons/l10n_es_aeat_sii_oca/models/res_partner.py,sha256=eVMUJXTF2EQz5uI_q2F3XzcqyuxONLzpEm-X_XqqGno,814
44
- odoo/addons/l10n_es_aeat_sii_oca/models/sii_mixin.py,sha256=8P4f6oJcDVNaiMO1eztBYt1D8vULozHgAr2zZh8hGqA,37501
44
+ odoo/addons/l10n_es_aeat_sii_oca/models/sii_mixin.py,sha256=PLUEhvuvLRCj8HbYzxXufrn0bVBqoWnHluVhzXiT7fU,37565
45
45
  odoo/addons/l10n_es_aeat_sii_oca/readme/CONFIGURE.rst,sha256=X8xbRpYekjBV6qeEqv9mLg2qk-oBWUxqFlbLuIK0-a8,1337
46
46
  odoo/addons/l10n_es_aeat_sii_oca/readme/CONTRIBUTORS.rst,sha256=FtRu5m5bQ-1r0wz9It5a4crC8kG_9No-nPVoFbzA_9Y,800
47
47
  odoo/addons/l10n_es_aeat_sii_oca/readme/DESCRIPTION.rst,sha256=GljVsASrEJHQDafzQM-YxTtI_BzTQUZJ0iaebJVNzB0,258
@@ -53,7 +53,7 @@ odoo/addons/l10n_es_aeat_sii_oca/security/ir.model.access.csv,sha256=LdymJhMCNF0
53
53
  odoo/addons/l10n_es_aeat_sii_oca/static/description/SII_1.jpg,sha256=8w4L5ayayAWEv6Evbixr6rVFCfOkY0yA44cUu-5UQlg,42849
54
54
  odoo/addons/l10n_es_aeat_sii_oca/static/description/icon.png,sha256=OUuKU4891uuwmWQMF4fKyKvCqWuQ3yc4Wg-EfL-x_SM,6100
55
55
  odoo/addons/l10n_es_aeat_sii_oca/static/description/icon.svg,sha256=Q9kGyveMGAwEpGR8y8YpoAJN7dcnxtDKRl7T19LUKg8,5244
56
- odoo/addons/l10n_es_aeat_sii_oca/static/description/index.html,sha256=_B2pKyW2E0srSSrPAE7oqop9ioFWljIbR3fNtUVIxNY,18955
56
+ odoo/addons/l10n_es_aeat_sii_oca/static/description/index.html,sha256=jd38XAVWHCVch1xCzAW4R5FS_jRCSfSlt_KlLWsFnps,19146
57
57
  odoo/addons/l10n_es_aeat_sii_oca/tests/__init__.py,sha256=BCroN6OlmUqvJ8CticoWzBKkWZ7GmC7GOgGILiMuqKA,36
58
58
  odoo/addons/l10n_es_aeat_sii_oca/tests/test_l10n_es_aeat_sii.py,sha256=-QUKHVoTyLIOPJUZ0xd7u7bqwf2_BQur6958PcZbzH0,19782
59
59
  odoo/addons/l10n_es_aeat_sii_oca/tests/json/sii_in_invoice_p_iva0_ns_p_iva10_bc_dict.json,sha256=aNTCIW9A0aPnUX9Qd5kR00EbMaVswzYJFGis0QvHQsI,737
@@ -89,7 +89,7 @@ odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_reversal.py,sha256=M4f1BRe
89
89
  odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_reversal_views.xml,sha256=MXnqlB1XexFE9JZPHeyx8i53NWGAgemauBcMr8vLJms,1171
90
90
  odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_send_sii.py,sha256=ipBPuS24TgWks3_1o0L12vX30Sof3fQN2jGJ41whpvs,1788
91
91
  odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_send_sii_views.xml,sha256=Foh9mLqLNCDnglWjkrQkWL4VVLMIzml15iZdqMH92gs,1642
92
- odoo_addon_l10n_es_aeat_sii_oca-15.0.2.22.0.1.dist-info/METADATA,sha256=y3Ihgz2-81FUCYDYisLz_8hD8UGE8MReTzfBGGti3Es,7434
93
- odoo_addon_l10n_es_aeat_sii_oca-15.0.2.22.0.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
94
- odoo_addon_l10n_es_aeat_sii_oca-15.0.2.22.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
95
- odoo_addon_l10n_es_aeat_sii_oca-15.0.2.22.0.1.dist-info/RECORD,,
92
+ odoo_addon_l10n_es_aeat_sii_oca-15.0.2.22.2.dist-info/METADATA,sha256=WS5Mv7sb6lkm22RdDOlqx_-nbzizZ4ftT2XAJrCAD9I,7597
93
+ odoo_addon_l10n_es_aeat_sii_oca-15.0.2.22.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
94
+ odoo_addon_l10n_es_aeat_sii_oca-15.0.2.22.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
95
+ odoo_addon_l10n_es_aeat_sii_oca-15.0.2.22.2.dist-info/RECORD,,