修复单一制造
This commit is contained in:
@@ -21,7 +21,7 @@ class ResProductProduct(models.Model):
|
||||
class ResProducTemplate(models.Model):
|
||||
_inherit = 'product.template'
|
||||
|
||||
single_manufacturing = fields.Binary('模型文件')
|
||||
single_manufacturing = fields.Boolean(string="单个制造")
|
||||
|
||||
|
||||
class ResMrpBomMo(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user