Files
test/sf_machine_connect/__manifest__.py
2023-01-29 09:26:19 +08:00

34 lines
874 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': '机企猫智能工厂 对接机床',
'version': '2.0',
'summary': 'sf_machine_connect',
'sequence': 10,
'description': """
这是一个模块
====================
""",
'category': 'Tools',
'depends': ['sf_base', 'sf_manufacturing', 'barcodes', ],
'data': [
# 定义权限组放在最上面
# 权限组
'views/compensation.xml',
'views/ftp_button.xml',
'views/SfWorkOrderBarcodes.xml',
'views/WorkCenterBarcodes.xml',
'views/Stock_picking_Barcodes.xml',
'views/machine_monitor.xml',
# 'views/machine_info_present.xml',
],
'assets': {
},
'installable': True,
'application': True,
# 'auto_install': False,
'license': 'LGPL-3',
}