This commit is contained in:
jinling.yang
2022-11-21 20:04:56 +08:00
parent c4876e9631
commit 830f3bb35e
87 changed files with 1785 additions and 2711 deletions

View File

@@ -1,18 +1,18 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': '机企猫智能工厂 同步模块',
'name': '机企猫智能工厂 连接业务平台模块',
'version': '1.0',
'summary': '智能工厂同步模块',
'summary': '连接业务平台模块',
'sequence': 1,
'description': """
在本模块,同步资源库
在本模块,接收业务平台的模块
""",
'category': 'YZ',
'website': 'https://www.sf.cs.jikimo.com',
'depends': ['account', 'sf_base', 'base', 'sale'],
'depends': ['sf_base'],
'data': [
# 'views/sale_process_order_view.xml'
],
'demo': [
],