质量模块的改造已完成,本地已测试

This commit is contained in:
mgw
2023-08-02 09:31:06 +08:00
parent 6abafcaf68
commit d7729028cf
7 changed files with 1163 additions and 6410 deletions

View File

@@ -0,0 +1,34 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': '机企猫智能工厂 质量管理',
'version': '1.0',
'summary': 'sf_quality',
'sequence': 16,
'description': """
这是一个用于机企猫质量管理的模块
====================
""",
'category': 'sf',
'author': 'jikimo',
'website': 'https://sf.cs.jikimo.com',
# 此处依赖sf_manufacturing是因为我要重写其中的一个字段operation_id的string故需要sf_manufacturing先安装
'depends': ['quality_control', 'sf_manufacturing'],
'data': [
'views/view.xml'
],
'assets': {
'web.assets_qweb': [
],
'web.assets_backend': [
],
},
'installable': True,
'application': True,
# 'auto_install': False,
'license': 'LGPL-3',
}