# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': '机企猫 工单异常消息通知', 'version': '1.0', 'summary': '当产生工单异常时,发送消息通知', 'sequence': 1, 'category': 'sf', 'website': 'https://www.sf.jikimo.com', 'depends': ['jikimo_workorder_exception', 'jikimo_message_notify'], 'data': [ 'data/bussiness_node.xml', 'data/template_data.xml', # 'security/ir.model.access.csv', ], 'demo': [ ], 'license': 'LGPL-3', 'installable': True, 'application': False, 'auto_install': False, }