[tryton-dev] tryton.invoice adding days

2014-05-12 Thread Oscar Tark
Hello! I am abit confused, how does one add days to the invoice date template. As in invoices must be payed within 10 days. so say the invoice date is 1/2/2014 but i want to add a field to show the last date of payment which is 10 days from the invoice date.. date code in the .odt is :

Re: [tryton-dev] Test and dependecies

2014-05-12 Thread Albert Cervera i Areny
2014-05-12 18:07 GMT+02:00 Cédric Krier : > On 12 May 18:00, Sergi Almacellas Abellana wrote: >> El 12/05/14 17:28, Cédric Krier ha escrit: >> >Hi, >> > >> >There is a problem with the new tests added to purchase (see >> >http://tests.tryton.org/~test/postgresql.html). >> >The test fails when runni

Re: [tryton-dev] Test and dependecies

2014-05-12 Thread Cédric Krier
On 12 May 18:00, Sergi Almacellas Abellana wrote: > El 12/05/14 17:28, Cédric Krier ha escrit: > >Hi, > > > >There is a problem with the new tests added to purchase (see > >http://tests.tryton.org/~test/postgresql.html). > >The test fails when running with account_stock_continental because this > >

Re: [tryton-dev] Test and dependecies

2014-05-12 Thread Sergi Almacellas Abellana
El 12/05/14 17:28, Cédric Krier ha escrit: Hi, There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when running with account_stock_continental because this module add a constraint on product account stock. We have this probl

[tryton-dev] Test and dependecies

2014-05-12 Thread Cédric Krier
Hi, There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when running with account_stock_continental because this module add a constraint on product account stock. I wrote a patch: http://codereview.tryton.org/13311003 but I'm