mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
16 lines
506 B
Python
16 lines
506 B
Python
# Copyright 2020 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Stock archive constraint",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"development_status": "Production/Stable",
|
|
"category": "Warehouse",
|
|
"depends": ["stock"],
|
|
"installable": True,
|
|
"maintainers": ["victoralmau"],
|
|
}
|