~savoirfairelinux-openerp/openerp-travel/travel

« back to all changes in this revision

Viewing changes to travel/__openerp__.py

  • Committer: Sandy Carter
  • Date: 2014-03-10 16:36:39 UTC
  • Revision ID: sandy.carter@savoirfairelinux.com-20140310163639-clsnh96ar9qg5s2k
Added mission order report

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
------------
40
40
* Sandy Carter (sandy.carter@savoirfairelinux.com)
41
41
""",
42
 
    'depends': ['mail', 'base_location', ],
 
42
    'depends': [
 
43
        'mail',
 
44
        'base_location',
 
45
    ],
43
46
    'external_dependencies': {},
44
47
    'data': [
45
48
        'security/travel_security.xml',