智能工厂接口新增相关字段

This commit is contained in:
jinling.yang
2022-10-10 23:13:35 +08:00
parent 839de4c95f
commit e86a82c4b9
18 changed files with 155 additions and 95 deletions

View File

@@ -0,0 +1,25 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': '机企猫智能工厂 API模块',
'version': '1.0',
'summary': '智能工厂API模块',
'sequence': 1,
'description': """
在本模块,接收业务平台订单
""",
'category': 'sf',
'website': 'https://www.sf.cs.jikimo.com',
'depends': ['sale', 'product'],
'data': [
'views/product_template_view.xml',
'views/sale_order_view.xml',
],
'demo': [
],
'qweb': [
],
'installable': True,
'application': False,
'auto_install': False,
}