Files
stock-logistics-warehouse/stock_measuring_device_zippcube/__manifest__.py
2022-05-16 21:09:17 +00:00

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"],
}