mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
19 lines
605 B
Python
19 lines
605 B
Python
# Copyright 2022 ForgeFlow
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Stock Valuation Layer Total Value",
|
|
"summary": "Show total value on tree and form view",
|
|
"version": "16.0.1.0.0",
|
|
"development_status": "Production/Stable",
|
|
"category": "stock",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Forgeflow, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["stock_account"],
|
|
"data": [
|
|
"views/stock_valuation_layer.xml",
|
|
],
|
|
}
|