[FIX] loading xml files

This commit is contained in:
Lorenzo Battistini
2013-02-15 18:54:51 +01:00
parent 2c6dd235c0
commit d709be11b5
2 changed files with 11 additions and 9 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<openerp>
<data>
<data noupdate="1">
<record id="ir_model_access_currencyrateupdate0" model="ir.model.access">
<field name="model_id" ref="currency_rate_update.model_currency_rate_update"/>
<field eval="1" name="perm_read"/>