Re: [tryton] Re: How do i get invoice view only for today

2016-03-10 Thread Carlos Ibrahim Arias
Funciona! Gracias 2016-03-10 8:15 GMT+00:00 Sergi Almacellas Abellana : > El 10/03/16 a les 03:04, Carlos Ibrahim Arias ha escrit: > >> Hi Narashimha, >> >> I'm having the same problem and can't make it work. I'm trying to filter >> a view with the following code using 'domain'

Re: [tryton] Contributin to tryton GSoC 2016

2016-03-10 Thread Cédric Krier
On 2016-03-10 07:40, tafang joshua wrote: > Hello, > > My name is Tafang Joshua from the University of Buea. I am > proficient in C, GTK+, and Python and I would like to participate in the > Google Summer of Code 2016 by contributing code to tryton during the summer. > I am new to open-source

[tryton] Contributin to tryton GSoC 2016

2016-03-10 Thread tafang joshua
Hello, My name is Tafang Joshua from the University of Buea. I am proficient in C, GTK+, and Python and I would like to participate in the Google Summer of Code 2016 by contributing code to tryton during the summer. I am new to open-source and I am interested in working on the project,

Re: [tryton-dev] Error: Incompatible version of the server

2016-03-10 Thread Jesús Martín Jiménez
Hi, 2016-03-10 12:02 GMT+01:00 Ashish Kumar : > Hi, > I have changed the version but now it is giving IoError. > > tryton --version > Tryton 3.8.4 > > trytond --version > trytond 3.8.0 > > > Traceback: > ERROR:tryton.common.common:Traceback (most recent call last):

Re: [tryton] Tentative to switch Pootle from MySQL to PostgreSQL

2016-03-10 Thread Cédric Krier
On 2016-03-10 00:23, Cédric Krier wrote: > Hi, > > I'm going to try to switch Pootle from MySQL to PostgreSQL backend. > I need to shutdown pootle.tryton.org for a some times. > I will send an email when it is back online with a report status. The Pootle server is back online. It runs now the

Re: [tryton-dev] Error: Incompatible version of the server

2016-03-10 Thread Ashish Kumar
Hi, I have changed the version but now it is giving IoError. tryton --version Tryton 3.8.4 trytond --version trytond 3.8.0 Traceback: ERROR:tryton.common.common:Traceback (most recent call last): File "/trytond/protocols/jsonrpc.py", line 162, in _marshaled_dispatch response['result'] =

Re: [tryton] Need help with configuration file

2016-03-10 Thread Sergi Almacellas Abellana
El 10/03/16 a les 02:24, Manipal Singh ha escrit: I'm getting this error now: Traceback (most recent call last): File "../trytond/bin/trytond", line 80, in server.TrytonServer(options).run() File "/home/manipalsingh/Documents/github/tryton/trytond/trytond/server.py", line 79, in run

Re: [tryton] Re: How do i get invoice view only for today

2016-03-10 Thread Sergi Almacellas Abellana
El 10/03/16 a les 03:04, Carlos Ibrahim Arias ha escrit: Hi Narashimha, I'm having the same problem and can't make it work. I'm trying to filter a view with the following code using 'domain' and PYSON with no success. Today

[tryton] Re: How do i get invoice view only for today

2016-03-10 Thread Carlos Ibrahim Arias
Hi Narashimha, I'm having the same problem and can't make it work. I'm trying to filter a view with the following code using 'domain' and PYSON with no success. Today [('appointment_date', '>=', PYSONEncoder().encode(DateTime()))]

Re: [tryton] Need help with configuration file

2016-03-10 Thread Manipal Singh
I'm getting this error now: Traceback (most recent call last): File "../trytond/bin/trytond", line 80, in server.TrytonServer(options).run() File "/home/manipalsingh/Documents/github/tryton/trytond/trytond/server.py", line 79, in run self.start_servers() File