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

Proposed by Nicolas Bessi - Camptocamp
Status: Merged
Merged at revision: 81
Proposed branch: lp:~camptocamp/banking-addons/bank-statement-reconcile-70-fix-easy-security
Merge into: lp:banking-addons/bank-statement-reconcile-70
Diff against target: 19 lines (+3/-5)
1 file modified
account_easy_reconcile/__openerp__.py (+3/-5)
To merge this branch: bzr merge lp:~camptocamp/banking-addons/bank-statement-reconcile-70-fix-easy-security
Reviewer Review Type Date Requested Status
Alexandre Fayolle - camptocamp Approve
Review via email: mp+146614@code.launchpad.net

Description of the change

[FIX] easy reconcile CSV security file that is not loaded. Prevent using the module when not admin.
Security tested on preproduction instance.

To post a comment you must log in.
Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote :

version increment needed?

review: Needs Information
Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

Good question,

It is not usable without it. As far as I know we do not have an explicit versioning rules. I know you wanted to write a mail on community about it. Maybe I missed it.

Anyway I have no objection about it.

Regards

Nicolas

Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_easy_reconcile/__openerp__.py'
2--- account_easy_reconcile/__openerp__.py 2013-01-04 08:39:10 +0000
3+++ account_easy_reconcile/__openerp__.py 2013-02-05 11:38:29 +0000
4@@ -55,12 +55,10 @@
5 """,
6 "website": "http://www.akretion.com/",
7 "category": "Finance",
8- "init_xml": [],
9 "demo_xml": [],
10- "update_xml": [
11- "easy_reconcile.xml",
12- "easy_reconcile_history_view.xml",
13- ],
14+ "data": ["easy_reconcile.xml",
15+ "easy_reconcile_history_view.xml",
16+ "security/ir.model.access.csv"],
17 'license': 'AGPL-3',
18 "auto_install": False,
19 "installable": True,

Subscribers

People subscribed via source and target branches