Skip to content

Change request form view only allows navigating 1 record instead of full list #157

@haklyray

Description

@haklyray

Describe the bug

When viewing the change request list with e.g. 80 records and clicking on one to open the form view, the record navigation (previous/next arrows) only allows navigating to 1 record instead of all 80. In all other list views in the system, clicking into a record allows navigating through the full result set using the breadcrumb arrows.

To Reproduce

  1. Go to the Change Requests list view
  2. Observe there are multiple records (e.g. 80)
  3. Click on any record to open the form view
  4. Try to navigate to the next/previous record using the navigation arrows in the breadcrumb
  5. Only 1 record is available for navigation instead of the full 80

Expected behavior

The form view navigation should allow browsing through all records visible in the list, consistent with how every other list-to-form navigation works in Odoo.

Screenshots

N/A

Additional context

This may be caused by the action or menu definition using a context or domain that limits the records passed to the form view, or by a custom action that opens the form with a restricted active_ids set instead of inheriting the list's full result set.

🔔 Note: This ticket should address common considerations without including country-specific content. Please ensure all references are generic and applicable across various contexts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions