[tryton-dev] tryton: set_value of M2O must simulate a focus-out in case it did not yet occur (issue408001)

2012-06-21 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/408001/ Affected files: M tryton/gui/window/view_form/view/form_gtk/many2one.py Index: tryton/gui/window/view_form/view/form_gtk/many2one.py === ---

[tryton-dev] tryton: Fix text replacement on Many2One (issue409001)

2012-06-21 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/409001/ Affected files: M tryton/gui/window/view_form/view/form_gtk/many2one.py Index: tryton/gui/window/view_form/view/form_gtk/many2one.py === ---

[tryton-dev] tryton: Make Import/Export Data no-modal (issue410001)

2012-06-21 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/410001/ Affected files: M CHANGELOG M tryton/gui/window/form.py M tryton/gui/window/win_export.py M tryton/gui/window/win_import.py -- tryton-dev@googlegroups.com mailing list

[tryton] Asking for password, re-authentitcation

2012-06-21 Thread Tristian Paul Lopez Azuara
Hi all, is there a way to ask for a password in a wizard or on the write method of a model, or maybe a password widget to show in the wizard, I've looked into the form.rnc file and there's no password widget, I need this because I have a particular wizard that has to authenticate two users in

[tryton] proble with attachment tryton

2012-06-21 Thread pjalrimba rimbabara
Dear all I have a problem with the attachment using tryton. When I save my document at attachment this error appear: OSError: [Errno 13] Permission denied: '/var/lib/trytond/ How to resolve this problem... -- -- tryton@googlegroups.com mailing list

Re: [tryton] Asking for password, re-authentitcation

2012-06-21 Thread Cédric Krier
On 20/06/12 17:31 -0700, Tristian Paul Lopez Azuara wrote: Hi all, is there a way to ask for a password in a wizard or on the write method of a model, or maybe a password widget to show in the wizard, I've looked into the form.rnc file and there's no password widget, I need this because I

Re: [tryton] Tryton start error after activate xml-rpc protocol

2012-06-21 Thread Raimon Esteve
2012/6/21 TPH truckparts-hamb...@gmx.de: after I set in Tryton 2.4 /etc/trytond.conf xmlrpc = True and xmlport = 8069 I can no longer start Tryton. I get this message: #AttributeError: 'bool' object has no attribute 'split' XML-RPC options are: # Activate the xml-rpc protocol xmlrpc = *:8069

[tryton] Directly editing product in finished sales is no longer possible

2012-06-21 Thread TPH
Very often I have edited product names when I see them in a sale who is finished. Now It is no longer possible to open and edit sale direktly from a comlished sale. They are now grey. Also editing Customer is no longer possible. I use tryton in produktiv way and for me this very often a fast

Re: [tryton] Tryton Tutorial or ebook

2012-06-21 Thread Raimon Esteve
2012/6/15 avfc services avfcservi...@gmail.com: Is there any tutorial or ebook (pdf ) is available for tryton installation, Modules , Trouble shooting, Version control etc ? http://code.google.com/p/tryton/wiki/TableOfContents?tm=6

Re: [tryton] Tryton start error after activate xml-rpc protocol

2012-06-21 Thread Truckparts Hamburg COM
I read already config in 2.4 /etc/ Thats why I used xmlport = *:8069 ssl_xmlrpc = False instead of xmlrpc = True xmlport = 8069 But Tryton still only listening on 8000. In conf of 2.4 I also read ssl_xmlrpc = ... But no mather if True or False is raise an error so what do you mean with