刀具产品页面刀具物料及型号字段修改

This commit is contained in:
jinling.yang
2023-06-28 18:32:45 +08:00
parent 8b94696dc3
commit eab6f0ceee
15 changed files with 750 additions and 137 deletions

View File

@@ -1,14 +1,8 @@
# -*- coding: utf-8 -*-
import re
from odoo import api, fields, models, _
class resProduct(models.Model):
_inherit = 'product.template'
model_file = fields.Binary('模型文件')
class MrpProduction(models.Model):
_inherit = 'mrp.production'
_description = "制造订单"