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

« back to all changes in this revision

Viewing changes to mkdb.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:
165
165
            'button' : 'action_stop',
166
166
        },
167
167
        'currency.setup' : {
168
 
            'functional_id' : 'chf',
 
168
            'functional_id' : config.currency,
169
169
        } 
170
170
    }
171
171