修改模块分类名称
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
'description': """
|
||||
在本模块,定义了主要的角色、菜单、基础业务对象
|
||||
""",
|
||||
'category': 'YZ',
|
||||
'category': 'sf',
|
||||
'website': 'https://www.sf.jikimo.com',
|
||||
'depends': ['account', 'base', 'mrp'],
|
||||
'data': [
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
'description': """
|
||||
在本模块,接收业务平台的模块
|
||||
""",
|
||||
'category': 'YZ',
|
||||
'category': 'sf',
|
||||
'website': 'https://www.sf.cs.jikimo.com',
|
||||
'depends': ['sf_base'],
|
||||
'data': [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
'website': 'https://www.sf.jikimo.com',
|
||||
'depends': ['product', 'base'],
|
||||
'data': [
|
||||
'data/product_data.xml',
|
||||
# 'data/product_data.xml',
|
||||
'views/product_template_view.xml'
|
||||
],
|
||||
'demo': [
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# -*- 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': '',
|
||||
'category': 'sf',
|
||||
'website': 'https://www.sf.jikimo.com',
|
||||
'depends': ['mrp', 'sf_base', 'maintenance'],
|
||||
'data': [
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
'description': """
|
||||
在本模块,智能工厂连接制造资源库
|
||||
""",
|
||||
'category': 'YZ',
|
||||
'category': 'sf',
|
||||
'website': 'https://www.sf.cs.jikimo.com',
|
||||
'depends': ['sf_base'],
|
||||
'data': [
|
||||
|
||||
Reference in New Issue
Block a user