~jfb-tempo-consulting/unifield-wm/sync-env-py3

« back to all changes in this revision

Viewing changes to config_temp.py

  • Committer: Mallory MARCOT
  • Date: 2018-07-25 09:43:22 UTC
  • mto: This revision was merged to the branch mainline in revision 138.
  • Revision ID: mma@tempo-consulting.fr-20180725094322-78sw94kax6ujwvng
can now select currency for each HQ

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
## Other stuffs
24
24
default_email = 'null@msf.org'
25
25
company_name = 'Médecins Sans Frontières'
26
 
currency = 'chf' # either 'chf' or 'eur' (field.selection in the setup currency wizard)
27
26
default_oc = 'oca'
 
27
default_currency = 'chf' # either 'chf' or 'eur' (field.selection in the setup currency wizard)
 
28
# or describe custom currency for HQs here (override default_currency above):
 
29
'''
 
30
currency_tree = {
 
31
    'HQ1': 'eur',
 
32
    'HQ2': 'chf',
 
33
}
 
34
'''
28
35
 
29
36
lang = False # fr_MF or es_MF
30
37
sync_user_admin = False