diff --git a/currency_rate_update/__openerp__.py b/currency_rate_update/__openerp__.py index ea5a663c0..d9a6e7137 100755 --- a/currency_rate_update/__openerp__.py +++ b/currency_rate_update/__openerp__.py @@ -29,7 +29,7 @@ ############################################################################## { "name" : "Currency Rate Update", - "version" : "0.6", + "version" : "0.7", "author" : "Camptocamp", "website" : "http://camptocamp.com", "category" : "Financial Management/Configuration", @@ -79,13 +79,15 @@ found in database. Thanks to main contributors: Grzegorz Grzelak, Alexis de Lattre """, - "depends" : ["base", - "account"], #Added to ensure account security groups are present - "init_xml" : ["security/security.xml"], - "update_xml" : [ - "currency_rate_update.xml", - "company_view.xml", - ], + "depends" : [ + "base", + "account", #Added to ensure account security groups are present + ], + "data" : [ + "currency_rate_update.xml", + "company_view.xml", + "security/security.xml", + ], "demo_xml" : [], "active": False, 'installable': True diff --git a/currency_rate_update/security/security.xml b/currency_rate_update/security/security.xml index 6047e278e..57ae7e316 100755 --- a/currency_rate_update/security/security.xml +++ b/currency_rate_update/security/security.xml @@ -1,6 +1,6 @@ - +