[FIX] Dependencies
[cds-indico.git] / indico / MaKaC / plugins / EPayment / options.py
blob230f640b779955e54402236ed14e89d590d3c745
1 # -*- coding: utf-8 -*-
2 ##
3 ##
4 ## This file is part of Indico
5 ## Copyright (C) 2002 - 2012 European Organization for Nuclear Research (CERN)
6 ##
7 ## Indico is free software: you can redistribute it and/or
8 ## modify it under the terms of the GNU General Public License as
9 ## published by the Free Software Foundation, either version 3 of the
10 ## License, or (at your option) any later version.
12 ## Indico is distributed in the hope that it will be useful, but
13 ## WITHOUT ANY WARRANTY; without even the implied warranty of
14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 ## GNU General Public License for more details.
17 ## You should have received a copy of the GNU General Public License
18 ## along with Indico. If not, see <http://www.gnu.org/licenses/>.
22 globalOptions = [
24 ("customCurrency", {"description": "Add the currencies you want to manage",
25 "type": 'currency',
26 "defaultValue": [{'name': 'Swiss Franc', 'abbreviation': 'CHF'}, {'name': 'Euro', 'abbreviation': 'EUR'}, {'name': 'US dollar', 'abbreviation': 'USD'}],
27 "editable": True,
28 "visible": False}),