From afde63403d3e29607979f6d0ffe53197aea6d59f Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 5 Feb 2013 12:19:35 +0100 Subject: [PATCH] [FIX] security CSV file is not loaded --- account_easy_reconcile/__openerp__.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/account_easy_reconcile/__openerp__.py b/account_easy_reconcile/__openerp__.py index eb8b1fc0..68e95695 100755 --- a/account_easy_reconcile/__openerp__.py +++ b/account_easy_reconcile/__openerp__.py @@ -55,12 +55,10 @@ allows multiple lines and partial. """, "website": "http://www.akretion.com/", "category": "Finance", - "init_xml": [], "demo_xml": [], - "update_xml": [ - "easy_reconcile.xml", - "easy_reconcile_history_view.xml", - ], + "data": ["easy_reconcile.xml", + "easy_reconcile_history_view.xml", + "security/ir.model.access.csv"], 'license': 'AGPL-3', "auto_install": False, "installable": True,