forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
46 lines (46 loc) · 1.62 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Copyright 2021 Binovo IT Human Project SL
# Copyright 2021 Landoo Sistemas de Informacion SL
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "TicketBAI",
"summary": "Declaración de todas las operaciones de venta realizadas por las "
"personas y entidades que desarrollan actividades económicas",
"version": "16.0.1.0.7",
"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": [
"base_vat",
"l10n_es",
"l10n_es_aeat",
"account",
"l10n_es_ticketbai_api",
],
"data": [
"security/ir.model.access.csv",
"data/tax_map_data.xml",
"data/vat_exemption_key_data.xml",
"data/vat_regime_key_data.xml",
"data/account_fiscal_position_template.xml",
"views/ticketbai_invoice_views.xml",
"views/l10n_es_ticketbai_views.xml",
"views/account_fiscal_position_template_views.xml",
"views/account_fiscal_position_views.xml",
"views/account_move_views.xml",
"views/account_journal_views.xml",
"views/report_invoice.xml",
"views/res_company_views.xml",
"views/res_partner_views.xml",
"views/tax_map_views.xml",
"views/vat_exemption_key_views.xml",
"views/vat_regime_key_views.xml",
"wizard/ticketbai_info_views.xml",
],
"post_init_hook": "post_init_hook",
}