Hi,

We have a system with tests, each Test has a many2one field of User who is its 
executor and a time that the test execution took.
We would like to show a tree view that shows average time per test and when 
click on a test it is like a pivot table that opens the users and show the 
total per user.


Name            |          Average Time

+Test1           |                2 hours
      User1                        1  hours
      User2      |                 1 hours


We saw such tree views in the client but we would like to implement that 
without inserting real rows into the database for this tree view but rather 
query the information from the existing Test model table (using table query 
maybe?)

Appreciate if someone can help here, or refer me to an example of such 
requirements.
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/529c27c1-910e-4c03-878c-6a2c999347f4%40googlegroups.com.

Reply via email to