Hello Marc, Several answers, none of them are perfect:
* I remember having developped a module where you can select multiple categories from "partners by category" and click on gears to open all partners that belongs to one of these categories. By I can't remember which module implemented this. * Did you had a look at the crm_profiling module ? It can help you, in another intelligent way: ** Allows to encode questions and answers for each partners ** Then create computed segmenations based on criterias * From the "partners by category", double click on a category and it opens all partners belonging to this category and all his childs. Then you can filter through the search dialog. The filter applies to the partners of this categories. * Not yet published, but in our subversion (extra_addons) there is a module that allows to build complex queries on multiple tables: base_report_creator. (statistic report designer). It allows to design any report (select columns from different objects), any filter (on any column from different objects, and type of operator) and any view (tree, graph, calendar). Then it opens a new view on this report to allows you to work on it. This module is not yet finnished but is already working (with some bugs remaining). We will publish it when it is fully tested. Thanks, _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
