server_action_sort
This module provides a generic tool to sort lines in one2many fields of any Odoo model via server actions.
Key Features
- server actions: Adds a new 'Sort' action type to server actions.
- server actions: Allows selecting a one2many field to sort on a specific model.
- server actions: Supports defining multiple sorting criteria with ascending or descending order.
- server actions: Reorders lines by updating their sequence based on the configured criteria.
- server actions: Provides contextual actions in tree views for selected records.
- server actions: Includes access control for sort actions via user groups.