Mass mailing restrictions
2 unresolved threads
2 unresolved threads
- Remove mass mailing user permission from all roles except from platform admin
- Restrict menu root visibility for mass_mailing users
Edited by Dani Quilez
Merge request reports
Activity
assigned to @daniquilez
requested review from @xavier.bonet
assigned to @DaniilDigtyar and unassigned @daniquilez
@DaniilDigtyar this MR is ready. It is not so urgent so it can follow the normal process. One week in preprod and then we relase it.
Thanks!
1 <?xml version="1.0" encoding="utf-8" ?> 2 <odoo> 3 <data> 4 <record model="ir.ui.menu" id="mass_mailing.mass_mailing_menu_root"> 5 <field 6 name="groups_id" 7 eval="[(6,0,[ref('mass_mailing.group_mass_mailing_user')])]" Hi @daniquilez if we take out this group mass_mailing.group_mass_mailing_user from the menu item, nobody will be able to see this menu right? but users that have the role of Platform Admins need access. Perhups we need to add the group ennergy_communities.platform_admin tho this menu item in addition to take out the mass_mailing.group_mass_mailing_user
- Resolved by Enrico Stano
mentioned in commit fbf42f1e
mentioned in merge request !220 (merged)
unassigned @DaniilDigtyar
Please register or sign in to reply