2014/1/23 Axel Braun <[email protected]>: > Gents, > > while working more with Tryton, I noticed that in some cases the information > I was looking for is not available. > > As an example, lets take the party overview screen. It starts with Code, > Name, Language,... > I suggest the following improvements: > > 1) flexible adding and removing of columns: > Similar as in some office programs (LO), right click on the header line to > change the columns displayed. That would give the user the option to add > columns he needs and remove those that are not of interest
At the TUB, several of us discussed on how we could manage this by creating a new module that adds an action to all models which would let each user to configure his own tree view. That is, adding or removing fields or adding some fields for search only (hidden fields). For me, this solution is good enough because: - It is relatively simple to implement - Can be developed as a generic server module - Does not require any client changes - Solves the column-order with drag and drop (but not in the same view) - Could be extended to manage the behaviour that you want when new modules are installed > 2) Re-sorting of column-order > ..either by drag N'drop, or by sorting in the menu selection und 1) > > 3) Apply 'Auto-Filter' > Instead of having a filter bar above the column headers, have a filter field > under each column header with a similar functionality as you know it from the > Spreadsheet-Autofilter. For me, current behaviour is ok because users who're not very advanced can push the "Filter" button and fill in the search there. Also, auto-filter does not allow searching hidden fields and requires to resize the column if the search is longer thant the space the column uses. > > Comments? > Cheers/Axel -- Albert Cervera i Areny Tel. 93 553 18 03 @albertnan www.NaN-tic.com
