[FIX] Weird indentation issue.
authorThibault Delavallée <tde@openerp.com>
Wed, 30 May 2012 09:25:45 +0000 (11:25 +0200)
committerThibault Delavallée <tde@openerp.com>
Wed, 30 May 2012 09:25:45 +0000 (11:25 +0200)
bzr revid: tde@openerp.com-20120530092545-v0kbj55903cwas6v

addons/base_status/base_stage.py

index 61db5e2..98abb8f 100644 (file)
@@ -382,7 +382,7 @@ class base_stage(object):
             will have to override this method to define the prefix they
             want to display.
         """
-               return ''
+        return ''
        
     def stage_set_send_note(self, cr, uid, ids, stage_id, context=None):
         """ Send a notification when the stage changes. This method has