odoo-addon-l10n-es-aeat 17.0.2.4.2.6__py3-none-any.whl → 17.0.2.5.0__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
  AEAT Base
3
7
  =========
@@ -7,13 +11,13 @@ AEAT Base
7
11
  !! This file is generated by oca-gen-addon-readme !!
8
12
  !! changes will be overwritten. !!
9
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:a6111cabbc720810c79eb618c42c34b9c826734a1af1fc66c27ccf30fe6e5691
14
+ !! source digest: sha256:644b6670d0e5013edf90e3c8cdde949f198f70ab22dbf2e0d0634229fffcfcba
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
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "name": "AEAT Base",
14
14
  "summary": "Modulo base para declaraciones de la AEAT",
15
- "version": "17.0.2.4.2",
15
+ "version": "17.0.2.5.0",
16
16
  "author": "Pexego, "
17
17
  "Acysos S.L., "
18
18
  "AvanzOSC, "
@@ -18,6 +18,6 @@
18
18
  <field name="name">Hacienda Foral de Navarra</field>
19
19
  </record>
20
20
  <record id="aeat_tax_agency_canarias" model="aeat.tax.agency">
21
- <field name="name">Agencia Tributaria Canaria</field>
21
+ <field name="name">Agencia Tributaria Canaria (1.0)</field>
22
22
  </record>
23
23
  </odoo>
@@ -1141,6 +1141,11 @@ msgstr ""
1141
1141
  msgid "Load Certificate"
1142
1142
  msgstr ""
1143
1143
 
1144
+ #. module: l10n_es_aeat
1145
+ #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_account_journal_form
1146
+ msgid "Localization Settings"
1147
+ msgstr ""
1148
+
1144
1149
  #. module: l10n_es_aeat
1145
1150
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_l10n_es_aeat_map_tax_line__map_parent_id
1146
1151
  msgid "Map Parent"
@@ -1651,6 +1656,7 @@ msgstr ""
1651
1656
 
1652
1657
  #. module: l10n_es_aeat
1653
1658
  #: model:ir.actions.act_window,name:l10n_es_aeat.aeat_tax_agency_action
1659
+ #: model:ir.model.fields,field_description:l10n_es_aeat.field_account_journal__tax_agency_id
1654
1660
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_l10n_es_aeat_report__tax_agency_ids
1655
1661
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_l10n_es_aeat_report_tax_mapping__tax_agency_ids
1656
1662
  #: model:ir.model.fields,field_description:l10n_es_aeat.field_res_company__tax_agency_id
@@ -1878,6 +1884,13 @@ msgstr ""
1878
1884
  msgid "Year"
1879
1885
  msgstr ""
1880
1886
 
1887
+ #. module: l10n_es_aeat
1888
+ #: model:ir.model.fields,help:l10n_es_aeat.field_account_journal__tax_agency_id
1889
+ msgid ""
1890
+ "You can select a tax agency other than the one defined in the company,so you"
1891
+ " can pay taxes at different agencies."
1892
+ msgstr ""
1893
+
1881
1894
  #. module: l10n_es_aeat
1882
1895
  #: model_terms:ir.ui.view,arch_db:l10n_es_aeat.view_l10n_es_aeat_report_form
1883
1896
  msgid "You have"
@@ -1,4 +1,5 @@
1
1
  # Copyright 2022 Moduon - Eduardo de Miguel
2
+ # Copyright 2025 Tecnativa - Sergio Teruel
2
3
  # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
3
4
 
4
5
  from odoo import fields, models
@@ -11,3 +12,14 @@ class AccountJournal(models.Model):
11
12
  string="Third-party invoice",
12
13
  copy=False,
13
14
  )
15
+ # You can define distinct agencies in some journals.
16
+ # For example, a company can send invoices to AEAT SII platform and send it to
17
+ # ATC SII (Canary Islands) too. So user can make the invoices in different journals
18
+ # to send it.
19
+ tax_agency_id = fields.Many2one(
20
+ comodel_name="aeat.tax.agency",
21
+ string="Tax Agency",
22
+ copy=False,
23
+ help="You can select a tax agency other than the one defined in the company,"
24
+ "so you can pay taxes at different agencies.",
25
+ )
@@ -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>AEAT Base</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="aeat-base">
364
- <h1 class="title">AEAT Base</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="aeat-base">
370
+ <h1>AEAT Base</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:a6111cabbc720810c79eb618c42c34b9c826734a1af1fc66c27ccf30fe6e5691
375
+ !! source digest: sha256:644b6670d0e5013edf90e3c8cdde949f198f70ab22dbf2e0d0634229fffcfcba
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/17.0/l10n_es_aeat"><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-17-0/l10n-spain-17-0-l10n_es_aeat"><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=17.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/17.0/l10n_es_aeat"><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-17-0/l10n-spain-17-0-l10n_es_aeat"><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=17.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 base para declaraciones de la AEAT, que incluye:</p>
374
379
  <ul class="simple">
375
380
  <li>Campos base para todo los modelos AEAT.</li>
@@ -406,12 +411,12 @@ ser introducida por datos XML o por interfaz.</li>
406
411
  </ul>
407
412
  </div>
408
413
  <div class="section" id="installation">
409
- <h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
414
+ <h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
410
415
  <p>Este módulo requiere del módulo account_tax_balance, que está en
411
416
  OCA/account-financial-reporting y de date_range, en OCA/server-ux.</p>
412
417
  </div>
413
418
  <div class="section" id="configuration">
414
- <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
419
+ <h2><a class="toc-backref" href="#toc-entry-2">Configuration</a></h2>
415
420
  <p>Todos aquellos modelos que se especifiquen en los módulos adicionales y
416
421
  hereden el AEAT base, deberán definir una variable interna que se llame
417
422
  ‘_aeat_number’ asignándole como valor, el número del modelo (130, 340,
@@ -445,7 +450,7 @@ aviso; si el valor es mayor a 0, se mostrará un aviso en la parte
445
450
  superior de la vista formulario del informe.</p>
446
451
  </div>
447
452
  <div class="section" id="usage">
448
- <h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
453
+ <h2><a class="toc-backref" href="#toc-entry-3">Usage</a></h2>
449
454
  <p>Para poder visualizar un archivo BOE, hay que:</p>
450
455
  <ol class="arabic simple">
451
456
  <li>Entrar en <em>Facturación &gt; Configuración &gt; AEAT &gt; Configuración de
@@ -467,7 +472,7 @@ p12</li>
467
472
  </ol>
468
473
  </div>
469
474
  <div class="section" id="known-issues-roadmap">
470
- <h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
475
+ <h2><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h2>
471
476
  <ul class="simple">
472
477
  <li>La configuración de exportación a BOE no se filtran ni se
473
478
  auto-selecciona por fechas de validez.</li>
@@ -475,7 +480,7 @@ auto-selecciona por fechas de validez.</li>
475
480
  </ul>
476
481
  </div>
477
482
  <div class="section" id="bug-tracker">
478
- <h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1>
483
+ <h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
479
484
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-spain/issues">GitHub Issues</a>.
480
485
  In case of trouble, please check there if your issue has already been reported.
481
486
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -483,9 +488,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
483
488
  <p>Do not contact contributors directly about support or help with technical issues.</p>
484
489
  </div>
485
490
  <div class="section" id="credits">
486
- <h1><a class="toc-backref" href="#toc-entry-6">Credits</a></h1>
491
+ <h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
487
492
  <div class="section" id="authors">
488
- <h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2>
493
+ <h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
489
494
  <ul class="simple">
490
495
  <li>Pexego</li>
491
496
  <li>Acysos S.L.</li>
@@ -494,7 +499,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
494
499
  </ul>
495
500
  </div>
496
501
  <div class="section" id="contributors">
497
- <h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
502
+ <h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
498
503
  <ul class="simple">
499
504
  <li>Pexego (<a class="reference external" href="http://www.pexego.es">http://www.pexego.es</a>)</li>
500
505
  <li>Ignacio Ibeas, Acysos (<a class="reference external" href="http://www.acysos.com">http://www.acysos.com</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
- <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
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>
@@ -6,8 +6,21 @@
6
6
  <field name="model">account.journal</field>
7
7
  <field name="inherit_id" ref="account.view_account_journal_form" />
8
8
  <field name="arch" type="xml">
9
- <xpath expr="//field[@name='type'][last()]" position="after">
10
- <field name="thirdparty_invoice" invisible="1" />
9
+ <xpath expr="//page[@name='advanced_settings']" position="before">
10
+ <page
11
+ name="page_aeat"
12
+ string="Localization Settings"
13
+ invisible="country_code != 'ES' or type not in ['sale', 'purchase']"
14
+ >
15
+ <group>
16
+ <group>
17
+ <field name="thirdparty_invoice" invisible="1" />
18
+ </group>
19
+ <group>
20
+ <field name="tax_agency_id" />
21
+ </group>
22
+ </group>
23
+ </page>
11
24
  </xpath>
12
25
  </field>
13
26
  </record>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-l10n_es_aeat
3
- Version: 17.0.2.4.2.6
3
+ Version: 17.0.2.5.0
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo-addon-account_tax_balance>=17.0dev,<17.1dev
6
6
  Requires-Dist: odoo>=17.0a,<17.1dev
@@ -16,6 +16,10 @@ Classifier: Framework :: Odoo :: 17.0
16
16
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
17
17
  Classifier: Development Status :: 6 - Mature
18
18
 
19
+ .. image:: https://odoo-community.org/readme-banner-image
20
+ :target: https://odoo-community.org/get-involved?utm_source=readme
21
+ :alt: Odoo Community Association
22
+
19
23
  =========
20
24
  AEAT Base
21
25
  =========
@@ -25,13 +29,13 @@ AEAT Base
25
29
  !! This file is generated by oca-gen-addon-readme !!
26
30
  !! changes will be overwritten. !!
27
31
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
- !! source digest: sha256:a6111cabbc720810c79eb618c42c34b9c826734a1af1fc66c27ccf30fe6e5691
32
+ !! source digest: sha256:644b6670d0e5013edf90e3c8cdde949f198f70ab22dbf2e0d0634229fffcfcba
29
33
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
34
 
31
35
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
32
36
  :target: https://odoo-community.org/page/development-status
33
37
  :alt: Mature
34
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
38
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
35
39
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
36
40
  :alt: License: AGPL-3
37
41
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github
@@ -1,9 +1,9 @@
1
- odoo/addons/l10n_es_aeat/README.rst,sha256=dj4n6GGQ2hmjdaHlCChsxIoIHWY-SrJx1uTMuyZUx3Y,7664
1
+ odoo/addons/l10n_es_aeat/README.rst,sha256=oH6pI1kpIhdcEI5DLTcfwwv_BMSOdQbRmBJpSO7Y8Ls,7829
2
2
  odoo/addons/l10n_es_aeat/__init__.py,sha256=xW1VpE1Cc91lUVymUU9XhlMyZIFMDb6L1JP6MkUWdoA,75
3
- odoo/addons/l10n_es_aeat/__manifest__.py,sha256=oDEIbAthwc0DJS8_n9C7ZM2atAVCWhJ6TplBuAw30rQ,2073
3
+ odoo/addons/l10n_es_aeat/__manifest__.py,sha256=PI08oO03GguQXlHY__aMM2xy2SUkQx0I2WO0PhmgzUI,2073
4
4
  odoo/addons/l10n_es_aeat/hooks.py,sha256=i5nsIKSzzVMwj-eMbHHqsSFgTyok1cVIUCQMDhVapoM,1166
5
5
  odoo/addons/l10n_es_aeat/data/aeat_partner.xml,sha256=TGFkFqnFj3DtHzP3lZIZ6el8P4dBscA-ey_ZXhp6HR4,873
6
- odoo/addons/l10n_es_aeat/data/aeat_tax_agency_data.xml,sha256=fHpdILsUAmuSYWYT8Xg607Q9BdzjvV-Xss6F_viB7pY,1048
6
+ odoo/addons/l10n_es_aeat/data/aeat_tax_agency_data.xml,sha256=yyoHB3O3gP_DeCWNJPiTQdec1N7_ZVWNCH8iPFSeji0,1054
7
7
  odoo/addons/l10n_es_aeat/data/ir_config_parameter.xml,sha256=UeZuod5aFbopcB4CNvoivTVqiu3ZUL0tnAOKUZvjBDo,724
8
8
  odoo/addons/l10n_es_aeat/i18n/bg.po,sha256=5-vvD4h840nEF2XKKu-t7kgIeKjXFXCgtIw2TnzRC9I,86609
9
9
  odoo/addons/l10n_es_aeat/i18n/ca.po,sha256=DMTOAfooOeIUw9biLFlO5cGmx-Jfwa2h4A6zDZSAO3o,95866
@@ -14,7 +14,7 @@ odoo/addons/l10n_es_aeat/i18n/eu.po,sha256=QB8hXbfQRkTB_BXPjUPJuqlfbFSS48CoZVQJI
14
14
  odoo/addons/l10n_es_aeat/i18n/fr.po,sha256=wAxDQ97tyz6B8G6IxBJcU1zEqgWGu9opcIRJ5ClCRRo,86597
15
15
  odoo/addons/l10n_es_aeat/i18n/gl.po,sha256=tpmOuQ-D1a3uGTWVjtuTjkjYSuNIYXzpbRTD11ezBaE,91907
16
16
  odoo/addons/l10n_es_aeat/i18n/hr.po,sha256=Pn5C6Bz0R6KGn7zL2DJlcdnLvYG92at2Z8SejGz3cYE,86649
17
- odoo/addons/l10n_es_aeat/i18n/l10n_es_aeat.pot,sha256=2MISoHHZOWVOWb_6WfRK-IhM3XP9Yql8V1xqbhxo_Hk,86055
17
+ odoo/addons/l10n_es_aeat/i18n/l10n_es_aeat.pot,sha256=hR0Kd24ypAb9JkzckPVnnpzhHDWENGhE9G1e6Vt9IFE,86529
18
18
  odoo/addons/l10n_es_aeat/i18n/nl.po,sha256=OrnOIi6sAYxMDZ5E25spLbIeaD88mT5__CS80JeVjh0,86468
19
19
  odoo/addons/l10n_es_aeat/i18n/pl.po,sha256=kJSrHL9dD8sD36pfZ60TONsRtJEwUVCi2c4HvqjB0FI,86773
20
20
  odoo/addons/l10n_es_aeat/i18n/pt.po,sha256=R5ZellEZylQsEzRN7ydh-TJ7zlzHeaciTza-O-pBssY,86708
@@ -27,7 +27,7 @@ odoo/addons/l10n_es_aeat/i18n/vi.po,sha256=P_bN8rwCUc1bFXGpStJlgD8Vr2iWfv-hl_owS
27
27
  odoo/addons/l10n_es_aeat/migrations/17.0.2.3.1/pre-migration.py,sha256=iBJunwFuWZoVzMEBNN6vnKhrvMpgH_HBB87LPNFnZM4,930
28
28
  odoo/addons/l10n_es_aeat/models/__init__.py,sha256=EHZHsCEj_wwNUMeNY02GmTrTsVzA04qLgQjJwlrdt9k,657
29
29
  odoo/addons/l10n_es_aeat/models/account_fiscal_position.py,sha256=J5NqcTuIcOUvKMDFMu9yzK11yDQQmVM47v3gqLIUcMk,506
30
- odoo/addons/l10n_es_aeat/models/account_journal.py,sha256=LHCJnFmExep17NsfIWrm_CLusWqLmsr8YmV64S5UJ3g,324
30
+ odoo/addons/l10n_es_aeat/models/account_journal.py,sha256=5UDni5cA736VNEocNZ9NLegQEpEiLpcMD84eQUWEidA,886
31
31
  odoo/addons/l10n_es_aeat/models/account_move.py,sha256=NcwWWdQhen9_PfIN8LjehgHtlDA76n_mzsuyTt4qTQk,2996
32
32
  odoo/addons/l10n_es_aeat/models/account_tax.py,sha256=7VNpSWLWOizvfhoTBbaO_KHHCzCmdZ3CArDNDN6B6ok,887
33
33
  odoo/addons/l10n_es_aeat/models/aeat_certificate.py,sha256=1-QGGKFk_3RssQ5gT5Y8wSh-uzBOaNwapdnvlXoJf3k,2834
@@ -55,7 +55,7 @@ odoo/addons/l10n_es_aeat/security/aeat_security.xml,sha256=2oCK5Ep4gL0TUxtjNlEjz
55
55
  odoo/addons/l10n_es_aeat/security/ir.model.access.csv,sha256=CtnAAxlz_PmxTvqTd64UX6erJAjWWwbjdrjPZS8Rixk,2796
56
56
  odoo/addons/l10n_es_aeat/static/description/icon.png,sha256=i7RpcAWRxyu4Jnok-dKFkKR6rMKsSWTCjf4CY_pqLe4,4342
57
57
  odoo/addons/l10n_es_aeat/static/description/icon_source.svg,sha256=T08P2VPaoi30jw1Y-IW6T90ZitG0j0SWThstmEQ40GM,3128
58
- odoo/addons/l10n_es_aeat/static/description/index.html,sha256=zudijnGOX6JlG_67BuonnHvVma9_8hmhT4PLME3JeGE,19332
58
+ odoo/addons/l10n_es_aeat/static/description/index.html,sha256=PLVDGvIpWr60sDmkEwc42KMpw60vPCiD_qezDLZjbK4,19560
59
59
  odoo/addons/l10n_es_aeat/tests/__init__.py,sha256=bAXsxEjIPnACcUG9BQPVrWmN5NOEWEMcNNfNAP7xrvE,241
60
60
  odoo/addons/l10n_es_aeat/tests/models.py,sha256=aq7KgkBW54h0e4_Ft7kTd8kondCtDtrwoRQTSo7ViPA,319
61
61
  odoo/addons/l10n_es_aeat/tests/test_l10n_es_aeat.py,sha256=g0yNjWeYmESgU-OzqwBjaoYeS1bPidlGjTDRtnP5LG0,5242
@@ -65,7 +65,7 @@ odoo/addons/l10n_es_aeat/tests/test_l10n_es_aeat_map_tax.py,sha256=Ae8wqZeWYoNUY
65
65
  odoo/addons/l10n_es_aeat/tests/test_l10n_es_aeat_mod_base.py,sha256=ABeyvmZSQ4DnjEBAEPY36fxL2LHD-Z--soLVs8MgMrI,11457
66
66
  odoo/addons/l10n_es_aeat/tests/test_l10n_es_aeat_report.py,sha256=jAaVl2onahoJHPjLXRRjzXbbfyLgibzO2PfIVq_RoYk,3422
67
67
  odoo/addons/l10n_es_aeat/tests/test_l10n_es_aeat_taxinfo.py,sha256=H4DhZA8ypPLqzT18Ed6izMgdi39G3YWlKT-2HcN_s1I,3174
68
- odoo/addons/l10n_es_aeat/views/account_journal_view.xml,sha256=35dxqG07i_kPIybEhd0_jyfRfUB0Zc-lz_GRXVrNQ4c,595
68
+ odoo/addons/l10n_es_aeat/views/account_journal_view.xml,sha256=zJ0Yybo2b6o-bTZAtArkU69haAOSfP9HrSpVyoaxp8k,1099
69
69
  odoo/addons/l10n_es_aeat/views/account_move_line_view.xml,sha256=pB4RhqPTeqkWSU8oMAwXVpZaFV4jfX7VdaRSyQWL6Uk,838
70
70
  odoo/addons/l10n_es_aeat/views/account_move_view.xml,sha256=CCIEXJSEctxMIgP0BAtq5HZSZrsZ_D-CGxHM9oVpn-0,741
71
71
  odoo/addons/l10n_es_aeat/views/aeat_certificate_view.xml,sha256=zykh9YhExHfNTvO7lz8LywFb41EyIsu99sctarQiLZE,2530
@@ -84,7 +84,7 @@ odoo/addons/l10n_es_aeat/wizard/compare_boe_file.py,sha256=Jx4Q9i30RYFndsjkv0_Xk
84
84
  odoo/addons/l10n_es_aeat/wizard/compare_boe_file_views.xml,sha256=MVLldYwGvlpK6KwUDDl43-lSZQDa3jvscQVyQKpJ8rY,2409
85
85
  odoo/addons/l10n_es_aeat/wizard/export_to_boe.py,sha256=xoqPeaJ5hZDd7EQ5K6LQ-BJaSo17HcyC4tuFgPRuGx8,9583
86
86
  odoo/addons/l10n_es_aeat/wizard/export_to_boe_wizard.xml,sha256=CpmdthvvKAEuRHwMazhKPhqA5Ed2KC5JBcrOjM-4a0A,2939
87
- odoo_addon_l10n_es_aeat-17.0.2.4.2.6.dist-info/METADATA,sha256=bbrNXeGMxpPgb4LRYth7qPFDS2Y5U4XablFB7_asGSs,8356
88
- odoo_addon_l10n_es_aeat-17.0.2.4.2.6.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
89
- odoo_addon_l10n_es_aeat-17.0.2.4.2.6.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
90
- odoo_addon_l10n_es_aeat-17.0.2.4.2.6.dist-info/RECORD,,
87
+ odoo_addon_l10n_es_aeat-17.0.2.5.0.dist-info/METADATA,sha256=6ChNFhJCUZZUuNC6JFKfAqH-Wbx6Mvsi_MwWhnA4sEM,8519
88
+ odoo_addon_l10n_es_aeat-17.0.2.5.0.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
89
+ odoo_addon_l10n_es_aeat-17.0.2.5.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
90
+ odoo_addon_l10n_es_aeat-17.0.2.5.0.dist-info/RECORD,,