Files
test/sf_bf_connect/__manifest__.py
2022-10-08 17:33:27 +08:00

25 lines
590 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', 'sale'],
'data': [
'views/sale_process_order_view.xml'
],
'demo': [
],
'qweb': [
],
'installable': True,
'application': False,
'auto_install': False,
}