Hi, Albert ... I've never seen anything like what you tell me, where can I find documentation to do it ?, in addition I tell you I do not need to save the results of the view on any table in database.
El domingo, 26 de octubre de 2014 06:36:13 UTC-4, Albert Cervera Areny escribió: > > 2014-10-26 2:15 GMT+01:00 Luis Daniel <[email protected] <javascript:>>: > > > 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? > > You should create a new class that inherits ModelStorage and overrides > at least the following methods: > > - search() > - read() > > You may also consider implementing: > > - create() > - write() > - delete() > > -- > Albert Cervera i Areny > Tel. 93 553 18 03 > @albertnan > www.NaN-tic.com >
