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