质量检查优化

This commit is contained in:
mgw
2025-03-10 17:10:27 +08:00
parent 1541326dfc
commit 2cc7386027
5 changed files with 68 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ from odoo import models, fields
class SfQualityPoint(models.Model):
_inherit = 'quality.point'
_rec_name = 'title'
product_ids = fields.Many2many(
'product.product', string='适用产品',