~julie-w/unifield-wm/UTP-925

« back to all changes in this revision

Viewing changes to partner_modification/partner_modification.py

  • Committer: jf
  • Date: 2011-12-29 19:01:18 UTC
  • mfrom: (426.20.21 uf_647)
  • Revision ID: jf@tempo4-20111229190118-fii49szos2mvqxv9
UF-647 [MERGE] Transport management

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        return {'value': {'supplier_lt': transport_0_lt + procurement_lt,
123
123
                          'customer_lt': transport_0_lt + procurement_lt}}
124
124
    
125
 
    _columns = {'zone': fields.selection(selection=ZONE_SELECTION, string='Zone',),
 
125
    _columns = {'zone': fields.selection(selection=ZONE_SELECTION, string='Zone', required=True),
126
126
                'customer_lt': fields.integer('Customer Lead Time'),
127
127
                'supplier_lt': fields.integer('Supplier Lead Time'),
128
128
                'procurement_lt': fields.integer('Internal Lead Time'),