托盘绑定工单,托盘生成二维码

This commit is contained in:
gqh
2022-10-25 17:19:42 +08:00
parent 9ee33ae0b9
commit 0fb751ebbe
8 changed files with 164 additions and 12 deletions

View File

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