1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/quality_control_iot/__manifest__.py
2024-12-10 09:04:09 +07:00

18 lines
552 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Quality checks with IoT',
'category': 'Manufacturing/Internet of Things (IoT)',
'summary': 'Control the quality of your products with IoT devices',
'description': """
Use devices connected to an IoT Box to control the quality of your products.
""",
'depends': ['quality_control', 'quality_iot'],
'data': [
'wizard/quality_check_wizard_views.xml',
],
'auto_install': True,
'license': 'OEEL-1',
}