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

« back to all changes in this revision

Viewing changes to purchase_override/__init__.py

  • Committer: Olivier DOSSMANN
  • Date: 2011-12-28 15:38:17 UTC
  • mto: This revision was merged to the branch mainline in revision 492.
  • Revision ID: olivier@tempo-laptop-20111228153817-rd119phuevo66e3y
UF-675 [FIX] Engagement lines deletion when a PO is cancelled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
ORDER_CATEGORY = [('medical', 'Medical'), 
6
6
                  ('log', 'Logistic'), 
7
 
                  ('food', 'Food'),
8
7
                  ('service', 'Service'), 
9
 
                  ('asset', 'Asset'), 
10
 
                  ('mixed', 'Mixed'),
11
8
                  ('other', 'Other')]
12
9
 
13
10
import purchase