Merge lp:~camptocamp/account-invoice-report/add-security into lp:~account-core-editors/account-invoice-report/7.0

Proposed by Nicolas Bessi - Camptocamp
Status: Merged
Merged at revision: 16
Proposed branch: lp:~camptocamp/account-invoice-report/add-security
Merge into: lp:~account-core-editors/account-invoice-report/7.0
Diff against target: 25 lines (+6/-3)
2 files modified
invoice_webkit/__openerp__.py (+3/-3)
invoice_webkit/security/ir.model.access.csv (+3/-0)
To merge this branch: bzr merge lp:~camptocamp/account-invoice-report/add-security
Reviewer Review Type Date Requested Status
Alexandre Fayolle - camptocamp code review, no test Approve
Review via email: mp+145906@code.launchpad.net

Description of the change

Add missing security

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

LGTM

review: Approve (code review, no test)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'invoice_webkit/__openerp__.py'
2--- invoice_webkit/__openerp__.py 2013-01-24 15:28:47 +0000
3+++ invoice_webkit/__openerp__.py 2013-01-31 16:21:25 +0000
4@@ -28,9 +28,9 @@
5 'author': 'Camptocamp',
6 'website': 'http://www.camptocamp.com',
7 'depends': ['base', 'report_webkit', 'base_headers_webkit', 'account'],
8- 'init_xml': [],
9- 'update_xml': ['invoice_report.xml',
10- 'view/invoice_view.xml'],
11+ 'data': ['security/ir.model.access.csv',
12+ 'invoice_report.xml',
13+ 'view/invoice_view.xml'],
14 'demo_xml': [],
15 'test': [],
16 'installable': True,
17
18=== added directory 'invoice_webkit/security'
19=== added file 'invoice_webkit/security/ir.model.access.csv'
20--- invoice_webkit/security/ir.model.access.csv 1970-01-01 00:00:00 +0000
21+++ invoice_webkit/security/ir.model.access.csv 2013-01-31 16:21:25 +0000
22@@ -0,0 +1,3 @@
23+id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
24+account_condition_text_account_user,"account.condition_text.account_user","invoice_webkit.model_account_condition_text","account.group_account_user",1,1,1,0
25+account_condition_text_account_manager,"account.condition_text.account_manager","invoice_webkit.model_account_condition_text","account.group_account_manager",1,1,1,1

Subscribers

People subscribed via source and target branches