-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path__manifest__.py
More file actions
24 lines (23 loc) · 821 Bytes
/
__manifest__.py
File metadata and controls
24 lines (23 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Romania - Account Period Closing",
"category": "Localization",
"summary": "Romania - Account Period Closing",
"depends": ["l10n_ro_config"],
"data": [
"views/account_period_close_view.xml",
"wizards/wizard_account_period_closing_view.xml",
"security/account_security.xml",
"security/ir.model.access.csv",
],
"license": "AGPL-3",
"version": "19.0.1.1.0",
"author": "NextERP Romania,"
"Forest and Biomass Romania,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"installable": True,
"development_status": "Mature",
"external_dependencies": {"python": ["python-dateutil"]},
"maintainers": ["feketemihai"],
}