server_action_navigate
This module extends Odoo's server actions to enable navigation through related records, allowing users to view associated items from selected records.
Key Features
- ir.actions.server: Adds a 'Navigate' state to server actions for traversing relational fields
- ir.actions.server: Allows defining chains of relational fields (many2one, one2many, many2many) to navigate to target models
- ir.actions.server: Supports custom navigation actions or defaults to generic list and form views
- ir.actions.server: Integrates with tree view action menus to execute navigation from selected records