forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
32 lines (31 loc) · 1.16 KB
/
Copy path__manifest__.py
File metadata and controls
32 lines (31 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 2014-2022 Nicolás Ramos (http://binhex.es)
# Copyright 2023 Binhex System Solutions
# Copyright 2024 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "AEAT modelo 592",
"version": "17.0.1.0.0",
"category": "Accounting",
"author": "Tecnativa, Binhex System Solutions, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"depends": ["l10n_es_aeat", "report_csv", "report_xlsx", "stock"],
"data": [
"data/ir_sequence_data.xml",
"security/aeat_security.xml",
"security/ir.model.access.csv",
"views/product_product_views.xml",
"views/product_template_views.xml",
"views/res_partner_views.xml",
"views/mod592_views.xml",
"views/mod592_acquirer_line_views.xml",
"views/mod592_manufacturer_line_views.xml",
"views/res_company_views.xml",
"report/aeat_mod592.xml",
"report/common_templates.xml",
"report/report_views.xml",
],
"development_status": "Production/Stable",
"maintainers": ["victoralmau"],
"installable": True,
}