Files
test/sf_mrs_connect/__manifest__.py
jinling.yang 830f3bb35e 212
2022-11-21 20:04:56 +08:00

26 lines
661 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': [
# 'data/ir_cron_data.xml',
'views/res_config_settings_views.xml'
],
'demo': [
],
'qweb': [
],
'installable': True,
'application': False,
'auto_install': False,
}