[tryton-dev] webdav: Remove duplicated 'name' entry in attachment creation. (issue340002)

2012-04-28 Thread albert . nan . tic
Reviewers: , Please review this at http://codereview.tryton.org/340002/ Affected files: M trytond/webdav/webdav.py Index: trytond/webdav/webdav.py === --- a/trytond/webdav/webdav.py +++ b/trytond/webdav/webdav.py @@ -547,7

Re: [tryton-dev] Active Record the next step

2012-04-28 Thread Cédric Krier
On 28/04/12 17:10 +0200, Albert Cervera i Areny wrote: A Dissabte, 28 d'abril de 2012 16:41:35, Cédric Krier va escriure: On 25/04/12 13:46 +0200, Cédric Krier wrote: Really ! Still no comments? Guys, I need to know your thoughts and ideas to improve it before starting patches for

Re: [tryton-dev] Active Record the next step

2012-04-28 Thread Jean Cavallo
Well, the patch is huuuge :) +1, I'm on it but I will need a few days to go through everything. Jean -- tryton-dev@googlegroups.com mailing list

[tryton-dev] keep alive of the client

2012-04-28 Thread Henrik Genssen
Hi, after certain time of inactivity, the client requests for a password. which function do I have to call in the client for a keep-alive? regards H. -- tryton-dev@googlegroups.com mailing list

[tryton-dev] how do I call an action

2012-04-28 Thread Henrik Genssen
Hi, how do I execute an action in the client e.g. open a view from a plugin? regards H. -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] keep alive of the client

2012-04-28 Thread Udo Spallek
Hi, Sat, 28 Apr 2012 09:36:00 -0700 (PDT) Henrik Genssen henrik.gens...@miadi.net: after certain time of inactivity, the client requests for a password. which function do I have to call in the client for a keep-alive? regards You can also set the session-timeout in trytond.conf[1]. [1]

RE: Re: [tryton-dev] how do I call an action

2012-04-28 Thread Henrik Genssen
I am developing a browser plugin. I want to call a tryton action from javascript e.g. open the party view (in a new tab) or open the party view for adding data yours Henrik reply to message: date: 28.04.2012 19:16:27 from: Cédric Krier cedric.kr...@b2ck.com to: tryton-dev@googlegroups.com

RE: [tryton-dev.googlegroups.com] Re: [tryton-dev] keep alive of the client

2012-04-28 Thread Henrik Genssen
Hmm, that is not what I want. If I click around in my browser plugin, the tryton client runs into timeout. so I would like to keep alive the connection of the tryton client to the server on every click in the browser yours Henrik reply to message: date: 28.04.2012 19:12:51 from: Udo Spallek

Re: Re: [tryton-dev] how do I call an action

2012-04-28 Thread Cédric Krier
On 28/04/12 21:10 +0200, Henrik Genssen wrote: I am developing a browser plugin. I want to call a tryton action from javascript e.g. open the party view (in a new tab) or open the party view for adding data I still don't understand. What do you mean by open the party view? -- Cédric Krier

RE: [tryton-dev.googlegroups.com] Re: [tryton-dev.googlegroups.com] Re: [tryton-dev] keep alive of the client

2012-04-28 Thread Henrik Genssen
Why is that a security issue? PS: I do not know, what you always mean by: do not top post if I look at googles group view, the thread looks, as it should! https://groups.google.com/forum/?fromgroups#!topic/tryton-dev/7i1WLerDIX8/overview reply to message: date: 28.04.2012 22:18:17 from: Cédric

RE: [tryton-dev.googlegroups.com] Re: Re: [tryton-dev] how do I call an action

2012-04-28 Thread Henrik Genssen
do the same, as click on party in the tree menu... reply to message: date: 28.04.2012 22:20:29 from: Cédric Krier cedric.kr...@b2ck.com to: tryton-dev@googlegroups.com subject: [tryton-dev.googlegroups.com] Re: Re: [tryton-dev] how do I call an action On 28/04/12 21:10 +0200, Henrik Genssen

Re: [tryton-dev] keep alive of the client

2012-04-28 Thread Cédric Krier
On 28/04/12 22:57 +0200, Henrik Genssen wrote: Why is that a security issue? Sessions that never stop are a security issue. PS: I do not know, what you always mean by: do not top post Put the answer on top like you do. This is painful to read so if you want that people continue to read your

Re: [tryton-dev] how do I call an action

2012-04-28 Thread Cédric Krier
On 28/04/12 22:58 +0200, Henrik Genssen wrote: reply to message: date: 28.04.2012 22:20:29 from: Cédric Krier cedric.kr...@b2ck.com to: tryton-dev@googlegroups.com subject: [tryton-dev.googlegroups.com] Re: Re: [tryton-dev] how do I call an action On 28/04/12 21:10 +0200, Henrik Genssen

RE: [tryton-dev.googlegroups.com] Re: [tryton-dev] keep alive of the client

2012-04-28 Thread Henrik Genssen
On 28/04/12 22:57 +0200, Henrik Genssen wrote: Why is that a security issue? Sessions that never stop are a security issue. I did not wanted them to never stop. I just want them to keep alive, while the user is clicking around in the browser widget in the tryton client --

Re: [tryton-dev.googlegroups.com] Re: [tryton-dev] keep alive of the client

2012-04-28 Thread Cédric Krier
On 29/04/12 00:01 +0200, Henrik Genssen wrote: On 28/04/12 22:57 +0200, Henrik Genssen wrote: Why is that a security issue? Sessions that never stop are a security issue. I did not wanted them to never stop. I just want them to keep alive, while the user is clicking around in the

Re: [tryton-dev] how do I call an action

2012-04-28 Thread Cédric Krier
On 29/04/12 00:16 +0200, Henrik Genssen wrote: On 28/04/12 21:10 +0200, Henrik Genssen wrote: I am developing a browser plugin. I want to call a tryton action from javascript e.g. open the party view (in a new tab) or open the party view for adding data I still don't understand.

Re: [tryton-dev] keep alive of the client

2012-04-28 Thread Cédric Krier
On 29/04/12 00:58 +0200, Henrik Genssen wrote: Sessions that never stop are a security issue. I did not wanted them to never stop. I just want them to keep alive, while the user is clicking around in the browser widget in the tryton client The timeout is reset on each request. So is