Re: [tryton-dev] PDF (and more) -Converter for reports

2011-05-26 Thread Cédric Krier
On 26/05/11 12:24 +0200, Jan Grasnick | Grasbauer UG wrote: Hi all, today I was playing around with 'unoconv' [1] for reports which are set to an output as pdf with promising gain in performance. Filed a issue here: https://bugs.tryton.org/roundup/issue2031. It think it is the opportunity

[tryton-dev] Fix float_time_to_text with Python 2.7 for issue2032 (issue35011)

2011-05-26 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/35011/ Affected files: M tryton/common/common.py Index: tryton/common/common.py === --- a/tryton/common/common.py +++ b/tryton/common/common.py @@ -1333,17

Re: [tryton-dev] Improving multi-company

2011-05-26 Thread Cédric Krier
On 24/05/11 15:50 +0200, Cédric Krier wrote: About the closing of tabs when editing preferences, it is because without this behavior, you can have opened tabs for difference context (espacially company) and the status bar will be wrong. I would like to have more feedback about this patch [1]

[tryton-dev] Dropping Python 2.5

2011-05-26 Thread Cédric Krier
As I explained in the post [1], the first step to migrate to Python3 is to support only Python =2.6. I think it is time to drop support for Python 2.5 because 2.6 is available on most of the distribution out (even my OpenBSD has it :-) [1]

Re: [tryton-dev] Dropping Python 2.5

2011-05-26 Thread Tshepang Lekhonkhobe
On Thu, 2011-05-26 at 13:04 +0200, Cédric Krier wrote: As I explained in the post [1], the first step to migrate to Python3 is to support only Python =2.6. I think it is time to drop support for Python 2.5 because 2.6 is available on most of the distribution out (even my OpenBSD has it :-)

Re: [tryton-dev] Dropping Python 2.5

2011-05-26 Thread Cédric Krier
On 26/05/11 13:53 +0200, Tshepang Lekhonkhobe wrote: On Thu, 2011-05-26 at 13:04 +0200, Cédric Krier wrote: As I explained in the post [1], the first step to migrate to Python3 is to support only Python =2.6. I think it is time to drop support for Python 2.5 because 2.6 is available on

Re: [tryton-dev] Dropping Python 2.5

2011-05-26 Thread Luis Falcon
Agree. Good to keep the gap with current python community small. 2011/5/26 Cédric Krier cedric.kr...@b2ck.com As I explained in the post [1], the first step to migrate to Python3 is to support only Python =2.6. I think it is time to drop support for Python 2.5 because 2.6 is available on

Re: [tryton-dev] Dropping Python 2.5

2011-05-26 Thread Tshepang Lekhonkhobe
On Thu, 2011-05-26 at 14:35 +0200, Cédric Krier wrote: Also, the move to 2.6+ will make code a lot more better since in your DB connections, you can use the with statement. That means getting rid of the ugly try..finally codes. Do you mean that PEP249 cursor can be used as context? I

[tryton-dev] Add LRUDict to use as cache for issue2033 (issue31005)

2011-05-26 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/31005/ Affected files: M trytond/backend/database.py M trytond/cache.py M trytond/model/browse.py M trytond/model/modelsql.py M trytond/model/modelstorage.py M trytond/tools/__init__.py A

[tryton-dev] update blog gsoc - rich text editor

2011-05-26 Thread Rodrigo Hübner
Hi there, I updated my blog [1] and this post I commented about GUI rich text editor for Tryton Client. I need feedback about features added in the tool box. [1] http://rhubner.com thanks, Rodrigo Hübner -- tryton-dev@googlegroups.com mailing list

[tryton] Re: Timesheet Error in Demo

2011-05-26 Thread kRisS
Ok, thanks for your quick replies. On 25 Mai, 18:22, Cédric Krier cedric.kr...@b2ck.com wrote: On 25/05/11 08:18 -0700, kRisS wrote: I'm sorry I forgot to say that, I typed in 8. [IMG]http:// i54.tinypic.com/2vbn2b9.jpg[/IMG] On 25 Mai, 17:11, Cédric Krier cedric.kr...@b2ck.com

[tryton] On Tryton installation

2011-05-26 Thread Morten Juhl-Johansen Zölde-Fejér
Dear Tryton group, I just discovered Tryton and was quite surprised not to have heard about it before. After using the demo, it seems to be very potent, and I would like to use it for my virtual assistance business. However: I am not particularly experienced with database handling, so I am

Re: [tryton] Re: Timesheet Error in Demo

2011-05-26 Thread Cédric Krier
On 25/05/11 18:22 +0200, Cédric Krier wrote: On 25/05/11 08:18 -0700, kRisS wrote: Very strange, I think it is perhaps linked to Windows. I will try later when I will have access to one. Indeed the issue comes from a different behavior between Python 2.6 and 2.7 on the method locale.format. I

Re: [tryton] On Tryton installation

2011-05-26 Thread Cédric Krier
On 26/05/11 03:29 -0700, Morten Juhl-Johansen Zölde-Fejér wrote: Dear Tryton group, I just discovered Tryton and was quite surprised not to have heard about it before. After using the demo, it seems to be very potent, and I would like to use it for my virtual assistance business. However: I

Re: [tryton] On Tryton installation

2011-05-26 Thread Luis Falcon
Hi Morten Good to hear that you like the project and the system. It seems like the server is accepting connections. Could you open the Tryton client and connect to port 8070 ? Bests Luis 2011/5/26 Morten Juhl-Johansen Zölde-Fejér mj...@syntaktisk.dk Dear Tryton group, I just discovered

[tryton] how to check parameters

2011-05-26 Thread Tejas
Hello All, How can I know that what server passes the parameters/methods/values/ How to response and request handling , can I see all on terminal on live access. Can I track each RPC request and response, How ? Thanks, Tejas Kumar -- tryton@googlegroups.com mailing list

Re: [tryton] On Tryton installation

2011-05-26 Thread Cédric Krier
On 26/05/11 15:14 +0200, Morten Juhl-Johansen Zölde-Fejér wrote: On Thu, 26 May 2011 09:40:06 -0300 Luis Falcon lfal...@thymbra.com wrote: Hi Morten Good to hear that you like the project and the system. It seems like the server is accepting connections. Could you open the

Re: [tryton] On Tryton installation

2011-05-26 Thread Morten Juhl-Johansen Zölde-Fejér
On Thu, 26 May 2011 15:19:56 +0200 Cédric Krier cedric.kr...@b2ck.com wrote: Could you check if you got trytond listening on port 8070 with this command: netstat -lnp --inet --inet6 I get ~ $ netstat -lnp --inet --inet6 (Not all processes could be identified, non-owned process info

Re: [tryton] On Tryton installation

2011-05-26 Thread Udo Spallek
Hello Morten, Am Donnerstag, den 26.05.2011, 03:29 -0700 schrieb Morten Juhl-Johansen Zölde-Fejér: Dear Tryton group, ~ $ trytond You need to create a postgres database user (usually named tryton) which is able to create databases. Then you need to put the database user and its password into

[tryton] Re: Demo

2011-05-26 Thread kRisS
Sorry, but it seems that it doesn't work anymore... I don't understand anything of those issues, I would only need it to run for another day or two, because I am evaluating Open Source ERP Programs, and Tryton seems very very promising to me, so I will test some more details. On 25 Mai, 16:59,

Re: [tryton] how to check parameters

2011-05-26 Thread Cédric Krier
On 26/05/11 19:19 +0530, Tejas wrote: Hello, Thanks for reply. How many different kind of parameter support to -d. with --help no details values provided for -d. like -d rpc.request,rpc.result $ ack logging.getLogger tryton Gives: translate common.options rpc.request

Re: [tryton] Re: Demo

2011-05-26 Thread Cédric Krier
On 26/05/11 07:02 -0700, kRisS wrote: Sorry, but it seems that it doesn't work anymore... I don't understand anything of those issues, I would only need it to run for another day or two, because I am evaluating Open Source ERP Programs, and Tryton seems very very promising to me, so I will

[tryton] Re: Demo

2011-05-26 Thread kRisS
Ok thank you very much! On 26 Mai, 16:11, Cédric Krier cedric.kr...@b2ck.com wrote: On 26/05/11 07:02 -0700, kRisS wrote: Sorry, but it seems that it doesn't work anymore... I don't understand anything of those issues, I would only need it to run for another day or two, because I am

Re: [tryton] how to check parameters

2011-05-26 Thread zodman
its posible to add it to tryton --help ? On Thu, May 26, 2011 at 9:02 AM, Cédric Krier cedric.kr...@b2ck.com wrote: On 26/05/11 19:19 +0530, Tejas wrote: Hello, Thanks for reply. How many different kind of parameter support to -d. with --help no details values provided for -d. like -d

Re: [tryton] how to check parameters

2011-05-26 Thread zodman
+1 can i create a new feature ? On Thu, May 26, 2011 at 9:54 AM, Cédric Krier cedric.kr...@b2ck.com wrote: On 26/05/11 09:34 -0500, zodman wrote: its posible to add it to tryton --help ? I would prefer to drop the logging in the client for a simple mechanism like:    -v: output rpc requests

Re: [tryton] how to check parameters

2011-05-26 Thread Cédric Krier
On 26/05/11 10:00 -0500, zodman wrote: +1 can i create a new feature ? Yes of course, you are welcome. PS: please could you try to not top-post, thx. -- 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:

Re: [tryton] how to check parameters

2011-05-26 Thread Tejas
Yes, great . Make new feature. it makes easy to track data. thanks. Tejas On 5/26/11, zodman zod...@gmail.com wrote: +1 can i create a new feature ? On Thu, May 26, 2011 at 9:54 AM, Cédric Krier cedric.kr...@b2ck.com wrote: On 26/05/11 09:34 -0500, zodman wrote: its posible to add it

[tryton] Re: Timesheet Error in Demo

2011-05-26 Thread kRisS
I have another problem in the Demo... When I make a purchase and don't assign a product but just give a description and an amount, I can turn it in a quotation but not confirm it afterwards. The following message appears: It misses an account expense default property!. I found this account expense

Re: [tryton] Re: Timesheet Error in Demo

2011-05-26 Thread Cédric Krier
On 26/05/11 12:33 -0700, kRisS wrote: I have another problem in the Demo... When I make a purchase and don't assign a product but just give a description and an amount, I can turn it in a quotation but not confirm it afterwards. The following message appears: It misses an account expense

[tryton] Problem with account expense default property in making a purchase

2011-05-26 Thread kRisS
When I make a purchase and don't assign a product but just give a description and an amount, I can turn it in a quotation but not confirm it afterwards. The following message appears: It misses an account expense default property!. I found this account expense tab in defining a product, but since