25 lines
561 B
Python
25 lines
561 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': ['sf_base'],
|
|
'data': [
|
|
|
|
],
|
|
'demo': [
|
|
],
|
|
'qweb': [
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
}
|