Currently working with Odoo 11.
I have the following case:
Suppose we are in the Contacts view, any user can configure this view in their own way, add filter, group, and in this way create a customized view of the information they want to see.
I want to create a code, to take that customized view to an Excel file. So far I can think of adding a button in the Actions menu (the one that is activated when you select an item in the list view) and that carries a javascript code to sweep the table and then create the excel.
The reason to want to solve it in this way is that each user has his own view in contacts, products, orders, etc. This would be like a generic solution.
I do not know if this is possible in Odoo 11, or if there is a better way to solve this.
Thank you in advance.