Re: [tryton] Request for comments on tryton videos

2010-02-02 Thread Udo Spallek
Hello Mourad, Am Dienstag, den 02.02.2010, 11:42 -0800 schrieb Mourad ANIS: I'm working on some Wink videos about Tryton usage. The first one, still in draft version (18Mb) may be seen here: http://www.janisnet.com/tryton/ Any comments or suggestions will be appreciated. The Holmes and Watson

Re: [tryton-dev] Aims for Secure Communication

2010-01-24 Thread Udo Spallek
Hi Hartmut, Am Dienstag, den 19.01.2010, 22:38 +0100 schrieb Hartmut Goebel: since we did not agree on the aims and implementation for Secure Communication, I'll start an new effort on getting the agreement. The sole aim of Secure Communication is: * prevent eavesdropping

[tryton-dev] one2many and on_change, on_change_with

2010-01-12 Thread Udo Spallek
Hi, I have a form with an many2many list. The lines of the many2many are forms with a one2many field and some functional fields. The functional fields should update on_change with the one2many field. When I delete a line in the one2many list, the on_change does his job, but the old line is

Re: [tryton-dev] 'New' Button in Many2Many (solved)

2010-01-03 Thread Udo Spallek
Am Sonntag, den 03.01.2010, 15:38 +0100 schrieb Cédric Krier: On 03/01/10 14:22 +0100, Udo Spallek wrote: Is there a way to disable the new button in a many2many search dialog? No and it makes no sense to add this functionality. It must be solved with access rights. Yes, you are right

[tryton-dev] Button State depending of an empty Many2Many field

2009-12-30 Thread Udo Spallek
Hello, to control the readonly state attribute of a button depending of an empty Many2Many field, I tried: button ... states={'readonly': '''not bool(Many2ManyFieldName)'''}/ But the button will not change the state to readonly when the Many2Many field is empty. Any hints? Cheers Udo --

[tryton-dev] Re: Testing tools

2009-11-01 Thread Udo Spallek
and testing then pure unittests. But it is clear, under the hood both approaches are unittests and needed to be coded. Anyway, scaling the possibilities of testing Tryton up for higher level test I absolutly recommend. Cheers Udo Spallek I think our priority must be the unittest. [1] http

<    1   2   3