mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] loading xml files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user