Files
test/sf_route_workcenter/__manifest__.py
2022-11-16 09:41:34 +08:00

30 lines
796 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': '机企猫藏智能工厂 工序',
'version': '1.0',
'summary': '智能工厂工作中心工序',
'sequence': 1,
'description': """
在本模块,同步资源库
""",
'category': 'YZ',
'website': 'https://www.sf.cs.jikimo.com',
'depends': ['mrp', 'sf_base', 'hr_holidays', 'maintenance'],
'data': [
'views/sf_tray_view.xml',
'views/sf_workorder.xml',
'views/maintenance_views.xml',
'views/mrp_views.xml',
'views/mrp_workcenter_views.xml',
'report/sf_tray_report.xml'
],
'demo': [
],
'qweb': [
],
'installable': True,
'application': False,
'auto_install': False,
}