修改模块分类名称
This commit is contained in:
@@ -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': [
|
||||||
|
|||||||
@@ -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': [
|
||||||
|
|||||||
@@ -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': [
|
||||||
|
|||||||
@@ -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': [
|
||||||
|
|||||||
@@ -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': [
|
||||||
|
|||||||
Reference in New Issue
Block a user