修改工单重复,业务平台分配工厂自动生成产品部分新增字段

This commit is contained in:
jinling.yang
2022-11-08 18:36:36 +08:00
parent 8bb2af1f2a
commit aadbd80422
10 changed files with 77 additions and 19 deletions

View File

@@ -0,0 +1,24 @@
# -*- 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': [],
'data': [
# 'views/sale_process_order_view.xml'
],
'demo': [
],
'qweb': [
],
'installable': True,
'application': False,
'auto_install': False,
}