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
=== modified file 'invoice_webkit/__openerp__.py'
--- invoice_webkit/__openerp__.py 2013-01-24 15:28:47 +0000
+++ invoice_webkit/__openerp__.py 2013-01-31 16:21:25 +0000
@@ -28,9 +28,9 @@
28 'author': 'Camptocamp',28 'author': 'Camptocamp',
29 'website': 'http://www.camptocamp.com',29 'website': 'http://www.camptocamp.com',
30 'depends': ['base', 'report_webkit', 'base_headers_webkit', 'account'],30 'depends': ['base', 'report_webkit', 'base_headers_webkit', 'account'],
31 'init_xml': [],31 'data': ['security/ir.model.access.csv',
32 'update_xml': ['invoice_report.xml',32 'invoice_report.xml',
33 'view/invoice_view.xml'],33 'view/invoice_view.xml'],
34 'demo_xml': [],34 'demo_xml': [],
35 'test': [],35 'test': [],
36 'installable': True,36 'installable': True,
3737
=== added directory 'invoice_webkit/security'
=== added file 'invoice_webkit/security/ir.model.access.csv'
--- invoice_webkit/security/ir.model.access.csv 1970-01-01 00:00:00 +0000
+++ invoice_webkit/security/ir.model.access.csv 2013-01-31 16:21:25 +0000
@@ -0,0 +1,3 @@
1id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
2account_condition_text_account_user,"account.condition_text.account_user","invoice_webkit.model_account_condition_text","account.group_account_user",1,1,1,0
3account_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