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
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
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
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
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
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