mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
18 lines
522 B
Python
18 lines
522 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Stock Free Quantity",
|
|
"version": "14.0.1.1.0",
|
|
"author": "akretion,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"development_status": "Production/Stable",
|
|
"category": "Warehouse",
|
|
"depends": ["stock"],
|
|
"license": "AGPL-3",
|
|
"data": [
|
|
"views/product_template_view.xml",
|
|
"views/product_product_view.xml",
|
|
],
|
|
"installable": True,
|
|
}
|