~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to currency_rate/__terp__.py

bugfix in overlay creation system

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "Currency Rates",
 
3
    "version" : "1.0",
 
4
    "author" : "Axelor",
 
5
    "category" : "Generic Modules",
 
6
    "website": "http://www.axelor.com",
 
7
    "depends" : ["base", "multi_company_currency"],
 
8
    "init_xml" : [],
 
9
    "update_xml" : [
 
10
                    "currency_data.xml",
 
11
                    "currency_wizard.xml",                                     
 
12
                    ],
 
13
    "demo_xml" : [],
 
14
    "installable": True,
 
15
    "active" : False,
 
16
}