~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to out_step/out_step.py

  • Committer: jf
  • Date: 2012-08-03 14:15:44 UTC
  • mfrom: (1071.2.4 uf-1303)
  • Revision ID: jf@tempo4-20120803141544-xaplb4ot6do2b7iz
UF-1311 [FIX] Column of local expense should not be all in bold
UF-1310 [FIX] A menu is missing in supply configuration
lp:~unifield-team/unifield-wm/uf-1310

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        ('auto', 'Waiting'),
41
41
        ('confirmed', 'Confirmed'),
42
42
        ('assigned', 'Available'),
43
 
        ('shipped', 'Available Shipped'),
44
43
        ('done', 'Closed'),
 
44
        ('delivered', 'Delivered'),
45
45
        ('cancel', 'Cancelled'),
46
 
        ('import', 'Import in progress'),
47
 
        ('delivered', 'Delivered'),
48
46
    ]
49
47
 
50
48
    def _vals_get_out_step(self, cr, uid, ids, fields, arg, context=None):