Re: [tryton] Update from 3.8 to 4.0 webdav File not found

2018-04-07 Thread Cédric Krier
Hi,

On 2018-04-07 08:51, rawdesignhamburg wrote:
> This error appear when I try to update database from 3.8 to 4.0:
> 
> IOError: File not found : 
> /usr/local/trytond/trytond/modules/webdav/tryton.cfg 
> 
> 
> I followed this guideline: 
> https://discuss.tryton.org/t/migration-from-3-8-to-4-0/96
> 
> I found some other guys with this problem but no solution.

webdav module have been removed in 4.4.
The migration is described in 
https://discuss.tryton.org/t/migration-from-4-2-to-4-4/264

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/20180407172130.GT3910%40kei.


[tryton] Re: Update from 3.8 to 4.0 webdav File not found

2018-04-07 Thread rawdesignhamburg


> This error appear when I try to update database from 3.8 to 4.0:
> 
> IOError: File not found : 
> /usr/local/trytond/trytond/modules/webdav/tryton.cfg 

Hello

Hope it is ok to simple remove it from database like here:
https://discuss.tryton.org/t/migration-from-4-2-to-4-4/264
I removed it and Tryton 4.0 is working again.

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/e70fbd33-33b8-48df-a00b-1d3234ca8a13%40googlegroups.com.


[tryton] Unable to migrate column login on table res_user_login_attempt from varchar() to varchar(512)

2018-04-07 Thread rawdesignhamburg
Hello

This is a warning I get since 3.0 I think. Now I am using Tryton 3.6. Can 
someone give me some help so I can get rid of it?

WARNING:init:Unable to migrate column login on table res_user_login_attempt 
from varchar() to varchar(512).

Thanks@all

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/fcaa9fb9-f641-47e8-a5cb-410b9d872c93%40googlegroups.com.


[tryton] Update from 3.8 to 4.0 webdav File not found

2018-04-07 Thread rawdesignhamburg
Hello

This error appear when I try to update database from 3.8 to 4.0:

IOError: File not found : /usr/local/trytond/trytond/modules/webdav/tryton.cfg 


I followed this guideline: 
https://discuss.tryton.org/t/migration-from-3-8-to-4-0/96

I found some other guys with this problem but no solution.

regards

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/bae00aa1-1a79-4147-9d61-1d63380c45be%40googlegroups.com.


Re: [tryton] Unable to migrate column login on table res_user_login_attempt from varchar() to varchar(512)

2018-04-07 Thread Cédric Krier
Hi,

On 2018-04-07 07:32, rawdesignhamburg wrote:
> This is a warning I get since 3.0 I think. Now I am using Tryton 3.6. Can 
> someone give me some help so I can get rid of it?
> 
> WARNING:init:Unable to migrate column login on table res_user_login_attempt 
> from varchar() to varchar(512).

Tryton can not reduce the size constraint of a column so it just warn
about it. The system can work without this reduction.
But indeed the size reduction come from a protection against DoS, so it
is better to manually perform the change.
It should work with such query:

ALTER TABLE res_user_login_attempt ALTER COLUMN login TYPE VARCHAR(512)

If there are records with a bigger size, they can be safely removed as
this is only a logging table.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/20180407171426.GS3910%40kei.


Re: [tryton-dev] Repository freeze

2018-04-07 Thread Cédric Krier
Hi,

On 2018-04-02 23:19, Cédric Krier wrote:
> On 2018-03-26 18:11, Cédric Krier wrote:
> > The translation will start next week on 2nd April and will end on 20th
> > April at 20:00 CEST on https://pootle.tryton.org/
> 
> The translations have been updated. You can start translate.

I found that I made a mistake in the process of generating the template.
So some new translations have been marked as translated with the English
value. So I run a script to mark every translations which has the same
value as the source, as fuzzy. This may have marked as fuzzy some valid
translations but it was the options with the smaller impact.
Sorry for the extra work that generates.

I filled https://bugs.tryton.org/issue7330 to avoid this in the future.

PS: I have updated the translations of country and currency modules.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/20180407115635.GN3910%40kei.


[tryton-dev] Un-assigned Tryton issue tracker requests

2018-04-07 Thread Tryton issue tracker
Created ID   Activity   Title
===
 bug
yesterday   7322 yesterday Opening Lines To Pay Menu resulted in  ...
 bug
2 weeks ago 7232 5 days ago segv in client
 bug
1 week ago  7291 1 week ago Enregistrement filtre 
 bug
11 months ago 6470 3 weeks ago Old migration to rename packing to shi ...
 bug
30 months ago 5030 4 months ago Error connecting with Tryton client fr ...
 bug
38 months ago 4582 38 months ago Display datetime before epoch on windows  

To view or respond to any of the requests listed above, visit the URL

   https://bugs.tryton.org/

and click on "Show Unassigned". Do NOT respond to this message.

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/20180407222302.44D5B1180230%40moretus.b2ck.com.