[ADD] new module mail_message_date_order
This commit is contained in:
17
mail_message_date_order/__manifest__.py
Normal file
17
mail_message_date_order/__manifest__.py
Normal 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"],
|
||||
}
|
||||
Reference in New Issue
Block a user