[tryton-dev] Not able to set value to the selection type of field

2014-01-26 Thread sunny14486
Hi All, I have two selection fields A and B. Then on change of A i want to set my own value to the B. But it hasn't been set. I am able to set for other type of fields(Char,Text etc.). Is it possible in tryton for selection fields to set value? Thanks --sunny

Re: [tryton-dev] Not able to set value to the selection type of field

2014-01-26 Thread Cédric Krier
On 26 Jan 03:07, sunny14...@gmail.com wrote: Hi All, I have two selection fields A and B. Then on change of A i want to set my own value to the B. But it hasn't been set. I am able to set for other type of fields(Char,Text etc.). Is it possible in tryton for selection fields to set

Re: [tryton-dev] Not able to set value to the selection type of field

2014-01-26 Thread sunny14486
Hi Cédric, Thank you very much for your help. I am sharing the code which i am trying. it may give more understanding. Following are the three fields in my model. on change of appartment i am tryting to set flat_numbers. But flat_numbers appears to be empty even if i return return

Re: [tryton-dev] Not able to set value to the selection type of field

2014-01-26 Thread Cédric Krier
On 26 Jan 06:51, sunny14...@gmail.com wrote: Hi Cédric, Thank you very much for your help. I am sharing the code which i am trying. it may give more understanding. Following are the three fields in my model. on change of appartment i am tryting to set flat_numbers. But flat_numbers