智能工厂的销售模块添加业务平台订单对象
This commit is contained in:
27
sf_bf_connect/__manifest__.py
Normal file
27
sf_bf_connect/__manifest__.py
Normal file
@@ -0,0 +1,27 @@
|
||||
# -*- 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': ['account', 'sf_base', 'base'],
|
||||
'data': [
|
||||
'views/sf_sync_config_settings_views.xml',
|
||||
'data/sf_cron.xml'
|
||||
|
||||
|
||||
],
|
||||
'demo': [
|
||||
],
|
||||
'qweb': [
|
||||
],
|
||||
'installable': True,
|
||||
'application': False,
|
||||
'auto_install': False,
|
||||
}
|
||||
Reference in New Issue
Block a user