18 lines
443 B
Python
18 lines
443 B
Python
# 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"],
|
|
}
|