[tryton-dev] Do not check for closed period when writing on anglo_saxon_quantity

2013-08-29 Thread Cédric Krier
This changeset breaks the unittest: http://hg.tryton.org/modules/stock/rev/a4feb97fdf49 see: http://tests.tryton.org/~test/postgresql.html Please run the unittest before commit. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber:

[tryton-dev] Crash in login with incorrect password

2013-08-29 Thread Code Review - New issues: albert-nan
issue3346 URL: http://codereview.tryton.org/1044002/

Re: [tryton-dev] python-sql

2013-08-29 Thread Mathias Behrle
* Nicolas Évrard: Re: [tryton-dev] python-sql (Thu, 29 Aug 2013 07:32:03 +0200): * Mathias Behrle [2013-08-28 23:41 +0200]: * Cédric Krier: Re: [tryton-dev] python-sql (Wed, 28 Aug 2013 22:20:40 It is different from sqlalchemy in that - it is not based on declared tables - it

[tryton-dev] ldap_authentication: Crash in login with incorrect password

2013-08-29 Thread Code Review - New issues: albert-nan
(No description) URL: http://codereview.tryton.org/1045002/

[tryton-dev] stock: call check_period_closed when creating moves

2013-08-29 Thread Code Review - New issues: nicoe
Is the check before calling check_period_closed necessary? URL: http://codereview.tryton.org/1041004/

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

2013-08-29 Thread udo . spallek
Reviewers: tryton-dev_googlegroups.com, Please review this at http://codereview.tryton.org/1048002/ Affected files: M trytond/model/modelstorage.py Index: trytond/model/modelstorage.py === --- a/trytond/model/modelstorage.py

[tryton-dev] Allow field type one2one use recursion check.

2013-08-29 Thread Code Review - New issues: udono
Allow field type one2one use recursion check. issue3347 review1048002 URL: http://codereview.tryton.org/1048002/

Re: [tryton-dev] trytond: Migration to python-sql

2013-08-29 Thread Sergi Almacellas Abellana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Al 28/08/13 08:47, En/na Guillem Barba Domingo ha escrit: El 28/08/2013 7:12, Nicolas Évrard nicolas.evr...@b2ck.com mailto:nicolas.evr...@b2ck.com va escriure: * Sergi Almacellas Abellana [2013-08-27 19:38 +0200]: As hg review doesn't

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

2013-08-29 Thread udo . spallek
http://codereview.tryton.org/1048002/

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

2013-08-29 Thread udo . spallek
python trytond/trytond/tests/test_tryton.py [...] -- Ran 117 tests in 19.983s OK http://codereview.tryton.org/1048002/

[tryton-dev] Image (binary fields) on reports

2013-08-29 Thread Josias Pérez
Hi, I would appreciate help for add image to reports, especifically on sale report. In product.product I have added a image field, binary type. How would be added on the ODT field? Thanks in advance!

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

2013-08-29 Thread Nicolas Évrard
* udo.spal...@googlemail.com [2013-08-29 16:36 +0200]: Hello, Reviewers: tryton-dev_googlegroups.com, Subscribing tryton-dev to the review is not necessary anymore (and it generates noise on the mailing list). Concerning the review I find your use case kind of strange. -- Nicolas Évrard

Re: [tryton-dev] trytond: Migration to python-sql

2013-08-29 Thread Cédric Krier
On 29/08/13 17:25 +0200, Sergi Almacellas Abellana wrote: Al 28/08/13 08:47, En/na Guillem Barba Domingo ha escrit: El 28/08/2013 7:12, Nicolas Évrard nicolas.evr...@b2ck.com mailto:nicolas.evr...@b2ck.com va escriure: * Sergi Almacellas Abellana [2013-08-27 19:38 +0200]: As hg

Re: [tryton-dev] trytond: Migration to python-sql

2013-08-29 Thread Sergi Almacellas Abellana
Cédric Krier cedric.kr...@b2ck.com ha escrit: On 29/08/13 17:25 +0200, Sergi Almacellas Abellana wrote: Al 28/08/13 08:47, En/na Guillem Barba Domingo ha escrit: El 28/08/2013 7:12, Nicolas Évrard nicolas.evr...@b2ck.com mailto:nicolas.evr...@b2ck.com va escriure: * Sergi

[tryton-dev] trytond: Skip model and field access for root

2013-08-29 Thread Code Review - New issues: ced
trytond: Skip model and field access for root URL: http://codereview.tryton.org/1049002/

Re: [tryton-dev] trytond: Migration to python-sql

2013-08-29 Thread Cédric Krier
On 29/08/13 22:58 +0200, Sergi Almacellas Abellana wrote: Yes it is linked to the fact that you create a DB with a translatable language. So maybe adding a test that installs a database in a translatable language should help to prevent those issues. Maybe but it will be a very slow test

[tryton-dev] Proteus problem: slow xmlrpc

2013-08-29 Thread oscar_alvarez
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 config, Model, Wizard _Product =

[tryton-dev] Slow xmlrpc with Proteus

2013-08-29 Thread adriana . diaz . otalvarez
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 problem is this take a long time (10 minutes), so the client is very