Thanks Pedro.  I'm going to take a look at that wizard.  What I need to do is 
to be able to display these two lists, make some selections from the lists by 
highlighting one or more records with the mouse and then act on these 
selections.  This is what I thought the data['ids'] would return, a list of the 
records that had been highlighted but from the devel book:

> data is a dictionary containing the following data:
> 
>     * ids: the list of ids of resources selected when the user executed the 
> wizard
>     * id: the id highlighted when the user executed the wizard
>     * form: a dictionary containing all the values the user completed in the 
> preceding forms. If you change values in this dictionary, the following forms 
> will be pre-completed. 
> 

it looks like it returns the list that was highlighted BEFORE you launched the 
wizard.  This is no good in my scenario.  I need the list that is highlighted 
in the lists in the wizard form.
I'm sure that python must have some way of knowing which of the list items a 
user has highlighted.  So I need to find that out.

Gerry





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to