Skip to content

Commit 7d73ada

Browse files
[17.0][ADD] l10n_es_aeat_mod180
1 parent efc94f0 commit 7d73ada

38 files changed

+5480
-1280
lines changed

l10n_es_aeat/README.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
=========
62
AEAT Base
73
=========
@@ -17,7 +13,7 @@ AEAT Base
1713
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
1814
:target: https://odoo-community.org/page/development-status
1915
:alt: Mature
20-
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
2117
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
2218
:alt: License: AGPL-3
2319
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github
@@ -50,6 +46,7 @@ Módulo base para declaraciones de la AEAT, que incluye:
5046
"Agencia Estatal de Administración Tributaria" creado al efecto.
5147
- Certificado para las declaraciones de la AEAT
5248
- Webservice AEAT SOAP
49+
- Inmuebles.
5350

5451
**Table of contents**
5552

@@ -101,6 +98,9 @@ con errores hay en el informe. Si el valor es 0, no se mostrará ningún
10198
aviso; si el valor es mayor a 0, se mostrará un aviso en la parte
10299
superior de la vista formulario del informe.
103100

101+
Se ha añadido el modelo l10n.es.aeat.real_state para gestionar los
102+
inmuebles.
103+
104104
Usage
105105
=====
106106

@@ -119,10 +119,16 @@ Para poder visualizar un archivo BOE, hay que:
119119
Para importar el certificado, hay que:
120120

121121
1. Entrar en *Facturación > Configuración > AEAT > Certificados*
122-
2. Crear uno nuevo. Rellenas los datos del formulurio y subir el archivo
122+
2. Crear uno nuevo. Rellenas los datos del formulario y subir el archivo
123123
p12
124124
3. Pulsar obtener claves e introducir la contraseña del certificado
125125

126+
Para gestionar inmuebles, hay que:
127+
128+
1. Entrar en *Facturación > Configuración > AEAT > Inmuebles*
129+
2. Crear uno nuevo. Rellenar los datos del formulario.
130+
3. Añadir un inmueble en el campo Inmueble de las lineas de factura.
131+
126132
Known issues / Roadmap
127133
======================
128134

@@ -173,6 +179,7 @@ Contributors
173179
- Manuel Regidor <[email protected]>
174180
- Jairo Llopis (https://www.moduon.team)
175181
- Loida Vilaplana (https://www.moduon.team)
182+
- Carlos Sainz-Pardo (https://www.netkia.es)
176183

177184
Maintainers
178185
-----------

l10n_es_aeat/__manifest__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# Copyright 2022 Moduon - Eduardo de Miguel
88
# Copyright 2024 David Ramia
99
# Copyright 2013-2024 Tecnativa - Pedro M. Baeza
10+
# Copyright 2025 Netkia - Carlos Sainz-Pardo
11+
1012
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl
1113

1214
{
@@ -40,11 +42,12 @@
4042
"views/aeat_tax_agency_view.xml",
4143
"views/aeat_tax_line_view.xml",
4244
"views/aeat_export_configuration_view.xml",
43-
"views/account_move_line_view.xml",
4445
"views/res_company_view.xml",
4546
"views/res_partner_view.xml",
4647
"views/aeat_certificate_view.xml",
4748
"views/account_journal_view.xml",
49+
"views/account_move_line_view.xml",
50+
"views/l10n_es_aeat_real_estate_view.xml",
4851
"views/account_move_view.xml",
4952
],
5053
"installable": True,

0 commit comments

Comments
 (0)