mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
15 lines
550 B
Python
15 lines
550 B
Python
# Copyright 2023 Tecnativa - Sergio Teruel
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Stock Inventory Count To Zero",
|
|
"summary": "Request an inventory count filling the quantities to zero as default",
|
|
"version": "16.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"category": "Inventory/Inventory",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["stock"],
|
|
}
|