-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (23 loc) · 853 Bytes
/
__manifest__.py
File metadata and controls
23 lines (23 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (C) 2021 Dakai Soft SRL
# Copyright (C) 2021 NextERP Romania
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Romania - Nondeductible VAT",
"category": "Localization",
"summary": "Romania - Nondeductible VAT",
"license": "AGPL-3",
"version": "19.0.0.3.0",
"data": [
"views/account_account_view.xml",
"views/account_move_view.xml",
"views/account_tax_view.xml",
"views/stock_quant_view.xml",
"views/stock_picking_view.xml",
],
"depends": ["l10n_ro_stock_account", "l10n_ro_vat_on_payment"],
"author": "Dakai Soft SRL,NextERP Romania,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"installable": True,
"development_status": "Mature",
"maintainers": ["adrian-dks", "feketemihai"],
}