On 10 oct, 13:34, Cédric Krier <[email protected]> wrote: > On 10/10/11 13:12 -0300, Felipe Alvarez Harnecker wrote: > > > Hi, > > > besides bin/trytond -c etc/trytond.conf -u product -d tryton16_demo1 > > > is there other way to do this, it is very slow. Tryton 1.6 here > > No but we are working to have the view stored outside the database, this will > remove the need of updating the database when views are modified. > > https://bugs.tryton.org/issue70 > https://codereview.appspot.com/3991046/ > > -- > Cédric Krier >
Hi Cedric, i'm very neophite python programmer and very new to tryton, but i suggest to add timestamp to ir.view table and little code to check every time a view is required, to see if it is updated or not. in case it isn't, just reload de xml into the database. Only in dev mode. i think it should very easy to implement ... what do you think ??? cheers. by the way ... i'm learnig ruby .... and it is really sweet .... what about "truby" ... -- [email protected] mailing list
