[tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread zodman
Hi trytoners. I try to upgrade a postgresql database from trytond2.0 to trytond2.4 when the restore finished i connect to new tryton2.4 it send me error on workflow module not found. Correct me if i wrong. To fix it I need restore the database on tryton2.2 for upgrade from 2.0 to 2.2 and then

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread Raimon Esteve
2012/7/24 zodman zod...@gmail.com it send me error on workflow module not found. What error log? what module? In 2.4 changed workflow API. If this module don't migrate workflow code to 2.4, you need to review this code. Raimon -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread zodman
error is here: http://paste2.org/p/2081780 On Tue, Jul 24, 2012 at 10:08 AM, Raimon Esteve rest...@zikzakmedia.com wrote: 2012/7/24 zodman zod...@gmail.com it send me error on workflow module not found. What error log? what module? In 2.4 changed workflow API. If this module don't

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread zodman
On Tue, Jul 24, 2012 at 10:08 AM, Raimon Esteve rest...@zikzakmedia.com wrote: 2012/7/24 zodman zod...@gmail.com it send me error on workflow module not found. What error log? what module? In 2.4 changed workflow API. If this module don't migrate workflow code to 2.4, you need to review

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread Raimon Esteve
2012/7/24 zodman zod...@gmail.com Exception: Module workflow not found Module workflow not found Do you have a module installed at his dependences (__tryton__.py file) is workflow? remove it. Workflow is in Tryton core. Not a module. Maybe you have a module called workflow. -- Si us plau,

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread zodman
On Tue, Jul 24, 2012 at 10:26 AM, Raimon Esteve rest...@zikzakmedia.com wrote: 2012/7/24 zodman zod...@gmail.com Exception: Module workflow not found Module workflow not found Do you have a module installed at his dependences (__tryton__.py file) is workflow? remove it. Workflow is in

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread zodman
On Tue, Jul 24, 2012 at 10:38 AM, zodman zod...@gmail.com wrote: On Tue, Jul 24, 2012 at 10:26 AM, Raimon Esteve rest...@zikzakmedia.com wrote: 2012/7/24 zodman zod...@gmail.com Exception: Module workflow not found Module workflow not found Do you have a module installed at his dependences

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread Cédric Krier
On 24/07/12 10:10 -0500, zodman wrote: error is here: http://paste2.org/p/2081780 I think you did not update your database because http://hg.tryton.org/trytond/file/3f8c8cd3a79b/trytond/modules/__init__.py#l374 -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4000 Liège Belgium Tel: +32 472 54

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread Raimon Esteve
there is the answer in your grep: CHANGELOG:* Remove workflow module trytond/modules/__init__.py:# Migration from 2.2: workflow module removed -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread zodman
On Tue, Jul 24, 2012 at 10:43 AM, Cédric Krier cedric.kr...@b2ck.com wrote: On 24/07/12 10:10 -0500, zodman wrote: error is here: http://paste2.org/p/2081780 I think you did not update your database because http://hg.tryton.org/trytond/file/3f8c8cd3a79b/trytond/modules/__init__.py#l374 --

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread zodman
On Tue, Jul 24, 2012 at 10:46 AM, zodman zod...@gmail.com wrote: On Tue, Jul 24, 2012 at 10:43 AM, Cédric Krier cedric.kr...@b2ck.com wrote: On 24/07/12 10:10 -0500, zodman wrote: error is here: http://paste2.org/p/2081780 I think you did not update your database because