Merge lp:~camptocamp/openerp-product-attributes/7.0-rights-attribute_set-1254609 into lp:~product-core-editors/openerp-product-attributes/7.0

Proposed by Guewen Baconnier @ Camptocamp
Status: Merged
Merged at revision: 228
Proposed branch: lp:~camptocamp/openerp-product-attributes/7.0-rights-attribute_set-1254609
Merge into: lp:~product-core-editors/openerp-product-attributes/7.0
Diff against target: 19 lines (+3/-0)
1 file modified
base_custom_attributes/security/ir.model.access.csv (+3/-0)
To merge this branch: bzr merge lp:~camptocamp/openerp-product-attributes/7.0-rights-attribute_set-1254609
Reviewer Review Type Date Requested Status
Raphaël Valyi - http://www.akretion.com Approve
Alex Comba - Agile BG (community) code review, no test Approve
Lorenzo Battistini (community) code review Approve
Leonardo Pistone code review, no test Approve
Review via email: mp+196481@code.launchpad.net

Commit message

[ADD] access rights on attribute.set

Description of the change

Add security rights on 'attribute.set'.

Fixes lp:1254609

To post a comment you must log in.
Revision history for this message
Leonardo Pistone (lepistone) wrote :

LGTM

Thanks

review: Approve (code review, no test)
Revision history for this message
Lorenzo Battistini (elbati) :
review: Approve (code review)
Revision history for this message
Alex Comba - Agile BG (tafaru) :
review: Approve (code review, no test)
Revision history for this message
Raphaël Valyi - http://www.akretion.com (rvalyi) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'base_custom_attributes/security/ir.model.access.csv'
2--- base_custom_attributes/security/ir.model.access.csv 2013-07-23 14:39:16 +0000
3+++ base_custom_attributes/security/ir.model.access.csv 2013-11-25 07:18:29 +0000
4@@ -1,12 +1,15 @@
5 id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
6+access_base_custom_attributes_attribute_set_salemanager,base_custom_attributes_attribute_set,base_custom_attributes.model_attribute_set,base.group_sale_manager,1,1,1,1
7 access_base_custom_attributes_attribute_group_salemanager,base_custom_attributes_attribute_group,base_custom_attributes.model_attribute_group,base.group_sale_manager,1,1,1,1
8 access_base_custom_attributes_attribute_attribute_salemanager,base_custom_attributes_product_attribute,base_custom_attributes.model_attribute_attribute,base.group_sale_manager,1,1,1,1
9 access_base_custom_attributes_attribute_option_salemanager,base_custom_attributes_attribute_option,base_custom_attributes.model_attribute_option,base.group_sale_manager,1,1,1,1
10 access_base_custom_attributes_attribute_location_salemanager,base_custom_attributes_attribute_location,base_custom_attributes.model_attribute_location,base.group_sale_manager,1,1,1,1
11+access_base_custom_attributes_attribute_set_manager,base_custom_attributes_attribute_set,base_custom_attributes.model_attribute_set,base.group_no_one,1,1,1,1
12 access_base_custom_attributes_attribute_group_manager,base_custom_attributes_attribute_group,base_custom_attributes.model_attribute_group,base.group_no_one,1,1,1,1
13 access_base_custom_attributes_attribute_attribute_manager,base_custom_attributes_attribute_attribute,base_custom_attributes.model_attribute_attribute,base.group_no_one,1,1,1,1
14 access_base_custom_attributes_attribute_option_manager,base_custom_attributes_attribute_option,base_custom_attributes.model_attribute_option,base.group_no_one,1,1,1,1
15 access_base_custom_attributes_attribute_location_manager,base_custom_attributes_attribute_location,base_custom_attributes.model_attribute_location,base.group_no_one,1,1,1,1
16+access_base_custom_attributes_attribute_set_user,base_custom_attributes_attribute_set,base_custom_attributes.model_attribute_set,base.group_user,1,0,0,0
17 access_base_custom_attributes_attribute_group_user,base_custom_attributes_attribute_group,base_custom_attributes.model_attribute_group,base.group_user,1,0,0,0
18 access_base_custom_attributes_attribute_attribute_user,base_custom_attributes_attribute_attribute,base_custom_attributes.model_attribute_attribute,base.group_user,1,0,0,0
19 access_base_custom_attributes_attribute_option_user,base_custom_attributes_attribute_option,base_custom_attributes.model_attribute_option,base.group_user,1,0,0,0

Subscribers

People subscribed via source and target branches