-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path__manifest__.py
28 lines (27 loc) · 936 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
28
# Copyright (C) 2014 Forest and Biomass Romania
# Copyright (C) 2020 NextERP Romania
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Romania - Localization Config",
"summary": "Romania - Localization Install and Config Applications",
"license": "AGPL-3",
"version": "16.0.1.17.0",
"author": "NextERP Romania,"
"Forest and Biomass Romania,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"depends": ["l10n_ro", "base_vat"],
"data": [
"security/ro_menus_group.xml",
"views/account_journal.xml",
"views/common_report.xml",
"views/res_config_view.xml",
"views/res_bank_view.xml",
"views/res_partner_view.xml",
],
"pre_init_hook": "pre_init_hook",
"development_status": "Mature",
"maintainers": ["feketemihai"],
"installable": True,
"auto_install": True,
}