~unifield-team/unifield-wm/uf-2207

« back to all changes in this revision

Viewing changes to account_journal/project/project.py

  • Committer: jf
  • Date: 2013-11-13 10:08:34 UTC
  • mfrom: (1847.2.1 UF_2192)
  • Revision ID: jfb@tempo-consulting.fr-20131113100834-2r5qvr8wzto6kip8
UF-2192 [IMP] Analytic journal types are not sorted by names
lp:~unifield-team/unifield-wm/UF_2192

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
            ('correction', 'Correction'),
41
41
            ('cur_adj', 'Currency Adjustement'),
42
42
            ('engagement', 'Engagement'),
43
 
            ('extra', 'OD-Extra Accounting'),
44
43
            ('general','General'),
45
44
            ('hq', 'HQ'),
46
45
            ('hr', 'HR'),
47
46
            ('inkind', 'In-kind Donation'),
48
47
            ('intermission', 'Intermission'),
 
48
            ('migration', 'Migration'),
 
49
            ('extra', 'OD-Extra Accounting'),
49
50
            ('purchase','Purchase'),
50
51
            ('sale','Sale'),
51
52
            ('situation','Situation'),
52
 
            ('migration', 'Migration'),
53
53
        ]
54
54
 
55
55
    _columns = {