Skip to content

Commit

Permalink
[OU-IMP] mail: update noupdate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Dec 17, 2024
1 parent 94167a7 commit 70c9282
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<record id="base.group_user" model="res.groups">
<field name="implied_ids" eval="[(4, ref('mail.group_mail_template_editor'))]"/>
</record>
<record id="base.partner_root" model="res.partner">
<!--<record id="base.partner_root" model="res.partner">
<field name="email"/>
</record>
</record>-->
<record id="channel_all_employees" model="mail.channel">
<field name="group_ids" eval="[Command.link(ref('base.group_user'))]"/>
</record>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ mail / mail.message / author_guest_id (many2one) : NEW re
mail / mail.message / channel_ids (many2many) : DEL relation: mail.channel
# NOTHING TO DO: feature removed

mail / mail.message / message_type (selection) : selection_keys is now '['auto_comment', 'comment', 'email', 'notification', 'user_notification']' ('['comment', 'email', 'notification', 'user_notification']')
# NOTHING TO DO: new key 'auto_comment' added

mail / mail.message / moderation_status (selection) : DEL selection_keys: ['accepted', 'pending_moderation', 'rejected']
mail / mail.message / moderator_id (many2one) : DEL relation: res.users
# NOTHING TO DO: transfer data to model mail_group_message
Expand Down

0 comments on commit 70c9282

Please sign in to comment.