Reviewers: ,


Please review this at http://codereview.tryton.org/702002/

Affected files:
  M work.py


Index: work.py
===================================================================

--- a/work.py
+++ b/work.py
@@ -35,7 +35,7 @@
             ],
         depends=['parent', 'id'])
     leveling_delay = fields.Float("Leveling Delay")
-    back_leveling_delay = fields.Float("Leveling Delay")
+    back_leveling_delay = fields.Float("Back Leveling Delay")
allocations = fields.One2Many('project.allocation', 'work', 'Allocations',
         states={
             'invisible': Eval('type') != 'task',



--
--
[email protected] mailing list

--- You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to