Hello everyone,
I’m looking for some assistance with configuring the display of column headers in the List View for Odoo v16, specifically enabling regular users to save their current view settings using the "Save current search" feature.
Here's the scenario I’m aiming to achieve:
- Column Display Control: Users should be able to control the display of columns in the List View using the optional_columns_dropdown_toggle feature located at the right end of the list view, as defined in the XML with optional="show" or optional="hide".
- Saving Custom Views: After setting the filters, groupings, and column visibility, users should be able to save these custom settings using the "Save current search" feature in Favorites.
I understand that setting optional attributes in the XML allows the columns to be toggled. While filters and groupings are saved, I am unsure how to save and recall the column visibility settings for each user.
Has anyone successfully implemented this or could provide guidance on how to achieve this functionality?
Thank you for your support!