Re: [tryton-dev] Default values for a function field One2Many

2014-03-12 Thread Jesús Martín Jiménez
2014-03-12 14:19 GMT+01:00 Cédric Krier : > On 12 Mar 13:31, Jesús Martín Jiménez wrote: > > 2014-03-12 13:05 GMT+01:00 Cédric Krier : > > > > > On 12 Mar 03:53, Jesús Martín Jiménez wrote: > > > > Hi, > > > > > > > > I would like to add a One2Many field in a model without modifying the > > > > ta

Re: [tryton-dev] Default values for a function field One2Many

2014-03-12 Thread Cédric Krier
On 12 Mar 13:31, Jesús Martín Jiménez wrote: > 2014-03-12 13:05 GMT+01:00 Cédric Krier : > > > On 12 Mar 03:53, Jesús Martín Jiménez wrote: > > > Hi, > > > > > > I would like to add a One2Many field in a model without modifying the > > > target model, so I'm trying to make this field as a funtiona

Re: [tryton-dev] Default values for a function field One2Many

2014-03-12 Thread Jesús Martín Jiménez
2014-03-12 13:05 GMT+01:00 Cédric Krier : > On 12 Mar 03:53, Jesús Martín Jiménez wrote: > > Hi, > > > > I would like to add a One2Many field in a model without modifying the > > target model, so I'm trying to make this field as a funtional one. Now, I > > want to set the default values on each ne

Re: [tryton-dev] Default values for a function field One2Many

2014-03-12 Thread Cédric Krier
On 12 Mar 03:53, Jesús Martín Jiménez wrote: > Hi, > > I would like to add a One2Many field in a model without modifying the > target model, so I'm trying to make this field as a funtional one. Now, I > want to set the default values on each new record created through the > setter method of thi

Re: [tryton-dev] Default values for a function field One2Many

2014-03-12 Thread Sergi Almacellas Abellana
El 12/03/14 11:53, Jesús Martín Jiménez ha escrit: Hi, I would like to add a One2Many field in a model without modifying the target model, so I'm trying to make this field as a funtional one. Now, I want to set the default values on each new record created through the setter method of this fi

[tryton-dev] Default values for a function field One2Many

2014-03-12 Thread Jesús Martín Jiménez
Hi, I would like to add a One2Many field in a model without modifying the target model, so I'm trying to make this field as a funtional one. Now, I want to set the default values on each new record created through the setter method of this field, but seems that de default_field() method on a f