Re: [tryton-dev] Multiple level view inheritance

2015-09-29 Thread Jean Cavallo
2015-09-29 11:36 GMT+02:00 Cédric Krier : > There was a mechanism for inherit from different model so I think it > still work if you don't set a model on the view. But some tests will be > needed to ensure this behaviour. > I assume you would be talking about this :

[tryton-dev] Multiple level view inheritance

2015-09-29 Thread Jean Cavallo
Hi all, I would like to override a view, and be able to use the modified version, without actually modifying the main view. I think I remember it to be possible, but I cannot manage to find how. I tried using an intermediate view : V3 inherits from V2 inherits from V1 But V3 modification were

Re: [tryton-dev] Multiple level view inheritance

2015-09-29 Thread Cédric Krier
On 2015-09-29 11:16, Jean Cavallo wrote: > Hi all, > > I would like to override a view, and be able to use the modified version, > without actually modifying the main view. > > I think I remember it to be possible, but I cannot manage to find how. > I tried using an intermediate view : > > V3