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

« back to all changes in this revision

Viewing changes to config_temp.py

  • Committer: jf
  • Date: 2014-09-03 07:57:45 UTC
  • mfrom: (80.1.1 sync-env)
  • Revision ID: jfb@tempo-consulting.fr-20140903075745-6xt1aam2of4gleo1
[IMP] use config.py to set the currency
lp:~unifield-team/unifield-wm/sync-env_with_currency_config/

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 = 'base.EUR'
 
26
currency = 'chf' # either 'chf' or 'eur' (field.selection in the setup currency wizard)
27
27
 
28
28
hq_count = 2
29
29
coordo_count = 2