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

2013-08-30 Thread Sergi Almacellas Abellana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Al 30/08/13 01:06, En/na Cédric Krier ha escrit: > 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

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

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

2013-08-29 Thread Sergi Almacellas Abellana
"Cédric Krier" 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" > > > va escriure: >> >> >> >> * Sergi Almacellas Abellana [2013-08-

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" > > 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
-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" > va escriure: >> >> * Sergi Almacellas Abellana [2013-08-27 19:38 +0200]: >>> >>> As hg review doesn't work with ne

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

2013-08-27 Thread Guillem Barba Domingo
El 28/08/2013 7:12, "Nicolas Évrard" va escriure: > > * Sergi Almacellas Abellana [2013-08-27 19:38 +0200]: >> >> As hg review doesn't work with nested repositories the patch must >> split by hand. If anyone is interesed on the invididual files for >> modules I can share it :) > > > In theory hgr

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

2013-08-27 Thread Nicolas Évrard
* Sergi Almacellas Abellana [2013-08-27 19:38 +0200]: Al 08/08/13 12:06, En/na Cédric Krier ha escrit: On 26/07/13 12:52 -, Code Review - New issues: ced wrote: TODO: - test mysql URL: http://codereview.tryton.org/1001002/ The patch is ready for testing. All the unittest pass and the si

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

2013-08-27 Thread Sergi Almacellas Abellana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Al 08/08/13 12:06, En/na Cédric Krier ha escrit: > On 26/07/13 12:52 -, Code Review - New issues: ced wrote: >>> TODO: >>> >>> - test mysql >>> >>> URL: http://codereview.tryton.org/1001002/ > The patch is ready for testing. All the unittest pass

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

2013-08-10 Thread Cédric Krier
On 08/08/13 12:06 +0200, Cédric Krier wrote: > I still have to test in MySQL backend (but it is less important :-)) Done. -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54 46 59 Email/Jabber: cedric.kr...@b2ck.com Website: http://www.b2ck.com/ pgpr7Ry5r9Pwf.pgp

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

2013-08-08 Thread Cédric Krier
On 26/07/13 12:52 -, Code Review - New issues: ced wrote: > TODO: > > - test mysql > > URL: http://codereview.tryton.org/1001002/ The patch is ready for testing. All the unittest pass and the simple sale-invoice-purchase-shipment workflow works. As our unittest doesn't yet fully cover the ap

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

2013-07-29 Thread Sergi Almacellas Abellana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Al 27/07/13 23:17, En/na Cédric Krier ha escrit: > On 26/07/13 12:52 -, Code Review - New issues: ced wrote: >> URL: http://codereview.tryton.org/1001002/ > > I would like to share some changes I have done in this patch with > the refactoring: >

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

2013-07-27 Thread Cédric Krier
On 26/07/13 12:52 -, Code Review - New issues: ced wrote: > URL: http://codereview.tryton.org/1001002/ I would like to share some changes I have done in this patch with the refactoring: - Field.order_field: I remove it and replace by a generic function (similar to default

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

2013-07-26 Thread Code Review - New issues: ced
TODO: - test mysql - update doc - migrate modules URL: http://codereview.tryton.org/1001002/