forked from OCA/l10n-romania
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
30 lines (30 loc) · 1.03 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
# Copyright (C) 2022 Dorin Hongu <dhongu(@)gmail(.)com
# Copyright (C) 2022 NextERP Romania
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Romania - eFactura Account EDI UBL",
"category": "Localization",
"summary": "Romania - eFactura - Account EDI UBL",
"depends": [
"l10n_ro_account_anaf_sync",
"account_edi_ubl_cii",
],
"data": [
"security/ir.model.access.csv",
"data/account_edi_data.xml",
"data/ubl_templates.xml",
"views/res_config_settings_views.xml",
"views/account_invoice.xml",
"views/product_view.xml",
"views/res_partner_view.xml",
"views/cius_template.xml",
],
"license": "AGPL-3",
"version": "16.0.1.21.0",
"author": "Terrabit," "NextERP Romania," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"installable": True,
"development_status": "Mature",
"pre_init_hook": "pre_init_hook",
"maintainers": ["dhongu", "feketemihai"],
}