22 lines
581 B
Python
22 lines
581 B
Python
# -*- 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': ['sf_manufacturing', 'sf_mrs_connect'],
|
|
'data': [
|
|
'views/mrp_workorder_views.xml',
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'demo': [
|
|
],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
}
|