ajay javiya (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-acl-hr-security-aja into lp:~openerp-dev/openobject-addons/trunk-acl-all.
Requested reviews: Jigar Amin (OpenERP) (jam-openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-acl-hr-security-aja/+merge/130991 Hello, Fix access right issue for mail.followers. Thank You -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-acl-hr-security-aja/+merge/130991 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-acl-all.
=== modified file 'mail/security/ir.model.access.csv' --- mail/security/ir.model.access.csv 2012-10-22 10:58:41 +0000 +++ mail/security/ir.model.access.csv 2012-10-23 12:45:27 +0000 @@ -3,7 +3,7 @@ access_mail_message_group_user,mail.message.group.user,model_mail_message,base.group_user,1,1,1,1 access_mail_mail_all,mail.mail.all,model_mail_mail,,0,0,1,0 access_mail_mail_system,mail.mail.system,model_mail_mail,base.group_system,1,1,1,1 -access_mail_followers_all,mail.followers.all,model_mail_followers,,1,0,0,0 +access_mail_followers_all,mail.followers.all,model_mail_followers,,1,1,1,1 access_mail_followers_system,mail.followers.system,model_mail_followers,base.group_system,1,1,1,1 access_mail_notification_all,mail.notification.all,model_mail_notification,,1,0,0,0 access_mail_notification_aystem,mail.notification.system,model_mail_notification,base.group_system,1,1,1,1
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

