-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (20 loc) · 681 Bytes
/
__manifest__.py
File metadata and controls
21 lines (20 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2018 NextERP Romania
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Romania - Invoice Report",
"summary": "Romania - Invoice Report",
"version": "19.0.0.4.0",
"category": "Localization",
"author": "NextERP Romania,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"license": "AGPL-3",
"installable": True,
"development_status": "Mature",
"maintainers": ["feketemihai"],
"depends": ["l10n_ro_config", "sale"],
"data": [
"views/account_invoice_view.xml",
"views/invoice_report.xml",
"views/res_config_settings_view.xml",
],
}