Skip to content
Snippets Groups Projects
Commit 8a6b0d1d authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[FIX] website_mail_group: number of thread and replies back to normal values after testing.

parent a6eaa7ba
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ from openerp.addons.web.http import request
class MailGroup(http.Controller):
_thread_per_page = 5
_replies_per_page = 1
_thread_per_page = 20
_replies_per_page = 10
def _get_archives(self, group_id):
MailMessage = request.registry['mail.message']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment