odoo-addon-l10n-es-aeat-sii-oca 16.0.2.2.0__py3-none-any.whl → 16.0.2.3.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.
- odoo/addons/l10n_es_aeat_sii_oca/README.rst +1 -1
- odoo/addons/l10n_es_aeat_sii_oca/__manifest__.py +1 -1
- odoo/addons/l10n_es_aeat_sii_oca/data/aeat_sii_map_data.xml +4 -0
- odoo/addons/l10n_es_aeat_sii_oca/models/sii_mixin.py +2 -2
- odoo/addons/l10n_es_aeat_sii_oca/static/description/index.html +1 -1
- odoo/addons/l10n_es_aeat_sii_oca/views/aeat_sii_map_view.xml +6 -1
- {odoo_addon_l10n_es_aeat_sii_oca-16.0.2.2.0.dist-info → odoo_addon_l10n_es_aeat_sii_oca-16.0.2.3.0.dist-info}/METADATA +6 -6
- {odoo_addon_l10n_es_aeat_sii_oca-16.0.2.2.0.dist-info → odoo_addon_l10n_es_aeat_sii_oca-16.0.2.3.0.dist-info}/RECORD +10 -10
- {odoo_addon_l10n_es_aeat_sii_oca-16.0.2.2.0.dist-info → odoo_addon_l10n_es_aeat_sii_oca-16.0.2.3.0.dist-info}/WHEEL +1 -1
- {odoo_addon_l10n_es_aeat_sii_oca-16.0.2.2.0.dist-info → odoo_addon_l10n_es_aeat_sii_oca-16.0.2.3.0.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Suministro Inmediato de Información en el IVA
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
8
8
|
!! changes will be overwritten. !!
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
10
|
+
!! source digest: sha256:ac4bbe37d68cc0cff65e50ae9b2e74c4cb5a5544bb98f97c2a82bbd3810e4e9c
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
@@ -304,6 +304,10 @@
|
|
304
304
|
ref('l10n_es.account_tax_template_p_irpf21te'),
|
305
305
|
ref('l10n_es.account_tax_template_s_irpf24'),
|
306
306
|
ref('l10n_es.account_tax_template_p_irpf24'),
|
307
|
+
ref('l10n_es.account_tax_template_s_irpfnrnue24'),
|
308
|
+
ref('l10n_es.account_tax_template_p_irpfnrnue24p'),
|
309
|
+
ref('l10n_es.account_tax_template_s_irpfnrue19'),
|
310
|
+
ref('l10n_es.account_tax_template_p_irpfnrue19p'),
|
307
311
|
])]"
|
308
312
|
/>
|
309
313
|
<field name="sii_map_id" ref="aeat_sii_map" />
|
@@ -1,8 +1,8 @@
|
|
1
1
|
# Copyright 2021 Tecnativa - João Marques
|
2
2
|
# Copyright 2022 ForgeFlow - Lois Rilo
|
3
|
-
# Copyright 2011-2023 Tecnativa - Pedro M. Baeza
|
4
3
|
# Copyright 2023 Aures Tic - Almudena de la Puente <almudena@aurestic.es>
|
5
4
|
# Copyright 2023 Aures Tic - Jose Zambudio <jose@aurestic.es>
|
5
|
+
# Copyright 2011,2024 Tecnativa - Pedro M. Baeza
|
6
6
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
7
7
|
import json
|
8
8
|
import logging
|
@@ -183,7 +183,7 @@ class SiiMixin(models.AbstractModel):
|
|
183
183
|
:param date: Date to map
|
184
184
|
:return: Recordset with the corresponding codes
|
185
185
|
"""
|
186
|
-
map_obj = self.env["aeat.sii.map"].sudo()
|
186
|
+
map_obj = self.env["aeat.sii.map"].sudo().with_context(active_test=False)
|
187
187
|
sii_map = map_obj.search(
|
188
188
|
[
|
189
189
|
"|",
|
@@ -367,7 +367,7 @@ ul.auto-toc {
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
368
368
|
!! changes will be overwritten. !!
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
-
!! source digest: sha256:
|
370
|
+
!! source digest: sha256:ac4bbe37d68cc0cff65e50ae9b2e74c4cb5a5544bb98f97c2a82bbd3810e4e9c
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
372
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/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
373
|
<p>Módulo para la presentación inmediata del IVA
|
@@ -28,7 +28,12 @@
|
|
28
28
|
</group>
|
29
29
|
</group>
|
30
30
|
<group string="Mapping Lines" col="4">
|
31
|
-
<field
|
31
|
+
<field
|
32
|
+
name="map_lines"
|
33
|
+
nolabel="1"
|
34
|
+
colspan="4"
|
35
|
+
context="{'active_test': False}"
|
36
|
+
/>
|
32
37
|
</group>
|
33
38
|
</sheet>
|
34
39
|
</form>
|
@@ -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.
|
3
|
+
Version: 16.0.2.3.0
|
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)
|
@@ -12,10 +12,10 @@ Classifier: Framework :: Odoo :: 16.0
|
|
12
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
13
13
|
Classifier: Development Status :: 6 - Mature
|
14
14
|
Requires-Python: >=3.10
|
15
|
-
Requires-Dist: odoo-addon-account-invoice-refund-link
|
16
|
-
Requires-Dist: odoo-addon-l10n-es-aeat
|
17
|
-
Requires-Dist: odoo-addon-queue-job
|
18
|
-
Requires-Dist: odoo
|
15
|
+
Requires-Dist: odoo-addon-account-invoice-refund-link<16.1dev,>=16.0dev
|
16
|
+
Requires-Dist: odoo-addon-l10n-es-aeat<16.1dev,>=16.0dev
|
17
|
+
Requires-Dist: odoo-addon-queue-job<16.1dev,>=16.0dev
|
18
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
19
19
|
Requires-Dist: requests
|
20
20
|
Requires-Dist: zeep
|
21
21
|
|
@@ -28,7 +28,7 @@ Suministro Inmediato de Información en el IVA
|
|
28
28
|
!! This file is generated by oca-gen-addon-readme !!
|
29
29
|
!! changes will be overwritten. !!
|
30
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
31
|
-
!! source digest: sha256:
|
31
|
+
!! source digest: sha256:ac4bbe37d68cc0cff65e50ae9b2e74c4cb5a5544bb98f97c2a82bbd3810e4e9c
|
32
32
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
33
33
|
|
34
34
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
@@ -1,8 +1,8 @@
|
|
1
|
-
odoo/addons/l10n_es_aeat_sii_oca/README.rst,sha256=
|
1
|
+
odoo/addons/l10n_es_aeat_sii_oca/README.rst,sha256=b0ZPMYPSVaD6GX6e2FAA7ujAwbXDnEALe7UKb0VTOqE,6715
|
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=bdV-ZFQrLlhmZc9YumroUXMip-DlwYpneOzzTc27sC4,2541
|
4
4
|
odoo/addons/l10n_es_aeat_sii_oca/hooks.py,sha256=X176kbtTWO6KsU06EvjLa6eBkDzJqlAeb02-hPw-4VY,1462
|
5
|
-
odoo/addons/l10n_es_aeat_sii_oca/data/aeat_sii_map_data.xml,sha256=
|
5
|
+
odoo/addons/l10n_es_aeat_sii_oca/data/aeat_sii_map_data.xml,sha256=p5PJLUOYcgMIvQOkWh5a3zb_AuzDRcV9Tr7GsnS_SqM,17421
|
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
|
7
7
|
odoo/addons/l10n_es_aeat_sii_oca/data/aeat_sii_queue_job.xml,sha256=F3aLrDGnSPaHQ4qpiaiRpvmr8UL1rdxolG1k85IOLR0,812
|
8
8
|
odoo/addons/l10n_es_aeat_sii_oca/data/aeat_sii_tax_agency_data.xml,sha256=x0niL0C4ycV_14-PGKLZY3CKMQQ07PEj05Kvht3tFZQ,9794
|
@@ -39,7 +39,7 @@ odoo/addons/l10n_es_aeat_sii_oca/models/product_product.py,sha256=NuQv2mrrikYb8s
|
|
39
39
|
odoo/addons/l10n_es_aeat_sii_oca/models/queue_job.py,sha256=dD32OHqJOX8dom5lrXKE-U0OBDiIye4h4mBPBy56crk,428
|
40
40
|
odoo/addons/l10n_es_aeat_sii_oca/models/res_company.py,sha256=z_z9PgNJUJxPZWR_JXx_aZQFXlM0fXOTU2ddp4JjuTI,3663
|
41
41
|
odoo/addons/l10n_es_aeat_sii_oca/models/res_partner.py,sha256=w1v7P9vDDq_4FpgCYVTnu2DqUPPVBwDohHal0KSBIIs,805
|
42
|
-
odoo/addons/l10n_es_aeat_sii_oca/models/sii_mixin.py,sha256=
|
42
|
+
odoo/addons/l10n_es_aeat_sii_oca/models/sii_mixin.py,sha256=zRKO3IraFnbRS7abf-iPV8j8rWB1KQf2PJ8p_xTqADM,34872
|
43
43
|
odoo/addons/l10n_es_aeat_sii_oca/readme/CONFIGURE.rst,sha256=X8xbRpYekjBV6qeEqv9mLg2qk-oBWUxqFlbLuIK0-a8,1337
|
44
44
|
odoo/addons/l10n_es_aeat_sii_oca/readme/CONTRIBUTORS.rst,sha256=4tLiNxhJPhKj-DDKGIjzubMNGE1hd992-FAaTT8zFa0,941
|
45
45
|
odoo/addons/l10n_es_aeat_sii_oca/readme/DESCRIPTION.rst,sha256=GljVsASrEJHQDafzQM-YxTtI_BzTQUZJ0iaebJVNzB0,258
|
@@ -51,7 +51,7 @@ odoo/addons/l10n_es_aeat_sii_oca/security/ir.model.access.csv,sha256=LdymJhMCNF0
|
|
51
51
|
odoo/addons/l10n_es_aeat_sii_oca/static/description/SII_1.jpg,sha256=8w4L5ayayAWEv6Evbixr6rVFCfOkY0yA44cUu-5UQlg,42849
|
52
52
|
odoo/addons/l10n_es_aeat_sii_oca/static/description/icon.png,sha256=OUuKU4891uuwmWQMF4fKyKvCqWuQ3yc4Wg-EfL-x_SM,6100
|
53
53
|
odoo/addons/l10n_es_aeat_sii_oca/static/description/icon.svg,sha256=Q9kGyveMGAwEpGR8y8YpoAJN7dcnxtDKRl7T19LUKg8,5244
|
54
|
-
odoo/addons/l10n_es_aeat_sii_oca/static/description/index.html,sha256=
|
54
|
+
odoo/addons/l10n_es_aeat_sii_oca/static/description/index.html,sha256=CN3_JONxXw2Zb71FEI--t7OGrHYIQLReLp83EmT-luY,19375
|
55
55
|
odoo/addons/l10n_es_aeat_sii_oca/tests/__init__.py,sha256=BCroN6OlmUqvJ8CticoWzBKkWZ7GmC7GOgGILiMuqKA,36
|
56
56
|
odoo/addons/l10n_es_aeat_sii_oca/tests/test_l10n_es_aeat_sii.py,sha256=7QcKUlGWtPKvouw2S6J6irafeUMYzkD_tZs-Jwy4VD8,19912
|
57
57
|
odoo/addons/l10n_es_aeat_sii_oca/tests/json/sii_in_invoice_p_iva0_ns_p_iva10_bc_dict.json,sha256=aNTCIW9A0aPnUX9Qd5kR00EbMaVswzYJFGis0QvHQsI,737
|
@@ -75,7 +75,7 @@ odoo/addons/l10n_es_aeat_sii_oca/tests/json/sii_out_refund_s_iva_e_s_iva0_e_dict
|
|
75
75
|
odoo/addons/l10n_es_aeat_sii_oca/views/account_fiscal_position_view.xml,sha256=vy0jY-_xwkuwWSmFaiC2GQ_0gq1gliDRwR6UhCLIBWc,1975
|
76
76
|
odoo/addons/l10n_es_aeat_sii_oca/views/account_journal_view.xml,sha256=3DV1h7UE97AkCq1bVtfNBUAEV_r6Fa6XfZQjYCrLWbs,703
|
77
77
|
odoo/addons/l10n_es_aeat_sii_oca/views/account_move_views.xml,sha256=2NjHuqe2VnSh0CuzbfZVerPnNAjkiPRGmNbl0vR9zaY,12913
|
78
|
-
odoo/addons/l10n_es_aeat_sii_oca/views/aeat_sii_map_view.xml,sha256=
|
78
|
+
odoo/addons/l10n_es_aeat_sii_oca/views/aeat_sii_map_view.xml,sha256=3TpI7plHqIH7zqNwqI5u6Oqb6YzC-2DQ6fC8nIToieU,2425
|
79
79
|
odoo/addons/l10n_es_aeat_sii_oca/views/aeat_sii_mapping_registration_keys_view.xml,sha256=z_bEzb51ls7LmszMvMZZ1Iy9VSMobMNnYGmkqIjHPFM,1863
|
80
80
|
odoo/addons/l10n_es_aeat_sii_oca/views/aeat_tax_agency_view.xml,sha256=7MSqA2HOLa8dc8et2xsVhAQrd3_MbuGxzwM8RPmLPNA,3270
|
81
81
|
odoo/addons/l10n_es_aeat_sii_oca/views/product_view.xml,sha256=GjZDDThDXK5XCspZicsqeC0qXTUVRaFq55e0SrRYvqw,731
|
@@ -87,7 +87,7 @@ odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_reversal.py,sha256=IQq2Lfo
|
|
87
87
|
odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_reversal_views.xml,sha256=MXnqlB1XexFE9JZPHeyx8i53NWGAgemauBcMr8vLJms,1171
|
88
88
|
odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_send_sii.py,sha256=ogseg3nNz5pBrvcok-jkaQz0htQEIbTgR2K7jr5yUZg,1788
|
89
89
|
odoo/addons/l10n_es_aeat_sii_oca/wizards/account_move_send_sii_views.xml,sha256=DCo1j5-mepYdHDUQFUv-jHiPn7hG1iGNWsZc2rIOvDI,1770
|
90
|
-
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.
|
91
|
-
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.
|
92
|
-
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.
|
93
|
-
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.
|
90
|
+
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.3.0.dist-info/METADATA,sha256=u1rk-tPDLGbcAPngi8xibufjYje4peLlAenoGx-FeGs,7607
|
91
|
+
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.3.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
92
|
+
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.3.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
93
|
+
odoo_addon_l10n_es_aeat_sii_oca-16.0.2.3.0.dist-info/RECORD,,
|