[tryton-dev] Comparison support for Pyson Date tipes

2017-08-18 Thread Juan Ramon Alfaro Martinez
Hello. I have need to campare a Date in pyson and I have modified pyson.py in trytond to support it, if someone wants to push upstream this is the patch. --- pyson.py.old2017-08-18 07:53:10.705049046 +0200 +++ pyson.py2017-08-18 07:54:47.925945516 +0200 @@ -24,7 +24,13 @@ ret

Re: [tryton-dev] Comparison support for Pyson Date tipes

2017-08-18 Thread Sergi Almacellas Abellana
El 18/08/17 a les 08:08, Juan Ramon Alfaro Martinez ha escrit: Hello. Hi, I have need to campare a Date in pyson and I have modified pyson.py in trytond to support it, if someone wants to push upstream this is the patch. There is an issue to add support to them: https://bugs.tryton.org/iss

Re: [tryton-dev] Comparison support for Pyson Date tipes

2017-08-18 Thread Juan Ramon Alfaro Martinez
El viernes, 18 de agosto de 2017, 9:32:32 (UTC+2), Sergi Almacellas Abellana escribió: > El 18/08/17 a les 08:08, Juan Ramon Alfaro Martinez ha escrit: > > Hello. > > Hi, > > I have need to campare a Date in pyson and I have modified pyson.py in > > trytond to support it, if someone wants to pu