Re: [tryton] Concurrency Exception

2012-08-23 Thread Okko
I am facing the same Concurrency Exception in 2.4. It happens when I edit forms with treeviews. -- -- tryton@googlegroups.com mailing list

[tryton] Re: Comment on HelloWorld in tryton

2012-08-23 Thread tryton
Comment by jay.vora...@gmail.com: Did I miss anything or there is no addons-path feature? For more information: http://code.google.com/p/tryton/wiki/HelloWorld -- -- tryton@googlegroups.com mailing list

[tryton-dev] tryton: Simplify logging and add development mode (issue 481003)

2012-08-23 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/481003/ Affected files: M doc/usage.rst M tryton/client.py M tryton/common/common.py M tryton/config.py M tryton/gui/window/view_form/view/form_gtk/parser.py M tryton/rpc.py M tryton/translate.py --

[tryton-dev] Allow to use XML file for views

2012-08-23 Thread Cédric Krier
Hi, I have updated to trunk the codereview: https://codereview.appspot.com/3991046/ It is almost finished except for 1 view in view_view_form but it needs http://codereview.tryton.org/484002 I plan to commit this one after reviews and progressively migrate all the modules. -- Cédric Krier

[tryton-dev] tryton: Fix missing on_change_with initialisation for non-grouped calls (issue 481004)

2012-08-23 Thread cedric . krier
Reviewers: , Please review this at http://codereview.tryton.org/481004/ Affected files: M tryton/gui/window/view_form/model/record.py Index: tryton/gui/window/view_form/model/record.py === ---