Skip to content
Snippets Groups Projects

Mass mailing restrictions

Merged Dani Quilez requested to merge feature/restrict-mass-mailing into dev
2 unresolved threads
2 files
+ 12
0
Compare changes
  • Side-by-side
  • Inline
Files
2
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data>
<record model="ir.ui.menu" id="mass_mailing.mass_mailing_menu_root">
<field
name="groups_id"
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

      • Author Maintainer

        Hello Xavi, with (6,0,...) we're not removing this group we're defining the visibility of this menu item only to the mass_mailing users group. This group is only allowed for platform admins role so once this gets updated only people from this role will see the menu item

      • Please register or sign in to reply
Please register or sign in to reply
/>
</record>
</data>
</odoo>
Loading