[ADD] new module mail_message_date_order

This commit is contained in:
clementmbr
2022-09-29 19:43:06 +02:00
parent 44a92bde2d
commit 5e074f7bb2
4 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 2021 Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Mail Message Date Order",
"description": """
Order chatter's messages by date instead of by ID
""",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "Akretion",
"website": "akretion.com",
"depends": ["mail"],
"data": [],
"demo": [],
"data": ["views/mail_message_date_order.xml"],
}