forked from dm-integrations/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
28 lines (27 loc) · 1.02 KB
/
__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
28
# Copyright 2021 Binovo IT Human Project SL
# Copyright 2022 Landoo Sistemas de Informacion SL
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "TicketBAI (API) - Batuz - "
"declaración de todas las operaciones de venta realizadas por las personas "
" y entidades que desarrollan actividades económicas en Bizkaia",
"version": "16.0.1.0.3",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/l10n-spain",
"author": "Binovo," "Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"auto_install": False,
"development_status": "Beta",
"maintainers": ["ao-landoo"],
"depends": ["l10n_es_ticketbai_api"],
"external_dependencies": {"python": ["xmltodict", "requests_pkcs12"]},
"data": [
"security/ir.model.access.csv",
"data/tax_agency_data.xml",
"data/lroe_chapter_data.xml",
"views/res_company_views.xml",
"views/lroe_operation_views.xml",
],
}