Files
stock-logistics-warehouse/stock_cubiscan/__manifest__.py
Guewen Baconnier 6bd008ec41 Add readme's source
2020-03-26 13:04:05 +01:00

28 lines
881 B
Python

# Copyright 2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Cubiscan",
"summary": "Implement inteface with Cubiscan devices for packaging",
"version": "13.0.1.0.0",
"category": "Warehouse",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": [
"barcodes",
"stock",
"web_tree_dynamic_colored_field",
"product_packaging_dimension",
"product_packaging_type_required",
],
"external_dependencies": {"python": ["cubiscan"]},
"website": "https://github.com/OCA/stock-logistics-warehouse",
"data": [
"views/assets.xml",
"views/cubiscan_view.xml",
"wizard/cubiscan_wizard.xml",
"security/ir.model.access.csv",
],
"installable": True,
"development_status": "Alpha",
}