Files
test/sf_dlm/__manifest__.py
qihao.gong@jikimo.com 0a2cd53400 解决报错
2023-03-23 15:10:59 +08:00

27 lines
746 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': 'sf',
'website': 'https://www.sf.jikimo.com',
'depends': ['mrp', 'base', 'sf_manufacturing','web_widget_model_viewer','mrp_subcontracting'],
'data': [
# 'data/product_data.xml',
'views/product_template_view.xml',
'views/product_workorder.xml'
],
'demo': [
],
'qweb': [
],
'installable': True,
'application': False,
'auto_install': False,
}