Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| mail_bot_hr |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| mail_group | | |
| mail_group |Done | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| mail_plugin |Nothing to do |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright 2026 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env, "mail_group", "19.0.1.1/noupdate_changes.xml")
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---Models in module 'mail_group'---
---Fields in module 'mail_group'---
mail_group / mail.group / _order : _order is now 'is_closed ASC, create_date DESC, id DESC' ('create_date DESC, id DESC')
mail_group / mail.group / is_closed (boolean) : NEW
# NOTHING TO DO: new feature

---XML records in module 'mail_group'---
NEW ir.actions.act_window: mail_group.mail_compose_message_action_mail_group
NEW ir.ui.view: mail_group.email_template_mail_group_closed
# NOTHING TO DO
Loading