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
- Go to the Change Requests list view
- Observe there are multiple records (e.g. 80)
- Click on any record to open the form view
- Try to navigate to the next/previous record using the navigation arrows in the breadcrumb
- 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.
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
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.