[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

[tryton-dev] trytond: allow to override rng file (issue446001)

2012-07-24 Thread nicolas . evrard
Reviewers: , Please review this at http://codereview.tryton.org/446001/ Affected files: M trytond/ir/ui/view.py Index: trytond/ir/ui/view.py === --- a/trytond/ir/ui/view.py +++ b/trytond/ir/ui/view.py @@ -12,6 +12,7 @@ from

Re: [tryton] Re: Analytic accounting on projects/timesheets

2012-07-24 Thread lists.jc.mic...@symetrie.com
Hi, Le 23 juil. 2012 à 11:23, Cédric Krier a écrit : On 23/07/12 02:09 -0700, sampac wrote: I need to impact on analytic accounts when an employee enters timesheets for a project. I imagine something like: - declare an analytic_account.account.selection at the level of the project.work -

[tryton] regarding report

2012-07-24 Thread richa soni
can we generate a pdf report in tryton 2.4 and if how? please reply -- -- tryton@googlegroups.com mailing list

Re: [tryton] regarding report

2012-07-24 Thread Dominique Chabord
Le 24/07/2012 11:45, richa soni a écrit : can we generate a pdf report in tryton 2.4 yes and if how? when the report is open by libre office, you can generate a pdf by an embedded function or when configuring a report in Tryton, you can ask to get it directly in pdf please reply done

[tryton] What multi-tenant capability does Tryton have?

2012-07-24 Thread Alex Glaros
What multi-tenant capability does Tryton have? In other words, if two cities, San Francisco and Boston want to share the same Tryton instance, what is possible to be shared? 1. Can they share the same program but have separate databases? 2. Are there any sub-components such as purchasing,

Re: [tryton] What multi-tenant capability does Tryton have?

2012-07-24 Thread Cédric Krier
On 24/07/12 11:44 -0700, Alex Glaros wrote: What multi-tenant capability does Tryton have? In other words, if two cities, San Francisco and Boston want to share the same Tryton instance, what is possible to be shared? 1. Can they share the same program but have separate databases? Yes

Re: [tryton] Re: Analytic accounting on projects/timesheets

2012-07-24 Thread Cédric Krier
On 23/07/12 02:36 -0700, sampac wrote: On 23 juil, 11:23, Cédric Krier cedric.kr...@b2ck.com wrote: On 23/07/12 02:09 -0700, sampac wrote: I need to impact on analytic accounts when an employee enters timesheets for a project. I imagine something like: - declare an

Re: [tryton] Re: Analytic accounting on projects/timesheets

2012-07-24 Thread Cédric Krier
On 24/07/12 10:34 +0200, lists.jc.mic...@symetrie.com wrote: Why should analytic moves be linked to accounting moves ? This was choosen by experiences (on a other unnamed software) where analytic lines where created without any link to real accounting. At the end we got mismatching like too much

Re: [tryton] Re: Analytic accounting on projects/timesheets

2012-07-24 Thread lists.jc.mic...@symetrie.com
Hi, Le 24 juil. 2012 à 21:43, Cédric Krier a écrit : On 24/07/12 10:34 +0200, lists.jc.mic...@symetrie.com wrote: Why should analytic moves be linked to accounting moves ? This was choosen by experiences (on a other unnamed software) where analytic lines where created without any link to