# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': 'sf_machine_connect', 'version': '1.0', 'summary': '智能工厂机床连接模块', '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', ], 'assets': { }, 'installable': True, 'application': True, # 'auto_install': False, 'license': 'LGPL-3', }