[tryton-dev] tryton: Signal autodetect fields. If not csvsep and csvdel is None (issue 800003)

2013-04-17 Thread resteve
Reviewers: , Please review this at http://codereview.tryton.org/83/ Affected files: M tryton/gui/window/win_import.py Index: tryton/gui/window/win_import.py === --- a/tryton/gui/window/win_import.py +++

Re: [tryton-dev] Performance problems with 2.6

2013-04-17 Thread Cédric Krier
On 16/04/13 20:54 -0700, Ian Wilson wrote: Is tryton tested against large datasets? I can imagine datasets might have 1-1 parties as well. Maybe if a test script was setup for performance testing (only against official modules) it would be easier for me to tell if my custom

[tryton-dev] Chaining browse records in the side of operand in domain statement

2013-04-17 Thread Jesús Martín Jiménez
Hi all -_-' I'm wondering if is it possible to chaining browse records in the side of the operand in domain statement like in OpenERP. I mean, I want to do something like this: domain=[('model','=','account.balance.reporting')] I know now, that it is possible do this in the field name side,

[tryton-dev] account: Set company in context in wizard CreateChart (issue 804002)

2013-04-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/804002/ Affected files: M account.py Index: account.py === --- a/account.py +++ b/account.py @@ -1659,7 +1659,8 @@

Re: [tryton-dev] Chaining browse records in the side of operand in domain statement

2013-04-17 Thread Cédric Krier
On 17/04/13 02:59 -0700, Jesús Martín Jiménez wrote: Hi all -_-' I'm wondering if is it possible to chaining browse records in the side of the operand in domain statement like in OpenERP. I mean, I want to do something like this: domain=[('model','=','account.balance.reporting')] I

[tryton-dev] trytond: Fix ir_translation clause on res_id (issue 805002)

2013-04-17 Thread cedric . krier
Reviewers: , Description: trytond: Fix ir_translation clause on res_id Please review this at http://codereview.tryton.org/805002/ Affected files: M trytond/model/modelsql.py Index: trytond/model/modelsql.py === ---

[tryton-dev] sao: Add wizard (issue 806002)

2013-04-17 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/806002/ Affected files: M Gruntfile.js M src/action.js M src/common.js M src/screen.js A src/wizard.js

Re: [tryton-dev] Chaining browse records in the side of operand in domain statement

2013-04-17 Thread Jesús Martín Jiménez
OK, thanks. I'll do it in another way. 2013/4/17 Cédric Krier cedric.kr...@b2ck.com On 17/04/13 02:59 -0700, Jesús Martín Jiménez wrote: Hi all -_-' I'm wondering if is it possible to chaining browse records in the side of the operand in domain statement like in OpenERP. I mean, I want

[tryton-fr] Base de données : Could not connect to the server

2013-04-17 Thread Malala
Bonjour, J'ai installé trytond-2.6.3 sur un CentOs 6.2, j'utilise le tryton client (version 2.6.1) sur un Win XP. Sur Win Xp je peux me connecter au serveur demo2.6.tryton.org. Avec mon serveur, quand j'essaie de créer une nouvelle base de données, le bouton Créer n'est jamais activé; en allant

Re: [tryton-fr] Base de données : Could not connect to the server

2013-04-17 Thread Cédric Krier
On 16/04/13 23:38 -0700, Malala wrote: Bonjour, J'ai installé trytond-2.6.3 sur un CentOs 6.2, j'utilise le tryton client (version 2.6.1) sur un Win XP. Sur Win Xp je peux me connecter au serveur demo2.6.tryton.org. Avec mon serveur, quand j'essaie de créer une nouvelle base de données, le

Re: [tryton-fr] Base de données : Could not connect to the server

2013-04-17 Thread Malala
Le mercredi 17 avril 2013 11:50:38 UTC+3, Cédric Krier a écrit : On 17/04/13 01:03 -0700, Malala wrote: Pas de firewall le nom d'hote : j'ai mis l'adresse IP du serveur, et ce même IP que j'ai mis à la place de localhost dans trytond.conf Y-a-t-il des messages dans les log du

Re: [tryton-fr] Base de données : Could not connect to the server

2013-04-17 Thread Cédric Krier
On 17/04/13 02:34 -0700, Malala wrote: Le mercredi 17 avril 2013 11:50:38 UTC+3, Cédric Krier a écrit : On 17/04/13 01:03 -0700, Malala wrote: Pas de firewall le nom d'hote : j'ai mis l'adresse IP du serveur, et ce même IP que j'ai mis à la place de localhost dans trytond.conf

Re: [tryton-fr] Base de données : Could not connect to the server

2013-04-17 Thread Malala
Le mercredi 17 avril 2013 12:49:05 UTC+3, Cédric Krier a écrit : On 17/04/13 02:34 -0700, Malala wrote: Le mercredi 17 avril 2013 11:50:38 UTC+3, Cédric Krier a écrit : On 17/04/13 01:03 -0700, Malala wrote: Pas de firewall le nom d'hote : j'ai mis l'adresse IP du serveur,

Re: [tryton-fr] Base de données : Could not connect to the server

2013-04-17 Thread Cédric Krier
On 17/04/13 03:01 -0700, Malala wrote: Le mercredi 17 avril 2013 12:49:05 UTC+3, Cédric Krier a écrit : On 17/04/13 02:34 -0700, Malala wrote: Le mercredi 17 avril 2013 11:50:38 UTC+3, Cédric Krier a écrit : On 17/04/13 01:03 -0700, Malala wrote: Pas de firewall

Re: [tryton-fr] Base de données : Could not connect to the server

2013-04-17 Thread Malala
Le mercredi 17 avril 2013 13:11:48 UTC+3, Cédric Krier a écrit : On 17/04/13 03:01 -0700, Malala wrote: Le mercredi 17 avril 2013 12:49:05 UTC+3, Cédric Krier a écrit : On 17/04/13 02:34 -0700, Malala wrote: Le mercredi 17 avril 2013 11:50:38 UTC+3, Cédric Krier a écrit :

Re: [tryton-fr] Base de données : Could not connect to the server

2013-04-17 Thread Cédric Krier
On 17/04/13 03:35 -0700, Malala wrote: Le mercredi 17 avril 2013 13:11:48 UTC+3, Cédric Krier a écrit : On 17/04/13 03:01 -0700, Malala wrote: Le mercredi 17 avril 2013 12:49:05 UTC+3, Cédric Krier a écrit : On 17/04/13 02:34 -0700, Malala wrote: Le mercredi 17

Re: [tryton-fr] Base de données : Could not connect to the server

2013-04-17 Thread Malala
Le mercredi 17 avril 2013 13:56:08 UTC+3, Cédric Krier a écrit : On 17/04/13 03:35 -0700, Malala wrote: Le mercredi 17 avril 2013 13:11:48 UTC+3, Cédric Krier a écrit : On 17/04/13 03:01 -0700, Malala wrote: Le mercredi 17 avril 2013 12:49:05 UTC+3, Cédric Krier a

Re: [tryton-fr] Base de données : Could not connect to the server

2013-04-17 Thread Malala
Le mercredi 17 avril 2013 14:10:23 UTC+3, Malala a écrit : Le mercredi 17 avril 2013 13:56:08 UTC+3, Cédric Krier a écrit : On 17/04/13 03:35 -0700, Malala wrote: Le mercredi 17 avril 2013 13:11:48 UTC+3, Cédric Krier a écrit : On 17/04/13 03:01 -0700, Malala wrote:

[tryton-es] No se inicia Tryton en Windows XP

2013-04-17 Thread Joan
He instalado el cliente y el servidor en dos equipos (para probar si era fallo de uno) y no se inician, sale un mensaje diciendo que la configuración de Tryton es erronea y que tengo que reinstalarlo, de hecho se que lo he instalado en una tercera máquina (Windows 7) y si que se inicia sin

Re: [tryton-es] No se inicia Tryton en Windows XP

2013-04-17 Thread Raimon Esteve
El día 17 de abril de 2013 13:01, Joan joan20031...@gmail.com escribió: He instalado el cliente y el servidor en dos equipos (para probar si era fallo de uno) y no se inician, sale un mensaje diciendo que la configuración de Tryton es erronea y que tengo que reinstalarlo, de hecho se que lo he

[tryton] How to update rows by CSV import

2013-04-17 Thread Raimon Esteve
Easy question: how to update rows in Tryon using import CSV? If I add ID field in CSV: Error processing the file at field ID. Is it available it? For example, update price products from ods (export to CSV) import_data(fields_names, data) talks to create records, not update.

Re: [tryton] How to update rows by CSV import

2013-04-17 Thread Cédric Krier
On 17/04/13 09:23 +0200, Raimon Esteve wrote: Easy question: how to update rows in Tryon using import CSV? It is not supported. -- 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/

Re: [tryton] How to update rows by CSV import

2013-04-17 Thread Raimon Esteve
It is not supported. Is it in roadmap to add it? Do you like if .id field update rows? -- Si us plau, NO adjunti arxius a les seves respostes. Li preguem que integri el text al cos del missatge. Pot respondre usant NetEtiquete que li ajudarà a seguir la conversa.

[tryton] Run html code in tryton server?

2013-04-17 Thread Tejas
Hello, I want to create html form and on submit it via jsonrpc I want to save on database. Please anyone let me know what to configure and where I need to do code. So I can setup my html-javascript code project -- Thanks, Tejas L Tank. Email : tejas.tank@gmail.com Mobile : +91 - ( 85 -

Re: [tryton] How to update rows by CSV import

2013-04-17 Thread Raimon Esteve
Personnaly, I have never use the import functionnality in real life and I will not recommend it. Same us, but some customers use it. Another option is a custom wizard, of course. -- Si us plau, NO adjunti arxius a les seves respostes. Li preguem que integri el text al cos del missatge. Pot

Re: [tryton] Run html code in tryton server?

2013-04-17 Thread Raimon Esteve
2013/4/17 Tejas tejas.tank@gmail.com: Hello, I want to create html form and on submit it via jsonrpc I want to save on database. Please anyone let me know what to configure and where I need to do code. So I can setup my html-javascript code project See or call Proteus, for example.

Re: [tryton] Run html code in tryton server?

2013-04-17 Thread Cédric Krier
On 17/04/13 14:35 +0530, Tejas wrote: Hello, I want to create html form and on submit it via jsonrpc I want to save on database. Please anyone let me know what to configure and where I need to do code. So I can setup my html-javascript code project Why not have a look at nereid: