[IMP] improve the string in fleet

bzr revid: rma@tinyerp.com-20121219070415-46l5zkbr2bjjamea
This commit is contained in:
Randhir Mayatra (OpenERP) 2012-12-19 12:34:15 +05:30
parent ad8d6a0967
commit ca21c057ed
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class fleet_vehicle_state(osv.Model):
_order = 'sequence asc'
_columns = {
'name': fields.char('Name', required=True),
'sequence': fields.integer('Order', help="Used to order the note stages")
'sequence': fields.integer('Sequence', help="Used to order the note stages")
}
_sql_constraints = [('fleet_state_name_unique','unique(name)', 'State name already exists')]