2015-01-13 8:27 GMT+01:00 Luis Daniel <[email protected]>:

> Now my question is: how can I get the values from a selected row in a
> TreeView when I push a button. This is intended to fill the default values on
> a wizard.
>

You can look into the context for 'active_id' :

selected_id = Transaction().context.get('active_id')

Jean Cavallo
*Coopengo*

Reply via email to