mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
12 lines
427 B
Python
12 lines
427 B
Python
{
|
|
"name": "Stock Inventory Valuation Pivot",
|
|
"version": "14.0.1.1.0",
|
|
"summary": "Add pivot view to the stock inventory valuation report",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-reporting",
|
|
"license": "AGPL-3",
|
|
"category": "Warehouse Management",
|
|
"depends": ["stock_account"],
|
|
"data": ["views/stock_account_views.xml"],
|
|
}
|