Hello,
I have a problem with the display of the web page "website_membership.index".
On my website (www.fnbb.org - Mitglieder - Unsere Mitglieder) only the first 20 members of our organisation are shown. I checked several times that the contacts are all as they should and similar to the ones shown.
Can somebody give me a hint please?
In the meantime I found the answer myself:
in ... /odoo/addons/website_membership/controllers/main.py you have to increase the value of
_references_per_page =20
to the value you need.