Files
test/sf_bf_connect/__manifest__.py
2023-06-28 18:32:45 +08:00

28 lines
679 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.cs.jikimo.com',
'depends': ['sf_base'],
'data': [
'views/res_partner_view.xml',
# 'views/view.xml',
'report/bill_report.xml',
],
'demo': [
],
'qweb': [
],
'license': 'LGPL-3',
'installable': True,
'application': False,
'auto_install': False,
}