Skip to content

[18.0][ADD] survey_question_list_all: New module#212

Closed
Daniel15 wants to merge 1 commit intoOCA:18.0from
Daniel15:survey_question_list_all
Closed

[18.0][ADD] survey_question_list_all: New module#212
Daniel15 wants to merge 1 commit intoOCA:18.0from
Daniel15:survey_question_list_all

Conversation

@Daniel15
Copy link
Copy Markdown

@Daniel15 Daniel15 commented Jan 24, 2026

Problem

Surveys can get quite long if they're used for collecting data from clients. By default, one2many and many2many lists in Odoo only show 40 items, requiring pagination after that. Additionally, after adding a new question, it goes back to the start of the list rather than staying on the right page, making it frustrating to quickly iterate on new questions.

This PR

This PR adds a new module that updates the survey form view to show all questions, not just 40. Technically it changes the page size to 10000, but that should be sufficient for anything.

Before:
Screenshot_20260123_210225

After:
Screenshot_20260123_210159

This is the first time I've created an Odoo module, so please let me know if there's any issues.

@Daniel15
Copy link
Copy Markdown
Author

Daniel15 commented Mar 1, 2026

For now this is in my own repo https://github.com/Daniel15/odoo-modules. When I get some free time, I'll create a new PR with the current state of the repo, as I've changed the module a bit.

@Daniel15 Daniel15 closed this Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant