[tryton-dev] Back from PyCONFR

2010-08-29 Thread Cédric Krier
Hi, At the PyCONFR, we have seen some talks that was very interesting and I see some projects that we could perhaps use in Tryton. I have added it on the Ideas page [1]: - pysandbox [2]: we could use it as replacement of (or inside) the safe_eval - PyF [3]: a lazy data flow

[tryton-dev] try to make inherence

2010-08-29 Thread Andres Vargas - zodman
i try to make inherence to timesheet.work http://code.google.com/p/trytond-support/source/browse/ticket.py but i have this error: http://pastebin.com/KaTEsL1S i need some help! -- Andres Vargas www.zodman.com.mx -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] neso for portable app...

2010-08-29 Thread Andres Vargas - zodman
here small patch for getting neso directory on where executable live http://codereview.appspot.com/2077041 On Thu, Aug 12, 2010 at 11:38 AM, Andres Vargas - zodman zod...@gmail.com wrote: the path on sqlite works its on your home directory C:\Documents and Settings\abvargasr\.neso\1.6\

[tryton-dev] Re: Update project module for new Transaction (issue1860047)

2010-08-29 Thread cedric . krier
http://codereview.appspot.com/1860047/diff/5001/6002 File work.py (right): http://codereview.appspot.com/1860047/diff/5001/6002#newcode27 work.py:27: self.parent = copy.copy(self.parent) On 2010/08/30 00:59:35, pheller wrote: ced: Is this needed? Doesn't this just assign self.parent to a week