mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
18 lines
613 B
Python
18 lines
613 B
Python
# Copyright 2021 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
|
|
{
|
|
"name": "Stock Zippcube",
|
|
"summary": "Implement interface with Bosche Zippcube devices"
|
|
"for packaging measurement",
|
|
"version": "14.0.1.0.1",
|
|
"category": "Warehouse",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["stock_measuring_device", "web_notify"],
|
|
"data": [],
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"installable": True,
|
|
"development_status": "Alpha",
|
|
"maintainers": ["gurneyalex"],
|
|
}
|