forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
27 lines (26 loc) · 964 Bytes
/
__manifest__.py
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
# Copyright 2023 Manuel Regidor <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "SIGAUS - Facturación",
"summary": "Sistema de gestión de aceites industriales usados en España - Facturación",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Sygel, Odoo Community Association (OCA)",
"category": "Accounting",
"website": "https://github.com/OCA/l10n-spain",
"depends": ["account"],
"data": [
"data/data.xml",
"data/exception_templates.xml",
"security/ir.model.access.csv",
"views/l10n_es_sigaus_amount_views.xml",
"views/product_category_views.xml",
"views/product_views.xml",
"views/account_move_views.xml",
"views/report_invoice.xml",
"views/res_company_views.xml",
"views/account_fiscal_position_views.xml",
],
"pre_init_hook": "pre_init_hook",
"installable": True,
}