-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path__manifest__.py
32 lines (32 loc) · 1006 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
29
30
31
32
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Romania - Stock Accounting",
"version": "16.0.1.28.0",
"category": "Localization",
"summary": "Romania - Stock Accounting",
"author": "NextERP Romania,"
"Dorin Hongu,"
"Forest and Biomass Romania,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"depends": [
"sale_stock",
"purchase_stock",
"stock_dropshipping",
"l10n_ro_config",
"l10n_ro_stock",
],
"license": "AGPL-3",
"data": [
"security/ir.model.access.csv",
"views/account_account_view.xml",
"views/product_category_view.xml",
"views/product_template_view.xml",
"views/stock_location_view.xml",
"views/stock_picking_view.xml",
"views/stock_valuation_layer_views.xml",
],
"installable": True,
"development_status": "Mature",
"maintainers": ["dhongu", "feketemihai"],
}