Fix line under-indented issue

This commit is contained in:
Aristobulo Meneses
2015-07-31 13:17:19 +02:00
parent b11121025c
commit 4632e7120c

View File

@@ -50,8 +50,9 @@ class SubstateSubstate(Model):
_description = "substate that precise a given state"
name = fields.Char(string='Sub state', required=True)
substate_descr = fields.Text(string='Description',
help="To give more information about the sub state")
substate_descr = fields.Text(
string='Description',
help="To give more information about the sub state")
class ClaimLine(Model):