From 4632e7120ce34f29c966760bda804c9cb8e38b4b Mon Sep 17 00:00:00 2001 From: Aristobulo Meneses Date: Fri, 31 Jul 2015 13:17:19 +0200 Subject: [PATCH] Fix line under-indented issue --- crm_claim_rma/crm_claim_rma.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crm_claim_rma/crm_claim_rma.py b/crm_claim_rma/crm_claim_rma.py index 128cee49..5a152ee6 100644 --- a/crm_claim_rma/crm_claim_rma.py +++ b/crm_claim_rma/crm_claim_rma.py @@ -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):