Hi, I'm looking for a way to show in a Tree View some data stored in a simple python list of tuples, but a only have found how to insert data from SQL queries or implementing the table_query method.... so that, I don't know actually a way to insert my data in a tree view (fields.One2Many) and to show that field in a view form.
What can I do, to accomplish with this work?
