← Back to team overview

banking-addons-team team mailing list archive

lp:~camptocamp/banking-addons/bank-statement-reconcile-70-fix-easy-security into lp:banking-addons/bank-statement-reconcile-70

 

Nicolas Bessi - Camptocamp has proposed merging lp:~camptocamp/banking-addons/bank-statement-reconcile-70-fix-easy-security into lp:banking-addons/bank-statement-reconcile-70.

Requested reviews:
  Banking Addons Team (banking-addons-team)

For more details, see:
https://code.launchpad.net/~camptocamp/banking-addons/bank-statement-reconcile-70-fix-easy-security/+merge/146614

[FIX] easy reconcile CSV security file that is not loaded. Prevent using the module when not admin.
Security tested on preproduction instance.
-- 
https://code.launchpad.net/~camptocamp/banking-addons/bank-statement-reconcile-70-fix-easy-security/+merge/146614
Your team Banking Addons Team is requested to review the proposed merge of lp:~camptocamp/banking-addons/bank-statement-reconcile-70-fix-easy-security into lp:banking-addons/bank-statement-reconcile-70.
=== modified file 'account_easy_reconcile/__openerp__.py'
--- account_easy_reconcile/__openerp__.py	2013-01-04 08:39:10 +0000
+++ account_easy_reconcile/__openerp__.py	2013-02-05 11:38:29 +0000
@@ -55,12 +55,10 @@
 """,
     "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,


Follow ups