954
960
for x in rate_obj.read(rate_ids, ['name']):
955
961
rate_dict[x['name']] = x['id']
956
fx_rate_obj.create({'currency_id': rate_dict[config.currency.upper()], 'rate': 1, 'name': '2016-01-01'})
962
fx_rate_obj.create({'currency_id': rate_dict[cur_to_load.upper()], 'rate': 1, 'name': '2016-01-01'})