Skip to content

Commit 747c7f8

Browse files
carlossainznetkiaomar7r
authored andcommitted
[IMP] l10n_es_aeat: ADD Real Estates Management
[FIX] l10n_es_aeat: Remove unneeded computed fields from real estate model
1 parent 40dd66a commit 747c7f8

20 files changed

Lines changed: 5569 additions & 1031 deletions

l10n_es_aeat/__manifest__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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
1011
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl
1112

1213
{
@@ -23,7 +24,6 @@
2324
"category": "Accounting & Finance",
2425
"development_status": "Mature",
2526
"depends": ["l10n_es", "account_tax_balance"],
26-
# odoo_test_helper is needed for the tests
2727
"external_dependencies": {"python": ["unidecode"]},
2828
"data": [
2929
"security/aeat_security.xml",
@@ -41,6 +41,7 @@
4141
"views/aeat_tax_line_view.xml",
4242
"views/aeat_export_configuration_view.xml",
4343
"views/account_move_line_view.xml",
44+
"views/l10n_es_aeat_real_estate_view.xml",
4445
"views/res_company_view.xml",
4546
"views/res_partner_view.xml",
4647
"views/aeat_certificate_view.xml",

0 commit comments

Comments
 (0)