[tryton-dev] Using raw sql in table query

2016-02-15 Thread Markus Bala
Hi, Is it posible to use Raw Sql in table_query()? Or how to convert execute sql to active record? Best regard -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev

Re: [tryton-dev] Some code to review

2016-02-15 Thread Cédric Krier
On 2016-02-15 23:21, Cédric Krier wrote: > Hi, > > There are some review that are stalling because of missing reviewers. > Please take some time to review: > > https://bugs.tryton.org/issue5212 > https://bugs.tryton.org/issue5215 > https://bugs.tryton.org/issue5220 > https://bugs.

[tryton-dev] Some code to review

2016-02-15 Thread Cédric Krier
Hi, There are some review that are stalling because of missing reviewers. Please take some time to review: https://bugs.tryton.org/issue5212 https://bugs.tryton.org/issue5215 https://bugs.tryton.org/issue5220 https://bugs.tryton.org/issue5225 https://bugs.tryton.org/issue5208

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