mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
Fix line under-indented issue
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user