Skip to content
Snippets Groups Projects
Commit 7d0f1cc2 authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[IMP] website_portal: increase default items per page to 20

Feedback: 10 is very few
parent e23e0182
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ from odoo.fields import Date
class website_account(http.Controller):
_items_per_page = 10
_items_per_page = 20
def _prepare_portal_layout_values(self):
""" prepare the values to render portal layout """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment