Skip to content
Extraits de code Groupes Projets
Valider 18da71ba rédigé par jordan's avatar jordan
Parcourir les fichiers

[fix] users and implied_ids on res_groups data

parent b9bb571a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
2022 Le Filament 2022 Le Filament
2017 Sunflower IT 2017 Sunflower IT
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo noupdate="1"> <odoo noupdate="1">
<record model="res.groups" id="group_mail_edit_editor" > <record model="res.groups" id="group_mail_edit_editor" >
<field name="name">Modifier ses propres messages</field> <field name="name">Modifier ses propres messages</field>
<field name="comment">Members of this group are able to edit its own mail messages.</field> <field name="comment">Members of this group are able to edit its own mail messages.</field>
<field name="category_id" ref="base.module_category_hidden"/> <field name="category_id" ref="base.module_category_hidden"/>
<field name="users" eval="[(4, ref('base.user_admin'))]"/>
</record> </record>
<record model="res.groups" id="group_mail_edit_superuser"> <record model="res.groups" id="group_mail_edit_superuser">
...@@ -16,5 +16,6 @@ ...@@ -16,5 +16,6 @@
<field name="comment">Members of this group are able to edit all mails messages.</field> <field name="comment">Members of this group are able to edit all mails messages.</field>
<field name="category_id" ref="base.module_category_hidden"/> <field name="category_id" ref="base.module_category_hidden"/>
<field name="users" eval="[(4, ref('base.user_admin'))]"/> <field name="users" eval="[(4, ref('base.user_admin'))]"/>
<field name="implied_ids" eval="[(4, ref('mail_edit.group_mail_edit_editor'))]"/>
</record> </record>
</odoo> </odoo>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter