Re: [tryton-dev] Overload all models in a module

2014-01-17 Thread Sergi Almacellas Abellana
El 15/01/14 23:05, Frédéric Marchal ha escrit: On Tue, Jan 14, 2014 at 10:54 PM, Sergi Almacellas Abellana mailto:se...@koolpi.com>> wrote: >Is there a base model that I could inherit from or any other means in >order >to add fields, methods, ... to all models at once in a module ?

Re: [tryton-dev] Overload all models in a module

2014-01-15 Thread Frédéric Marchal
On Tue, Jan 14, 2014 at 10:54 PM, Sergi Almacellas Abellana < se...@koolpi.com> wrote: > >Is there a base model that I could inherit from or any other means in > >order > >to add fields, methods, ... to all models at once in a module ? > > AFAIK you must inherit models one by one. > > We can give

Re: [tryton-dev] Overload all models in a module

2014-01-14 Thread Cédric Krier
On 14 Jan 13:34, marsupo...@gmail.com wrote: > Is there a base model that I could inherit from or any other means in order > to add fields, methods, ... to all models at once in a module ? Currently, it is not possible but it will be a great feature (but tricky to implement). Anyway, it is still

Re: [tryton-dev] Overload all models in a module

2014-01-14 Thread Sergi Almacellas Abellana
marsupo...@gmail.com ha escrit: >Hi all, > >Is there a base model that I could inherit from or any other means in >order >to add fields, methods, ... to all models at once in a module ? AFAIK you must inherit models one by one. We can give more help if you explain your prupose. -- Enviado d