On 10 May 12:07, M. Murray wrote: > > You probably should be able to trigger a wizard on click that will open > > the right form base on the active_id. > > > > I've gotten as far as putting a button in the read-only tree that opens the > right form. But, I can't seem to figure out how to pass the active_id to > the form being opened.
active_id is set for wizard in the Transaction().context > The other thing I would like to know, how can I make the form open in a > popup window similar to the way the default form would popup for a One2Many > field. It is not possible, you can only open a new tab. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
