[FIX] board.board: read access for everyone, full for admins
authorOlivier Dony <odo@openerp.com>
Tue, 22 Nov 2011 13:18:18 +0000 (14:18 +0100)
committerOlivier Dony <odo@openerp.com>
Tue, 22 Nov 2011 13:18:18 +0000 (14:18 +0100)
Also dropped the useless duplicate access rights on
res.log.report, and changed to read-only as it is
a postgres view, obviously read-only.

lp bug: https://launchpad.net/bugs/893484 fixed

bzr revid: odo@openerp.com-20111122131818-uvkq39xagwixf1ya

addons/board/security/ir.model.access.csv

index 8661750..34bc216 100644 (file)
@@ -1,6 +1,6 @@
 "id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
-"access_board_board","board.board","model_board_board","base.group_user",1,1,1,1
-"access_board_board_line","board.board.line","model_board_board_line","base.group_user",1,1,1,1
-"access_res_log_report","res.log.report","model_res_log_report","base.group_user",1,1,1,1
-"access_res_log_report_system","res.log.report system","model_res_log_report",base.group_system,1,0,0,0
-"access_res_log_report_erp_manager","res.log.report erp_manager","model_res_log_report",base.group_erp_manager,1,0,0,0
+"access_board_board all","board.board","model_board_board",,1,0,0,0
+"access_board_board_line all","board.board.line","model_board_board_line",,1,0,0,0
+"access_board_board system","board.board system","model_board_board",base.group_system,1,1,1,1
+"access_board_board_line system","board.board.line system","model_board_board_line",base.group_system,1,1,1,1
+"access_res_log_report all","res.log.report","model_res_log_report",,1,0,0,0