Do not make name field required in product lines to make it more usable.

This commit is contained in:
Albert Cervera i Areny 2014-04-09 00:55:39 +02:00
parent 90770e488b
commit 8cc611a716
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ class PlanProductLine(ModelSQL, ModelView):
'Product Cost Plan Product Line'
__name__ = 'product.cost.plan.product_line'
name = fields.Char('Name', required=True)
name = fields.Char('Name')
sequence = fields.Integer('Sequence')
parent = fields.Many2One('product.cost.plan.product_line', 'Parent')
children = fields.One2Many('product.cost.plan.product_line', 'parent',