sf1.0
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
from odoo import api, fields, models,_
|
||||
|
||||
|
||||
class resProduct(models.Model):
|
||||
class ResProducTemplate_Production(models.Model):
|
||||
_inherit = 'product.template'
|
||||
|
||||
model_file = fields.Binary('模型文件')
|
||||
|
||||
|
||||
class MrpProduction(models.Model):
|
||||
_inherit = 'mrp.production'
|
||||
_description = "制造订单"
|
||||
|
||||
Reference in New Issue
Block a user