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
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.
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
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
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
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