hello all,
Tabs can be defined to open automatically when the user logs in. These tabs are displayed in alphabetical order of the tab name.
I’d like to be able to add the possibility of defining the tab display order by user, what do you think?
Actions is a Many2Many
field. Probably just setting the order on the field will allow you achieve what you are reqeusting.
I was thinking more along the lines of adding a sequence to the ‘UserAction’ class by adding ‘sequence_ordered()’ to its definition. This would make it possible to define the order by user, it seems to me.