mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-25 16:12:03 +02:00
17 lines
684 B
Python
17 lines
684 B
Python
# Copyright 2018 Camptocamp SA
|
|
# Copyright 2016-19 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Stock Available Unreserved",
|
|
"summary": "Quantity of stock available for immediate use",
|
|
"version": "16.0.1.0.1",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"development_status": "Production/Stable",
|
|
"maintainers": ["LoisRForgeFlow"],
|
|
"website": "https://github.com/OCA/stock-logistics-availability",
|
|
"category": "Warehouse Availability",
|
|
"depends": ["stock"],
|
|
"data": ["views/stock_quant_view.xml", "views/product_view.xml"],
|
|
"license": "LGPL-3",
|
|
}
|