Re: [tryton-dev] Allow field type one2one use recursion check. (issue 1048002)

2013-08-30 Thread Udo Spallek
Hello, Thu, 29 Aug 2013 21:40:17 +0200 Nicolas Évrard nicolas.evr...@b2ck.com: * udo.spal...@googlemail.com [2013-08-29 16:36 +0200]: Reviewers: tryton-dev_googlegroups.com, Subscribing tryton-dev to the review is not necessary anymore (and it generates noise on the mailing list). Sorry.

Re: [tryton-dev] Slow xmlrpc with Proteus

2013-08-30 Thread Cédric Krier
On 29/08/13 20:16 -0700, adriana.diaz.otalva...@gmail.com wrote: Hi, Devs I am using proteus with set_xmlrpc connection for access to a database with 3200 products, and I need create a list of tuples as (code, name) inside model data and search widget for displaying in POS Client but the

Re: [tryton-dev] Proteus problem: slow xmlrpc

2013-08-30 Thread Cédric Krier
On 29/08/13 20:34 -0700, oscar_alvarez wrote: Hi Devs I am using set_xmlrpc method of proteus for access to a database with 3200 products, but this process in starting in POS client take a long time (10 minutes), creating list tuple (code, name) from products from proteus import

[tryton-dev] Update another field from Function field

2013-08-30 Thread Martín Guzmán
Hi all! I'm trying to change the value of a field inside a Function field getter. When I tried to call the write method I get this: InternalError: cannot execute UPDATE in a read-only transaction. Is there a way to do it? If you can't, how can I update a field each time a view is refreshed?

Re: [tryton-dev] Fw: [tryton-commit] changeset in trytond: Fix crash in login with incorrect password...

2013-08-30 Thread Mathias Behrle
* Cédric Krier: [tryton-dev] Fw: [tryton-commit] changeset in trytond: Fix crash in login with incorrect password... (Fri, 30 Aug 2013 11:34:54 +0200): This fix affect 2.8 but I don't see how to backport it on 2.8 because in some way, it changes the API (which is against the rules). But on

Re: [tryton-dev] Slow xmlrpc with Proteus

2013-08-30 Thread Oscar Alvarez
El 30/08/13 02:18, Cédric Krier escribió: On 29/08/13 20:16 -0700, adriana.diaz.otalva...@gmail.com wrote: Hi, Devs I am using proteus with set_xmlrpc connection for access to a database with 3200 products, and I need create a list of tuples as (code, name) inside model data and search widget

[tryton-dev] currency: Missing skiptest for default rate

2013-08-30 Thread Code Review - New issues: ced
issue3348 URL: http://codereview.tryton.org/1049003/

Re: [tryton-dev] add --changepassword=user to trytond

2013-08-30 Thread Cédric Krier
On 30/08/13 10:50 -0500, Andres Vargas wrote: This problem happen to me for third time. I have a db_dump and restore it on trytond but i dont remember the admin user password. i have to update the salt manually to reset a user password. What do you think about if add to trytond

[tryton-dev] add --changepassword=user to trytond

2013-08-30 Thread Andres Vargas
This problem happen to me for third time. I have a db_dump and restore it on trytond but i dont remember the admin user password. i have to update the salt manually to reset a user password. What do you think about if add to trytond --changepassword=username

Re: [tryton-dev] add --changepassword=user to trytond

2013-08-30 Thread Albert Cervera i Areny
2013/8/30 Cédric Krier cedric.kr...@b2ck.com: On 30/08/13 10:50 -0500, Andres Vargas wrote: This problem happen to me for third time. I have a db_dump and restore it on trytond but i dont remember the admin user password. i have to update the salt manually to reset a user password. What

Re: [tryton-dev] Client development

2013-08-30 Thread Albert Cervera i Areny
2013/8/23 Cédric Krier cedric.kr...@b2ck.com: Hi, I think we reach the point in sao development where we could ask for each change request in the GTK client to get also the same in sao (if the feature exists). And viceversa. sao improvements should also be added to GTK client. Otherwise