修改模块分类名称

This commit is contained in:
jinling.yang
2022-11-22 09:56:29 +08:00
parent c3fdaf8d76
commit e12d3acf4d
5 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
'description': """ 'description': """
在本模块,定义了主要的角色、菜单、基础业务对象 在本模块,定义了主要的角色、菜单、基础业务对象
""", """,
'category': 'YZ', 'category': 'sf',
'website': 'https://www.sf.jikimo.com', 'website': 'https://www.sf.jikimo.com',
'depends': ['account', 'base', 'mrp'], 'depends': ['account', 'base', 'mrp'],
'data': [ 'data': [

View File

@@ -8,7 +8,7 @@
'description': """ 'description': """
在本模块,接收业务平台的模块 在本模块,接收业务平台的模块
""", """,
'category': 'YZ', 'category': 'sf',
'website': 'https://www.sf.cs.jikimo.com', 'website': 'https://www.sf.cs.jikimo.com',
'depends': ['sf_base'], 'depends': ['sf_base'],
'data': [ 'data': [

View File

@@ -12,7 +12,7 @@
'website': 'https://www.sf.jikimo.com', 'website': 'https://www.sf.jikimo.com',
'depends': ['product', 'base'], 'depends': ['product', 'base'],
'data': [ 'data': [
'data/product_data.xml', # 'data/product_data.xml',
'views/product_template_view.xml' 'views/product_template_view.xml'
], ],
'demo': [ 'demo': [

View File

@@ -1,14 +1,14 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details. # Part of Odoo. See LICENSE file for full copyright and licensing details.
{ {
'name': '机企猫智能工厂 制造订单', 'name': '机企猫智能工厂 制造模块',
'version': '1.0', 'version': '1.0',
'summary': '智能工厂制造订单', 'summary': '智能工厂制造模块',
'sequence': 1, 'sequence': 1,
'description': """ 'description': """
""", """,
'category': '', 'category': 'sf',
'website': 'https://www.sf.jikimo.com', 'website': 'https://www.sf.jikimo.com',
'depends': ['mrp', 'sf_base', 'maintenance'], 'depends': ['mrp', 'sf_base', 'maintenance'],
'data': [ 'data': [

View File

@@ -8,7 +8,7 @@
'description': """ 'description': """
在本模块,智能工厂连接制造资源库 在本模块,智能工厂连接制造资源库
""", """,
'category': 'YZ', 'category': 'sf',
'website': 'https://www.sf.cs.jikimo.com', 'website': 'https://www.sf.cs.jikimo.com',
'depends': ['sf_base'], 'depends': ['sf_base'],
'data': [ 'data': [