Do not make translatable BOM name in wizard.

This commit is contained in:
Albert Cervera i Areny 2014-04-09 00:54:26 +02:00
parent 4c4f6c17cc
commit 90770e488b
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ class CreateBomStart(ModelView):
'Create BOM Start'
__name__ = 'product.cost.plan.create_bom.start'
name = fields.Char('Name', required=True, translate=True)
name = fields.Char('Name', required=True)
inputs = fields.One2Many('production.bom.input', 'bom', 'Inputs')