检测报告发布流程

This commit is contained in:
mgw
2025-03-13 14:10:06 +08:00
parent c6ae4d933c
commit 04b255d5c6
10 changed files with 283 additions and 8 deletions

View File

@@ -6,3 +6,4 @@ from . import quality
from . import quality_cnc_test
from . import mrp_workorder
# from . import stock
from . import quality_company

View File

@@ -0,0 +1,8 @@
from odoo import models, fields
# 为公司增加字段
class Company(models.Model):
_inherit = 'res.company'
factory_name = fields.Char('加工工厂')