odoo-addon-l10n-es-verifactu-oca 16.0.1.0.6__py3-none-any.whl → 17.0.1.0.1__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.
Potentially problematic release.
This version of odoo-addon-l10n-es-verifactu-oca might be problematic. Click here for more details.
- odoo/addons/l10n_es_verifactu_oca/README.rst +99 -60
- odoo/addons/l10n_es_verifactu_oca/__manifest__.py +4 -3
- odoo/addons/l10n_es_verifactu_oca/data/l10n.es.aeat.map.tax.line.tax.csv +50 -0
- odoo/addons/l10n_es_verifactu_oca/data/template/account.fiscal.position-es_common.csv +27 -0
- odoo/addons/l10n_es_verifactu_oca/data/verifactu.map.csv +2 -0
- odoo/addons/l10n_es_verifactu_oca/data/verifactu.map.line.csv +8 -0
- odoo/addons/l10n_es_verifactu_oca/hooks.py +5 -5
- odoo/addons/l10n_es_verifactu_oca/i18n/es.po +2 -2
- odoo/addons/l10n_es_verifactu_oca/i18n/l10n_es_verifactu_oca.pot +8 -30
- odoo/addons/l10n_es_verifactu_oca/models/__init__.py +1 -1
- odoo/addons/l10n_es_verifactu_oca/models/account_chart_template.py +15 -0
- odoo/addons/l10n_es_verifactu_oca/models/account_move.py +10 -6
- odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry.py +4 -2
- odoo/addons/l10n_es_verifactu_oca/models/verifactu_map.py +3 -1
- odoo/addons/l10n_es_verifactu_oca/models/verifactu_mixin.py +8 -4
- odoo/addons/l10n_es_verifactu_oca/models/verifactu_registration_key.py +4 -2
- odoo/addons/l10n_es_verifactu_oca/readme/CONFIGURE.md +27 -0
- odoo/addons/l10n_es_verifactu_oca/readme/CONTRIBUTORS.md +16 -0
- odoo/addons/l10n_es_verifactu_oca/readme/INSTALL.md +6 -0
- odoo/addons/l10n_es_verifactu_oca/readme/ROADMAP.md +30 -0
- odoo/addons/l10n_es_verifactu_oca/readme/USAGE.md +3 -0
- odoo/addons/l10n_es_verifactu_oca/static/description/index.html +88 -47
- odoo/addons/l10n_es_verifactu_oca/tests/common.py +9 -8
- odoo/addons/l10n_es_verifactu_oca/tests/test_10n_es_verifactu.py +9 -11
- odoo/addons/l10n_es_verifactu_oca/views/account_fiscal_position_view.xml +1 -1
- odoo/addons/l10n_es_verifactu_oca/views/account_journal_view.xml +2 -4
- odoo/addons/l10n_es_verifactu_oca/views/account_move_view.xml +14 -10
- odoo/addons/l10n_es_verifactu_oca/views/report_invoice.xml +2 -5
- odoo/addons/l10n_es_verifactu_oca/views/res_company_view.xml +5 -5
- odoo/addons/l10n_es_verifactu_oca/views/verifactu_map_lines_view.xml +4 -7
- odoo_addon_l10n_es_verifactu_oca-17.0.1.0.1.dist-info/METADATA +208 -0
- {odoo_addon_l10n_es_verifactu_oca-16.0.1.0.6.dist-info → odoo_addon_l10n_es_verifactu_oca-17.0.1.0.1.dist-info}/RECORD +35 -35
- {odoo_addon_l10n_es_verifactu_oca-16.0.1.0.6.dist-info → odoo_addon_l10n_es_verifactu_oca-17.0.1.0.1.dist-info}/WHEEL +1 -1
- odoo_addon_l10n_es_verifactu_oca-17.0.1.0.1.dist-info/top_level.txt +1 -0
- odoo/addons/l10n_es_verifactu_oca/data/account_fiscal_position_template_data.xml +0 -149
- odoo/addons/l10n_es_verifactu_oca/data/verifactu_map_data.xml +0 -128
- odoo/addons/l10n_es_verifactu_oca/i18n/ca.po +0 -1632
- odoo/addons/l10n_es_verifactu_oca/i18n/ca_ES.po +0 -1600
- odoo/addons/l10n_es_verifactu_oca/models/account_fiscal_position_template.py +0 -18
- odoo/addons/l10n_es_verifactu_oca/readme/CONFIGURE.rst +0 -18
- odoo/addons/l10n_es_verifactu_oca/readme/CONTRIBUTORS.rst +0 -16
- odoo/addons/l10n_es_verifactu_oca/readme/INSTALL.rst +0 -4
- odoo/addons/l10n_es_verifactu_oca/readme/ROADMAP.rst +0 -15
- odoo/addons/l10n_es_verifactu_oca/readme/USAGE.rst +0 -1
- odoo_addon_l10n_es_verifactu_oca-16.0.1.0.6.dist-info/METADATA +0 -168
- odoo_addon_l10n_es_verifactu_oca-16.0.1.0.6.dist-info/top_level.txt +0 -1
- /odoo/addons/l10n_es_verifactu_oca/readme/{DESCRIPTION.rst → DESCRIPTION.md} +0 -0
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: odoo-addon-l10n_es_verifactu_oca
|
|
3
|
+
Version: 17.0.1.0.1
|
|
4
|
+
Requires-Python: >=3.10
|
|
5
|
+
Requires-Dist: odoo-addon-account_invoice_refund_link>=17.0dev,<17.1dev
|
|
6
|
+
Requires-Dist: odoo-addon-l10n_es_aeat>=17.0dev,<17.1dev
|
|
7
|
+
Requires-Dist: odoo>=17.0a,<17.1dev
|
|
8
|
+
Summary: =?utf-8?q?Comunicaci=C3=B3n_VERI*FACTU?=
|
|
9
|
+
Home-page: https://github.com/OCA/l10n-spain
|
|
10
|
+
License: AGPL-3
|
|
11
|
+
Author: Aures Tic,ForgeFlow,Tecnativa,Odoo Community Association (OCA)
|
|
12
|
+
Author-email: support@odoo-community.org
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Classifier: Framework :: Odoo
|
|
15
|
+
Classifier: Framework :: Odoo :: 17.0
|
|
16
|
+
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
17
|
+
Description-Content-Type: text/x-rst
|
|
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
|
+
|
|
23
|
+
=======================
|
|
24
|
+
Comunicación VERI*FACTU
|
|
25
|
+
=======================
|
|
26
|
+
|
|
27
|
+
..
|
|
28
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
|
+
!! This file is generated by oca-gen-addon-readme !!
|
|
30
|
+
!! changes will be overwritten. !!
|
|
31
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
32
|
+
!! source digest: sha256:c2e9aea5056ccc5810ccc0dc40cc3df9b3c666a307d7ccc72413131769ad749f
|
|
33
|
+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
34
|
+
|
|
35
|
+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
36
|
+
:target: https://odoo-community.org/page/development-status
|
|
37
|
+
:alt: Beta
|
|
38
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
39
|
+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
40
|
+
:alt: License: AGPL-3
|
|
41
|
+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github
|
|
42
|
+
:target: https://github.com/OCA/l10n-spain/tree/17.0/l10n_es_verifactu_oca
|
|
43
|
+
:alt: OCA/l10n-spain
|
|
44
|
+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
|
45
|
+
:target: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_verifactu_oca
|
|
46
|
+
:alt: Translate me on Weblate
|
|
47
|
+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
|
48
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&target_branch=17.0
|
|
49
|
+
:alt: Try me on Runboat
|
|
50
|
+
|
|
51
|
+
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|
52
|
+
|
|
53
|
+
Módulo para la presentación inmediata de la facturación.
|
|
54
|
+
|
|
55
|
+
**Table of contents**
|
|
56
|
+
|
|
57
|
+
.. contents::
|
|
58
|
+
:local:
|
|
59
|
+
|
|
60
|
+
Installation
|
|
61
|
+
============
|
|
62
|
+
|
|
63
|
+
Para instalar esté módulo necesita:
|
|
64
|
+
|
|
65
|
+
1. Libreria Python Zeep, se puede instalar con el comando 'pip install
|
|
66
|
+
zeep'
|
|
67
|
+
2. Libreria Python Requests, se puede instalar con el comando 'pip
|
|
68
|
+
install requests'
|
|
69
|
+
|
|
70
|
+
Configuration
|
|
71
|
+
=============
|
|
72
|
+
|
|
73
|
+
Para configurar este módulo es necesario:
|
|
74
|
+
|
|
75
|
+
1. Acceder a Facturación/Contabilidad -> Configuración -> AEAT ->
|
|
76
|
+
Agencia Tributaria, podrás consultar las URLs del servicio SOAP de
|
|
77
|
+
Hacienda. Estas URLs pueden cambiar según comunidades
|
|
78
|
+
2. El certificado enviado por la FMNT es en formato p12, este
|
|
79
|
+
certificado no se puede usar directamente con Zeep. Accede a
|
|
80
|
+
Facturación/Contabilidad -> Configuración -> AEAT -> Certificados
|
|
81
|
+
AEAT, y allí podrás: Subir el certificado p12 y extraer las claves
|
|
82
|
+
públicas y privadas con el botón "Obtener claves"
|
|
83
|
+
3. Debes tener en cuenta que los certificados se alojan en una carpeta
|
|
84
|
+
accesible por la instalación de Odoo.
|
|
85
|
+
4. Completar los datos de desarrollador y del encadenamiento a nivel de
|
|
86
|
+
compañía en la pestaña de VERI*FACTU.
|
|
87
|
+
|
|
88
|
+
En caso de que la obtención de claves no funcione y uses Linux, cuentas
|
|
89
|
+
con los siguientes comandos para tratar de solucionarlo:
|
|
90
|
+
|
|
91
|
+
- Clave pública: "openssl pkcs12 -in Certificado.p12 -nokeys -out
|
|
92
|
+
publicCert.crt -nodes"
|
|
93
|
+
- Clave privada: "openssl pkcs12 -in Certificado.p12 -nocerts -out
|
|
94
|
+
privateKey.pem -nodes"
|
|
95
|
+
|
|
96
|
+
1. Establecer en las posiciones fiscales la clave de impuestos y la
|
|
97
|
+
clave de registro VERI*FACTU.
|
|
98
|
+
2. Para aplicar las claves ejecute el asistente de actualización del
|
|
99
|
+
módulo accountchart_update.
|
|
100
|
+
|
|
101
|
+
Usage
|
|
102
|
+
=====
|
|
103
|
+
|
|
104
|
+
Cuando se valida una factura, automáticamente genera el registro de
|
|
105
|
+
envío para verifactu. Cada minuto se enviarán todos aquellos registros
|
|
106
|
+
pendientes de enviar mediante un cron.
|
|
107
|
+
|
|
108
|
+
Known issues / Roadmap
|
|
109
|
+
======================
|
|
110
|
+
|
|
111
|
+
- Refactorización SII-VERI*FACTU en l10nes_aeat de los métodos que
|
|
112
|
+
sean comunes.
|
|
113
|
+
- Envío separado de la confirmación de la factura
|
|
114
|
+
(cron.trigger/queque.job)
|
|
115
|
+
- Control de errores del sistema, generar avisos. (caída de aeat,
|
|
116
|
+
errores de conexión, etc.)
|
|
117
|
+
- Declaración responsable.
|
|
118
|
+
https://sede.agenciatributaria.gob.es/Sede/iva/sistemas-informaticos-facturacion-verifactu/preguntas-frecuentes/certificacion-sistemas-informaticos-declaracion-responsable.html?faqId=a15d77fe52572910VgnVCM100000dc381e0aRCRD
|
|
119
|
+
- Posibilidad de consultar el estado de las facturas enviadas.
|
|
120
|
+
- Operaciones exentas y causas de exención.
|
|
121
|
+
- Crear un selection con todos los valores posibles de codigos de
|
|
122
|
+
error, para poder guardarlo y agrupar las facturas por ese código.
|
|
123
|
+
- Contemplar el tiempo de espera entre envíos de registros cuando
|
|
124
|
+
AEAT devuelve un tiempo superior a 60 segundos.
|
|
125
|
+
|
|
126
|
+
CASOS NO CUBIERTOS: 1 - Modificación de facturas enviadas (AEAT
|
|
127
|
+
recomienda generar rectificativa). Según AEAT: Si los errores detectados
|
|
128
|
+
tras la emisión NO están contemplados en el ROF, pero afectan a campos
|
|
129
|
+
del registro de facturación (RF) generado al emitir la factura (que,
|
|
130
|
+
digamos, “no se ven” en la factura impresa, es decir, son campos
|
|
131
|
+
“internos”, como ciertas codificaciones tributarias), se debe corregir
|
|
132
|
+
la factura original (esos datos “internos” de la misma) y se debe
|
|
133
|
+
generar un RF de alta de subsanación de esa factura donde conste ya la
|
|
134
|
+
nueva información que proceda. Estos casos deberían ser MUY POCO
|
|
135
|
+
FRECUENTES. 2 - Anulación de facturas enviadas (AEAT recomienda generar
|
|
136
|
+
rectificativa). Según AEAT: "Si se considera que "toda la factura" en sí
|
|
137
|
+
misma está mal o no debería haberse emitido, siempre que para
|
|
138
|
+
solucionarlo no deba emplearse algún procedimiento (de rectificativa u
|
|
139
|
+
otro) previsto en el ROF, se podrá "anular" generando para ello un RF de
|
|
140
|
+
anulación. Estos casos deberían ser MUY POCO FRECUENTES."
|
|
141
|
+
|
|
142
|
+
Bug Tracker
|
|
143
|
+
===========
|
|
144
|
+
|
|
145
|
+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-spain/issues>`_.
|
|
146
|
+
In case of trouble, please check there if your issue has already been reported.
|
|
147
|
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
148
|
+
`feedback <https://github.com/OCA/l10n-spain/issues/new?body=module:%20l10n_es_verifactu_oca%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
|
149
|
+
|
|
150
|
+
Do not contact contributors directly about support or help with technical issues.
|
|
151
|
+
|
|
152
|
+
Credits
|
|
153
|
+
=======
|
|
154
|
+
|
|
155
|
+
Authors
|
|
156
|
+
-------
|
|
157
|
+
|
|
158
|
+
* Aures Tic
|
|
159
|
+
* ForgeFlow
|
|
160
|
+
* Tecnativa
|
|
161
|
+
|
|
162
|
+
Contributors
|
|
163
|
+
------------
|
|
164
|
+
|
|
165
|
+
- Aures TIC:
|
|
166
|
+
|
|
167
|
+
- Jose Zambudio
|
|
168
|
+
- Almudena de La Puente
|
|
169
|
+
- Anna Martínez
|
|
170
|
+
|
|
171
|
+
- ForgeFlow S.L.:
|
|
172
|
+
|
|
173
|
+
- Laura Cazorla
|
|
174
|
+
- Andreu Orensanz
|
|
175
|
+
- Jordi Ballester
|
|
176
|
+
|
|
177
|
+
- Ozono multimedia:
|
|
178
|
+
|
|
179
|
+
- Iván Antón
|
|
180
|
+
|
|
181
|
+
- SDi:
|
|
182
|
+
|
|
183
|
+
- Fernando La Chica
|
|
184
|
+
|
|
185
|
+
- Process control:
|
|
186
|
+
|
|
187
|
+
- Jorge Luis López
|
|
188
|
+
|
|
189
|
+
- Tecnativa:
|
|
190
|
+
|
|
191
|
+
- Pedro M. Baeza
|
|
192
|
+
|
|
193
|
+
Maintainers
|
|
194
|
+
-----------
|
|
195
|
+
|
|
196
|
+
This module is maintained by the OCA.
|
|
197
|
+
|
|
198
|
+
.. image:: https://odoo-community.org/logo.png
|
|
199
|
+
:alt: Odoo Community Association
|
|
200
|
+
:target: https://odoo-community.org
|
|
201
|
+
|
|
202
|
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
203
|
+
mission is to support the collaborative development of Odoo features and
|
|
204
|
+
promote its widespread use.
|
|
205
|
+
|
|
206
|
+
This module is part of the `OCA/l10n-spain <https://github.com/OCA/l10n-spain/tree/17.0/l10n_es_verifactu_oca>`_ project on GitHub.
|
|
207
|
+
|
|
208
|
+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
odoo/addons/l10n_es_verifactu_oca/README.rst,sha256=
|
|
1
|
+
odoo/addons/l10n_es_verifactu_oca/README.rst,sha256=9rMp4Hvr5WmrEVHlHr1N9pRn9hYIAz1edbe-JVIFgxE,7087
|
|
2
2
|
odoo/addons/l10n_es_verifactu_oca/__init__.py,sha256=GnWm38RNVl0F1QEHgICghDeuin84Dfykn-GEIm_MLUo,92
|
|
3
|
-
odoo/addons/l10n_es_verifactu_oca/__manifest__.py,sha256=
|
|
4
|
-
odoo/addons/l10n_es_verifactu_oca/hooks.py,sha256=
|
|
5
|
-
odoo/addons/l10n_es_verifactu_oca/data/account_fiscal_position_template_data.xml,sha256=ygqPU7AyTbHW07fdI_PKwnvdueaNirdp9Jx_eI2TTCA,6761
|
|
3
|
+
odoo/addons/l10n_es_verifactu_oca/__manifest__.py,sha256=SKkfNIudQym6XcbCSQ53l5IPs2tNfgk-_77UjQqzwlk,1824
|
|
4
|
+
odoo/addons/l10n_es_verifactu_oca/hooks.py,sha256=6N6n-GUbWnzR3yYOJdueqXpfVXR-tINLasbkAD7rHWk,1865
|
|
6
5
|
odoo/addons/l10n_es_verifactu_oca/data/ir_config_parameter.xml,sha256=JEq2J9YjsjCbFRY9XeoZUuHvP8hs2rhTAgs7fqmFuf8,393
|
|
7
6
|
odoo/addons/l10n_es_verifactu_oca/data/ir_cron.xml,sha256=tDxDzFoZ4DqbMg1YpceCDKTY4dMAlGc1aA3y2fGPbrA,698
|
|
7
|
+
odoo/addons/l10n_es_verifactu_oca/data/l10n.es.aeat.map.tax.line.tax.csv,sha256=d8xXnjIJQrOifCNk-Cgu1qrRuMoR8Da47Oqi_Qb4Aas,1948
|
|
8
8
|
odoo/addons/l10n_es_verifactu_oca/data/mail_activity_data.xml,sha256=3TVX1YY2AJyoBa_sizJ9PGyY5uHUxAYSm56b27jHSSU,495
|
|
9
9
|
odoo/addons/l10n_es_verifactu_oca/data/neutralize.sql,sha256=eTzbCKiCMSm5NaKhA1mWfhEKHkQdqJf7TuzqIBedua0,81
|
|
10
|
-
odoo/addons/l10n_es_verifactu_oca/data/
|
|
10
|
+
odoo/addons/l10n_es_verifactu_oca/data/verifactu.map.csv,sha256=Wsgb3LG0l91CQJtNWgQRKjEoixeWrAnr09zXzEMBmWo,41
|
|
11
|
+
odoo/addons/l10n_es_verifactu_oca/data/verifactu.map.line.csv,sha256=3NnObZLtu1dCplWIPD08IJB-jF8ODvshv772nAAi-Yw,1263
|
|
11
12
|
odoo/addons/l10n_es_verifactu_oca/data/verifactu_registration_key_data.xml,sha256=65PloV7xaxNx1f1sKqODBeg6pfWN8TXY2jAMBRgQTmM,10698
|
|
12
13
|
odoo/addons/l10n_es_verifactu_oca/data/verifactu_tax_agency_data.xml,sha256=_YUGlGGJQAObWECaketUzWudrTCVwT2IwTaocse6fMo,888
|
|
13
|
-
odoo/addons/l10n_es_verifactu_oca/
|
|
14
|
-
odoo/addons/l10n_es_verifactu_oca/i18n/
|
|
15
|
-
odoo/addons/l10n_es_verifactu_oca/i18n/
|
|
16
|
-
odoo/addons/l10n_es_verifactu_oca/
|
|
17
|
-
odoo/addons/l10n_es_verifactu_oca/models/
|
|
14
|
+
odoo/addons/l10n_es_verifactu_oca/data/template/account.fiscal.position-es_common.csv,sha256=rF3gj9iSA8TBjczIFI3ZxwXVqMClFcfB4Z8fdzkgEew,1351
|
|
15
|
+
odoo/addons/l10n_es_verifactu_oca/i18n/es.po,sha256=QoFXd2aDs7NnO4qZHqzEN_GQ8SmXAEDEXsmu1non2d0,76744
|
|
16
|
+
odoo/addons/l10n_es_verifactu_oca/i18n/l10n_es_verifactu_oca.pot,sha256=7zR-lmZNgJFQP7yTbZwTby87rpCwXGeIyX3VXId-SbQ,66750
|
|
17
|
+
odoo/addons/l10n_es_verifactu_oca/models/__init__.py,sha256=0q84HT4f_I54KG6PsiqiMFtAWhziVYVBYuPEmX1rIO4,517
|
|
18
|
+
odoo/addons/l10n_es_verifactu_oca/models/account_chart_template.py,sha256=Aq2FVb1HYK-y5Pfvim3zEmOoGNwUIXuUugt6iRVyOPo,518
|
|
18
19
|
odoo/addons/l10n_es_verifactu_oca/models/account_fiscal_position.py,sha256=u8G-XgHIrqv45amDX0P85DlsyExeshfPgg6gAX72x6Q,1171
|
|
19
|
-
odoo/addons/l10n_es_verifactu_oca/models/account_fiscal_position_template.py,sha256=qZIXLqVWWI8SvbCjgIbghD2Z1fhtJT-sF02bpItfmxA,576
|
|
20
20
|
odoo/addons/l10n_es_verifactu_oca/models/account_journal.py,sha256=Opc6Cg__wM5ph_swXDRhToGsX7UXNaCQd5l7WlYHAvU,2638
|
|
21
|
-
odoo/addons/l10n_es_verifactu_oca/models/account_move.py,sha256=
|
|
21
|
+
odoo/addons/l10n_es_verifactu_oca/models/account_move.py,sha256=jJIZziSaU7nDhfkusg04jxAW5kexmuGvEhBN5to3BqA,23132
|
|
22
22
|
odoo/addons/l10n_es_verifactu_oca/models/aeat_tax_agency.py,sha256=yoxH5aa0sZuBt1sDodzy5_KlJblT4tosNvyenWdU1HY,1138
|
|
23
23
|
odoo/addons/l10n_es_verifactu_oca/models/res_company.py,sha256=C9wj4RqzyHXy_0Y_6rC3Mm9FyVfJpMDiJN3vfC4Ol1U,1700
|
|
24
24
|
odoo/addons/l10n_es_verifactu_oca/models/res_partner.py,sha256=9WlymT_18IYyPOTwLoSf0zQiQdBT6bQJEYeUBmno6rE,876
|
|
25
25
|
odoo/addons/l10n_es_verifactu_oca/models/verifactu_chaining.py,sha256=i7bwZADKVvsKISR4lMejW-hfr8ld6QJ3_iTQLe90DjY,1015
|
|
26
26
|
odoo/addons/l10n_es_verifactu_oca/models/verifactu_developer.py,sha256=rOt-N30jj9tvQkdSDwV2dA2CgT8b8d2zl2OBTzR35UE,666
|
|
27
|
-
odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry.py,sha256=
|
|
27
|
+
odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry.py,sha256=VcqxjNNcP-H5Ot1PPvHOwAXlHDC3eWFrWFiOlgSgb6I,15578
|
|
28
28
|
odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry_response.py,sha256=LnX90JA-Dfnf3A6nuGnIw37JMAHMsO52s6Obw3L7JDo,4658
|
|
29
29
|
odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry_response_line.py,sha256=YHPtk40xfQmEFzrPrKRVG7QaS7axMjnmuLaWdRJcYtw,1251
|
|
30
|
-
odoo/addons/l10n_es_verifactu_oca/models/verifactu_map.py,sha256=
|
|
31
|
-
odoo/addons/l10n_es_verifactu_oca/models/verifactu_mixin.py,sha256=
|
|
32
|
-
odoo/addons/l10n_es_verifactu_oca/models/verifactu_registration_key.py,sha256=
|
|
33
|
-
odoo/addons/l10n_es_verifactu_oca/readme/CONFIGURE.
|
|
34
|
-
odoo/addons/l10n_es_verifactu_oca/readme/CONTRIBUTORS.
|
|
35
|
-
odoo/addons/l10n_es_verifactu_oca/readme/DESCRIPTION.
|
|
36
|
-
odoo/addons/l10n_es_verifactu_oca/readme/INSTALL.
|
|
37
|
-
odoo/addons/l10n_es_verifactu_oca/readme/ROADMAP.
|
|
38
|
-
odoo/addons/l10n_es_verifactu_oca/readme/USAGE.
|
|
30
|
+
odoo/addons/l10n_es_verifactu_oca/models/verifactu_map.py,sha256=FpSmqq1zosjEXhlGn7S5_s2dTe1pL2Bw2YZ2LCNcFEU,2285
|
|
31
|
+
odoo/addons/l10n_es_verifactu_oca/models/verifactu_mixin.py,sha256=xe7Gv4Idbtanw0t4dzXOrzI7F3tuJZAdZpQTa7TrpAE,17356
|
|
32
|
+
odoo/addons/l10n_es_verifactu_oca/models/verifactu_registration_key.py,sha256=JAuRCN101mdK8yeBqQm7NZQtgNTcXQ3mDF74G1k7Lx8,844
|
|
33
|
+
odoo/addons/l10n_es_verifactu_oca/readme/CONFIGURE.md,sha256=PJEl93c6SL8OjugVkCJnjg-hahWWNZarqkGeLqMkdnw,1338
|
|
34
|
+
odoo/addons/l10n_es_verifactu_oca/readme/CONTRIBUTORS.md,sha256=-wofWy1Fi-e4R7N0MiAlz1WnIux-jhbSHqoW_M4EZ2w,291
|
|
35
|
+
odoo/addons/l10n_es_verifactu_oca/readme/DESCRIPTION.md,sha256=ddeSH1Wf9HPJEwbn9-ArBJZFcGINV9eNm914c3i8cdw,60
|
|
36
|
+
odoo/addons/l10n_es_verifactu_oca/readme/INSTALL.md,sha256=Yggdl5ps9StrTeqfFcP9LkkBxJiIKpC7Ey1Tdu-jKxE,211
|
|
37
|
+
odoo/addons/l10n_es_verifactu_oca/readme/ROADMAP.md,sha256=X9VyoME03VVNWssyq0050RpSmE8imiZEhgPEzn_uKdQ,1962
|
|
38
|
+
odoo/addons/l10n_es_verifactu_oca/readme/USAGE.md,sha256=j__r7F3ZFSPDhKCaaqHiZ1dBdktoSuY1Z9Sjx9yqzsQ,181
|
|
39
39
|
odoo/addons/l10n_es_verifactu_oca/security/ir.model.access.csv,sha256=xSYMPaYz5lc9A_ngmwaJkTM3onEJ5zlhahprTDxQOAQ,3025
|
|
40
40
|
odoo/addons/l10n_es_verifactu_oca/security/verifactu_security.xml,sha256=CRVoyXoLa8ovzDMIAc_3F8HOzEkZdnk_JH2YH1n3PkY,227
|
|
41
41
|
odoo/addons/l10n_es_verifactu_oca/static/description/icon.png,sha256=CgnOEZCwoe6f1vlLwkqFVfc2q_uwBMU0UnXN8j6X5ag,10254
|
|
42
|
-
odoo/addons/l10n_es_verifactu_oca/static/description/index.html,sha256=
|
|
42
|
+
odoo/addons/l10n_es_verifactu_oca/static/description/index.html,sha256=W4zGEdhdBjRIe3KsGYzJjaxJOlAGC1Om5xt6ackupDw,17795
|
|
43
43
|
odoo/addons/l10n_es_verifactu_oca/tests/__init__.py,sha256=6LNl_lyd3IHnmLNKN6TlxcntSYIJ-y159FbnzPF6rPA,73
|
|
44
|
-
odoo/addons/l10n_es_verifactu_oca/tests/common.py,sha256
|
|
45
|
-
odoo/addons/l10n_es_verifactu_oca/tests/test_10n_es_verifactu.py,sha256=
|
|
44
|
+
odoo/addons/l10n_es_verifactu_oca/tests/common.py,sha256=EOBMXy1MUxmdKoKxK_shfHjsLSfCYqr79gLYGxZHmyw,9901
|
|
45
|
+
odoo/addons/l10n_es_verifactu_oca/tests/test_10n_es_verifactu.py,sha256=rEy3ofjCagMxSKyhw0L5xqddN1zBt6zI2Xo672IuE8E,15943
|
|
46
46
|
odoo/addons/l10n_es_verifactu_oca/tests/test_verifactu_invoice.py,sha256=rkd8-fcKyqU8dbPoF7_gBEQwm9pmMalohJ-UNHnaww4,12659
|
|
47
47
|
odoo/addons/l10n_es_verifactu_oca/tests/json/verifactu_mocked_response_1.json,sha256=Yb_D0IwEquC97yAFwN0pxSTwgfhdeo55172AhcxRCOw,831
|
|
48
48
|
odoo/addons/l10n_es_verifactu_oca/tests/json/verifactu_mocked_response_2.json,sha256=LHm5V879epI67rc6a9AwUXBZavog2sy_pMEUU1B7ta8,841
|
|
49
49
|
odoo/addons/l10n_es_verifactu_oca/tests/json/verifactu_out_invoice_s_iva10b_s_iva21s_dict.json,sha256=FdOL4fbSZ0X_W6YKa_TcnQZoN72_FP20VxMXkI3SY0M,1496
|
|
50
50
|
odoo/addons/l10n_es_verifactu_oca/tests/json/verifactu_out_invoice_s_iva21s_s_req52_dict.json,sha256=YYxduFRWxA5fsnjtjEY4KU8CXLDzlYo_XlNXbhpX-hQ,1558
|
|
51
51
|
odoo/addons/l10n_es_verifactu_oca/tests/json/verifactu_out_refund_s_iva10b_s_iva10b_s_iva21s_dict.json,sha256=JooUcpXB3PqAQFnXBRIZmlRquImCsskHGjdTLT8MwfU,1783
|
|
52
|
-
odoo/addons/l10n_es_verifactu_oca/views/account_fiscal_position_view.xml,sha256=
|
|
53
|
-
odoo/addons/l10n_es_verifactu_oca/views/account_journal_view.xml,sha256=
|
|
54
|
-
odoo/addons/l10n_es_verifactu_oca/views/account_move_view.xml,sha256=
|
|
52
|
+
odoo/addons/l10n_es_verifactu_oca/views/account_fiscal_position_view.xml,sha256=C9UAvYmyx_ZMdMf197QoOiuJ4nrTi8heGk54oB3430s,1354
|
|
53
|
+
odoo/addons/l10n_es_verifactu_oca/views/account_journal_view.xml,sha256=MQaN33z8EhJX2iKJGEgJveYYR-NZcSXkpwX0HJ9SaiI,1183
|
|
54
|
+
odoo/addons/l10n_es_verifactu_oca/views/account_move_view.xml,sha256=bTcE_6ya6nPiJeqoi3_yXtW1VFUKgKmBw-5hEA78b1c,10823
|
|
55
55
|
odoo/addons/l10n_es_verifactu_oca/views/aeat_tax_agency_view.xml,sha256=dF2VoTFu-OenP9vRZ8-f2x5Ooxfoey7qEn9kAwV27lQ,1393
|
|
56
|
-
odoo/addons/l10n_es_verifactu_oca/views/report_invoice.xml,sha256=
|
|
57
|
-
odoo/addons/l10n_es_verifactu_oca/views/res_company_view.xml,sha256=
|
|
56
|
+
odoo/addons/l10n_es_verifactu_oca/views/report_invoice.xml,sha256=KoprUV2tz_LFTdN0ztJanz12SOY9gKubYQGdFK5zQdM,2132
|
|
57
|
+
odoo/addons/l10n_es_verifactu_oca/views/res_company_view.xml,sha256=fuEwygLUeZ5EvsR0DukMPvcUu-MwhG7vAZ8_z9BidF4,2340
|
|
58
58
|
odoo/addons/l10n_es_verifactu_oca/views/res_partner_view.xml,sha256=9wySE9lYzPRISJwJiVAR6Av2JwSk3QnqqY1Hc55UbkM,586
|
|
59
59
|
odoo/addons/l10n_es_verifactu_oca/views/verifactu_chaining_view.xml,sha256=Mk0NTOxcvYmY7kUGI-I8ADzk7jxwQ7SFhnjcgsYk35A,1898
|
|
60
60
|
odoo/addons/l10n_es_verifactu_oca/views/verifactu_developer_view.xml,sha256=mmCFeYbQaznStdl6X5A1M27PrtBotCPIZkJH5qZPafo,1901
|
|
61
61
|
odoo/addons/l10n_es_verifactu_oca/views/verifactu_invoice_entry_response_view.xml,sha256=QtJqbNmp8J5F8hqcQFFxs2mLQVsfjc8QBYS78sGBPGE,6804
|
|
62
62
|
odoo/addons/l10n_es_verifactu_oca/views/verifactu_invoice_entry_view.xml,sha256=KZTdavDDTdw0hwCJZMxAzWdBycr3H_0d15EoBahGVcc,5658
|
|
63
|
-
odoo/addons/l10n_es_verifactu_oca/views/verifactu_map_lines_view.xml,sha256=
|
|
63
|
+
odoo/addons/l10n_es_verifactu_oca/views/verifactu_map_lines_view.xml,sha256=hXLIsq4vBT8tOqssxb9momeP31CNF1LieaJV5YGX_oo,637
|
|
64
64
|
odoo/addons/l10n_es_verifactu_oca/views/verifactu_map_view.xml,sha256=WZYPrdZH1XBTjSjljr2Zm7SGnJceMTEFb_HHqZDbWHE,1987
|
|
65
65
|
odoo/addons/l10n_es_verifactu_oca/views/verifactu_registration_keys_view.xml,sha256=xHlr8YQnqyUIg5B1IW_4E6OlMxAabxMfP5KGzODkc4I,1687
|
|
66
66
|
odoo/addons/l10n_es_verifactu_oca/wizards/__init__.py,sha256=h3RXjkbm-pOsNi6H8t9DO61-oFjlUkha7P_TjOBkPT4,36
|
|
67
67
|
odoo/addons/l10n_es_verifactu_oca/wizards/account_move_reversal.py,sha256=n2GTu9nmbPji_2aQUepBTUi2VsmJChtU6hkyEh2N_wk,509
|
|
68
|
-
odoo_addon_l10n_es_verifactu_oca-
|
|
69
|
-
odoo_addon_l10n_es_verifactu_oca-
|
|
70
|
-
odoo_addon_l10n_es_verifactu_oca-
|
|
71
|
-
odoo_addon_l10n_es_verifactu_oca-
|
|
68
|
+
odoo_addon_l10n_es_verifactu_oca-17.0.1.0.1.dist-info/METADATA,sha256=5olENkTyI-47--HcFuIT2FwJfoYv9N5DB4R652qY7a0,7805
|
|
69
|
+
odoo_addon_l10n_es_verifactu_oca-17.0.1.0.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
70
|
+
odoo_addon_l10n_es_verifactu_oca-17.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
71
|
+
odoo_addon_l10n_es_verifactu_oca-17.0.1.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
odoo
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" ?>
|
|
2
|
-
<odoo>
|
|
3
|
-
|
|
4
|
-
<record id="l10n_es.fp_nacional" model="account.fiscal.position.template">
|
|
5
|
-
<field name="verifactu_tax_key">01</field>
|
|
6
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
7
|
-
</record>
|
|
8
|
-
|
|
9
|
-
<record id="l10n_es.fp_intra_private" model="account.fiscal.position.template">
|
|
10
|
-
<field name="verifactu_tax_key" eval="False" />
|
|
11
|
-
<field name="verifactu_registration_key" eval="False" />
|
|
12
|
-
</record>
|
|
13
|
-
|
|
14
|
-
<record id="l10n_es.fp_intra" model="account.fiscal.position.template">
|
|
15
|
-
<field name="verifactu_tax_key">01</field>
|
|
16
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
17
|
-
</record>
|
|
18
|
-
|
|
19
|
-
<record id="l10n_es.fp_extra" model="account.fiscal.position.template">
|
|
20
|
-
<field name="verifactu_tax_key">01</field>
|
|
21
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_02" />
|
|
22
|
-
</record>
|
|
23
|
-
|
|
24
|
-
<record id="l10n_es.fp_not_subject_tai" model="account.fiscal.position.template">
|
|
25
|
-
<field name="verifactu_tax_key">01</field>
|
|
26
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_08" />
|
|
27
|
-
</record>
|
|
28
|
-
|
|
29
|
-
<record id="l10n_es.fp_recargo" model="account.fiscal.position.template">
|
|
30
|
-
<field name="verifactu_tax_key">01</field>
|
|
31
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_18" />
|
|
32
|
-
</record>
|
|
33
|
-
|
|
34
|
-
<record id="l10n_es.fp_recargo_isp" model="account.fiscal.position.template">
|
|
35
|
-
<field name="verifactu_tax_key">01</field>
|
|
36
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_18" />
|
|
37
|
-
</record>
|
|
38
|
-
|
|
39
|
-
<record id="l10n_es.fp_irpf1" model="account.fiscal.position.template">
|
|
40
|
-
<field name="verifactu_tax_key">01</field>
|
|
41
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
42
|
-
</record>
|
|
43
|
-
|
|
44
|
-
<record id="l10n_es.fp_irpf2" model="account.fiscal.position.template">
|
|
45
|
-
<field name="verifactu_tax_key">01</field>
|
|
46
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
47
|
-
</record>
|
|
48
|
-
|
|
49
|
-
<record id="l10n_es.fp_irpf7" model="account.fiscal.position.template">
|
|
50
|
-
<field name="verifactu_tax_key">01</field>
|
|
51
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
52
|
-
</record>
|
|
53
|
-
|
|
54
|
-
<record id="l10n_es.fp_irpf9" model="account.fiscal.position.template">
|
|
55
|
-
<field name="verifactu_tax_key">01</field>
|
|
56
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
57
|
-
</record>
|
|
58
|
-
|
|
59
|
-
<record id="l10n_es.fp_irpf15" model="account.fiscal.position.template">
|
|
60
|
-
<field name="verifactu_tax_key">01</field>
|
|
61
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
62
|
-
</record>
|
|
63
|
-
|
|
64
|
-
<record id="l10n_es.fp_irpf18" model="account.fiscal.position.template">
|
|
65
|
-
<field name="verifactu_tax_key">01</field>
|
|
66
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
67
|
-
</record>
|
|
68
|
-
|
|
69
|
-
<record id="l10n_es.fp_irpf19" model="account.fiscal.position.template">
|
|
70
|
-
<field name="verifactu_tax_key">01</field>
|
|
71
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
72
|
-
</record>
|
|
73
|
-
|
|
74
|
-
<record id="l10n_es.fp_irpf19a" model="account.fiscal.position.template">
|
|
75
|
-
<field name="verifactu_tax_key">01</field>
|
|
76
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
77
|
-
</record>
|
|
78
|
-
|
|
79
|
-
<record id="l10n_es.fp_irpf195a" model="account.fiscal.position.template">
|
|
80
|
-
<field name="verifactu_tax_key">01</field>
|
|
81
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
82
|
-
</record>
|
|
83
|
-
|
|
84
|
-
<record id="l10n_es.fp_irpf20" model="account.fiscal.position.template">
|
|
85
|
-
<field name="verifactu_tax_key">01</field>
|
|
86
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
87
|
-
</record>
|
|
88
|
-
|
|
89
|
-
<record id="l10n_es.fp_irpf24" model="account.fiscal.position.template">
|
|
90
|
-
<field name="verifactu_tax_key">01</field>
|
|
91
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
92
|
-
</record>
|
|
93
|
-
|
|
94
|
-
<record id="l10n_es.fp_irpf20a" model="account.fiscal.position.template">
|
|
95
|
-
<field name="verifactu_tax_key">01</field>
|
|
96
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
97
|
-
</record>
|
|
98
|
-
|
|
99
|
-
<record id="l10n_es.fp_irpf21" model="account.fiscal.position.template">
|
|
100
|
-
<field name="verifactu_tax_key">01</field>
|
|
101
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
102
|
-
</record>
|
|
103
|
-
|
|
104
|
-
<record id="l10n_es.fp_irpf21a" model="account.fiscal.position.template">
|
|
105
|
-
<field name="verifactu_tax_key">01</field>
|
|
106
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
107
|
-
</record>
|
|
108
|
-
|
|
109
|
-
<record id="l10n_es.fp_irpfnrnue24" model="account.fiscal.position.template">
|
|
110
|
-
<field name="verifactu_tax_key">01</field>
|
|
111
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
112
|
-
</record>
|
|
113
|
-
|
|
114
|
-
<record id="l10n_es.fp_irpfnrue19" model="account.fiscal.position.template">
|
|
115
|
-
<field name="verifactu_tax_key">01</field>
|
|
116
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
117
|
-
</record>
|
|
118
|
-
|
|
119
|
-
<record id="l10n_es.fp_irpfnrue0" model="account.fiscal.position.template">
|
|
120
|
-
<field name="verifactu_tax_key" eval="False" />
|
|
121
|
-
<field name="verifactu_registration_key" eval="False" />
|
|
122
|
-
</record>
|
|
123
|
-
|
|
124
|
-
<record id="l10n_es.fp_irpfnrnue0" model="account.fiscal.position.template">
|
|
125
|
-
<field name="verifactu_tax_key">05</field>
|
|
126
|
-
<field name="verifactu_registration_key" eval="False" />
|
|
127
|
-
</record>
|
|
128
|
-
|
|
129
|
-
<record id="l10n_es.fp_ispn" model="account.fiscal.position.template">
|
|
130
|
-
<field name="verifactu_tax_key">01</field>
|
|
131
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
132
|
-
</record>
|
|
133
|
-
|
|
134
|
-
<record id="l10n_es.fp_rnrisp" model="account.fiscal.position.template">
|
|
135
|
-
<field name="verifactu_tax_key">01</field>
|
|
136
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_01" />
|
|
137
|
-
</record>
|
|
138
|
-
|
|
139
|
-
<record id="l10n_es.fp_reagyp_a" model="account.fiscal.position.template">
|
|
140
|
-
<field name="verifactu_tax_key">01</field>
|
|
141
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_19" />
|
|
142
|
-
</record>
|
|
143
|
-
|
|
144
|
-
<record id="l10n_es.fp_reagyp_gp" model="account.fiscal.position.template">
|
|
145
|
-
<field name="verifactu_tax_key">01</field>
|
|
146
|
-
<field name="verifactu_registration_key" ref="verifactu_registration_keys_19" />
|
|
147
|
-
</record>
|
|
148
|
-
|
|
149
|
-
</odoo>
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
-
<!-- Copyright 2024 Almudena de La Puente <almudena@aurestic.es>
|
|
3
|
-
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
4
|
-
<odoo>
|
|
5
|
-
<record id="verifactu_map" model="verifactu.map">
|
|
6
|
-
<field name="name">VERI*FACTU 1.0</field>
|
|
7
|
-
</record>
|
|
8
|
-
<record id="verifactu_map_line_S1" model="verifactu.map.line">
|
|
9
|
-
<field name="code">S1</field>
|
|
10
|
-
<field
|
|
11
|
-
name="taxes"
|
|
12
|
-
eval="[(6, 0, [
|
|
13
|
-
ref('l10n_es.account_tax_template_s_iva21b'),
|
|
14
|
-
ref('l10n_es.account_tax_template_s_iva0b'),
|
|
15
|
-
ref('l10n_es.account_tax_template_s_iva2b'),
|
|
16
|
-
ref('l10n_es.account_tax_template_s_iva4b'),
|
|
17
|
-
ref('l10n_es.account_tax_template_s_iva5b'),
|
|
18
|
-
ref('l10n_es.account_tax_template_s_iva7-5b'),
|
|
19
|
-
ref('l10n_es.account_tax_template_s_iva10b'),
|
|
20
|
-
ref('l10n_es.account_tax_template_s_iva21s'),
|
|
21
|
-
ref('l10n_es.account_tax_template_s_iva10s'),
|
|
22
|
-
ref('l10n_es.account_tax_template_s_iva0s'),
|
|
23
|
-
ref('l10n_es.account_tax_template_s_iva2s'),
|
|
24
|
-
ref('l10n_es.account_tax_template_s_iva4s'),
|
|
25
|
-
ref('l10n_es.account_tax_template_s_iva5s'),
|
|
26
|
-
ref('l10n_es.account_tax_template_s_iva7-5s'),
|
|
27
|
-
ref('l10n_es.account_tax_template_s_iva0_ic'),
|
|
28
|
-
ref('l10n_es.account_tax_template_s_iva0_sp_i'),
|
|
29
|
-
ref('l10n_es.account_tax_template_s_iva0_e'),
|
|
30
|
-
ref('l10n_es.account_tax_template_s_iva_e'),
|
|
31
|
-
ref('l10n_es.account_tax_template_s_iva0'),
|
|
32
|
-
])]"
|
|
33
|
-
/>
|
|
34
|
-
<field name="verifactu_map_id" ref="verifactu_map" />
|
|
35
|
-
<field
|
|
36
|
-
name="name"
|
|
37
|
-
>Operación Sujeta y No exenta - Sin inversión del sujeto pasivo.</field>
|
|
38
|
-
</record>
|
|
39
|
-
<record id="verifactu_map_line_S2" model="verifactu.map.line">
|
|
40
|
-
<field name="code">S2</field>
|
|
41
|
-
<field
|
|
42
|
-
name="taxes"
|
|
43
|
-
eval="[(6, 0, [
|
|
44
|
-
ref('l10n_es.account_tax_template_s_iva0_isp'),
|
|
45
|
-
])]"
|
|
46
|
-
/>
|
|
47
|
-
<field name="verifactu_map_id" ref="verifactu_map" />
|
|
48
|
-
<field
|
|
49
|
-
name="name"
|
|
50
|
-
>Operación Sujeta y No exenta - Con Inversión del sujeto pasivo</field>
|
|
51
|
-
</record>
|
|
52
|
-
<record id="verifactu_map_line_N1" model="verifactu.map.line">
|
|
53
|
-
<field name="code">N1</field>
|
|
54
|
-
<field name="taxes" eval="[(6, 0, [])]" />
|
|
55
|
-
<field name="verifactu_map_id" ref="verifactu_map" />
|
|
56
|
-
<field name="name">Operación No Sujeta artículo 7, 14, otros.</field>
|
|
57
|
-
</record>
|
|
58
|
-
|
|
59
|
-
<record id="verifactu_map_line_N2" model="verifactu.map.line">
|
|
60
|
-
<field name="code">N2</field>
|
|
61
|
-
<field
|
|
62
|
-
name="taxes"
|
|
63
|
-
eval="[(6, 0, [
|
|
64
|
-
ref('l10n_es.account_tax_template_s_iva_ns_b'),
|
|
65
|
-
ref('l10n_es.account_tax_template_s_iva_ns'),
|
|
66
|
-
])]"
|
|
67
|
-
/>
|
|
68
|
-
<field name="verifactu_map_id" ref="verifactu_map" />
|
|
69
|
-
<field name="name">Operación No Sujeta por Reglas de localización.</field>
|
|
70
|
-
</record>
|
|
71
|
-
|
|
72
|
-
<record id="verifactu_map_line_RE" model="verifactu.map.line">
|
|
73
|
-
<field name="code">RE</field>
|
|
74
|
-
<field
|
|
75
|
-
name="taxes"
|
|
76
|
-
eval="[(6, 0, [
|
|
77
|
-
ref('l10n_es.account_tax_template_s_req52'),
|
|
78
|
-
ref('l10n_es.account_tax_template_s_req014'),
|
|
79
|
-
ref('l10n_es.account_tax_template_s_req062'),
|
|
80
|
-
ref('l10n_es.account_tax_template_s_req1'),
|
|
81
|
-
ref('l10n_es.account_tax_template_s_req05'),
|
|
82
|
-
ref('l10n_es.account_tax_template_s_req026'),
|
|
83
|
-
ref('l10n_es.account_tax_template_s_req0'),
|
|
84
|
-
])]"
|
|
85
|
-
/>
|
|
86
|
-
<field name="verifactu_map_id" ref="verifactu_map" />
|
|
87
|
-
<field name="name">Recargo Equivalencia</field>
|
|
88
|
-
</record>
|
|
89
|
-
|
|
90
|
-
<record id="verifactu_map_line_tax_not_included" model="verifactu.map.line">
|
|
91
|
-
<field name="code">TaxNotIncludedInTotal</field>
|
|
92
|
-
<field
|
|
93
|
-
name="taxes"
|
|
94
|
-
eval="[(6, 0, [
|
|
95
|
-
ref('l10n_es.account_tax_template_s_irpf1'),
|
|
96
|
-
ref('l10n_es.account_tax_template_s_irpf2'),
|
|
97
|
-
ref('l10n_es.account_tax_template_s_irpf7'),
|
|
98
|
-
ref('l10n_es.account_tax_template_s_irpf9'),
|
|
99
|
-
ref('l10n_es.account_tax_template_s_irpf15'),
|
|
100
|
-
ref('l10n_es.account_tax_template_s_irpf18'),
|
|
101
|
-
ref('l10n_es.account_tax_template_s_irpf19'),
|
|
102
|
-
ref('l10n_es.account_tax_template_s_irpf19a'),
|
|
103
|
-
ref('l10n_es.account_tax_template_s_irpf195a'),
|
|
104
|
-
ref('l10n_es.account_tax_template_s_irpf20'),
|
|
105
|
-
ref('l10n_es.account_tax_template_s_irpf20a'),
|
|
106
|
-
ref('l10n_es.account_tax_template_s_irpf21'),
|
|
107
|
-
ref('l10n_es.account_tax_template_s_irpf21a'),
|
|
108
|
-
ref('l10n_es.account_tax_template_s_irpf24'),
|
|
109
|
-
ref('l10n_es.account_tax_template_s_irpfnrnue24'),
|
|
110
|
-
ref('l10n_es.account_tax_template_s_irpfnrue19'),
|
|
111
|
-
])]"
|
|
112
|
-
/>
|
|
113
|
-
<field name="verifactu_map_id" ref="verifactu_map" />
|
|
114
|
-
<field name="name">Impuestos no incluidos en ImporteTotal</field>
|
|
115
|
-
</record>
|
|
116
|
-
|
|
117
|
-
<record id="verifactu_map_line_base_not_included" model="verifactu.map.line">
|
|
118
|
-
<field name="code">BaseNotIncludedInTotal</field>
|
|
119
|
-
<field
|
|
120
|
-
name="taxes"
|
|
121
|
-
eval="[(6, 0, [
|
|
122
|
-
ref('l10n_es.account_tax_template_s_iva0_ns'),
|
|
123
|
-
])]"
|
|
124
|
-
/>
|
|
125
|
-
<field name="verifactu_map_id" ref="verifactu_map" />
|
|
126
|
-
<field name="name">Bases no incluidas en ImporteTotal</field>
|
|
127
|
-
</record>
|
|
128
|
-
</odoo>
|