Re: [tryton-dev] How to get the active_ids for the children

2016-02-15 Thread Markus Bala
On Mon, Feb 15, 2016 at 4:04 PM, Cédric Krier wrote: > On 2016-02-15 00:50, Markus Bala wrote: > > hi, > > > > I am doing keyword action "form_action". > > > > Model: stock.shipment.in > > > > The function is to merge the stock.move data. > > > > My question is how can I get the selected ID for t

Re: [tryton-dev] How to get the active_ids for the children

2016-02-15 Thread Cédric Krier
On 2016-02-15 00:50, Markus Bala wrote: > hi, > > I am doing keyword action "form_action". > > Model: stock.shipment.in > > The function is to merge the stock.move data. > > My question is how can I get the selected ID for the stock.move (child). At > now, I only can get the parent;s active_id

[tryton-dev] How to get the active_ids for the children

2016-02-15 Thread Markus Bala
hi, I am doing keyword action "form_action". Model: stock.shipment.in The function is to merge the stock.move data. My question is how can I get the selected ID for the stock.move (child). At now, I only can get the parent;s active_id (stock.shipment.in). Please advice Best Regard, Markus Ba