Re: [tryton-dev] Fail migration 2.8 to 3.0

2014-04-28 Thread Jean C
2014-04-28 20:41 GMT+02:00 oscar_alvarez : > But "project" and "bank" are right installed, ¿So why this exception? Are you sure they exist in your trytond/trytond/modules ? Jean Cavallo *Coopengo*

Re: [tryton-dev] Fail migration 2.8 to 3.0 [SOLVED]

2014-04-28 Thread oscar
El 28/04/14 13:41, oscar_alvarez escribió: Hi Devs I am having problems with a migration 2.8 to 3.0 (restoring a database with "update" = True), this is the traceback: Traceback (most recent call last): File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch response['r

[tryton-dev] Fail migration 2.8 to 3.0

2014-04-28 Thread oscar_alvarez
Hi Devs I am having problems with a migration 2.8 to 3.0 (restoring a database with "update" = True), this is the traceback: Traceback (most recent call last): File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch response['result'] = dispatch_method(method, params) Fil

Re: [tryton-dev] Python library dependencies in tryton.cfg

2014-04-28 Thread Cédric Krier
On 28 Apr 18:31, Guillem Barba Domingo wrote: > El 28/04/2014 13:52, "Cédric Krier" va escriure: > > > > On 28 Apr 13:32, Raimon Esteve wrote: > > > 2014-04-28 9:45 GMT+02:00 Cédric Krier : > > > > On 28 Apr 09:19, Guillem Barba Domingo wrote: > > > >> Hi, > > > >> I think it would be useful to ha

Re: [tryton-dev] Python library dependencies in tryton.cfg

2014-04-28 Thread Guillem Barba Domingo
El 28/04/2014 13:52, "Cédric Krier" va escriure: > > On 28 Apr 13:32, Raimon Esteve wrote: > > 2014-04-28 9:45 GMT+02:00 Cédric Krier : > > > On 28 Apr 09:19, Guillem Barba Domingo wrote: > > >> Hi, > > >> I think it would be useful to have Python library dependencies info in > > >> tryton.cfg > >

Re: [tryton-dev] Python library dependencies in tryton.cfg

2014-04-28 Thread Cédric Krier
On 28 Apr 13:32, Raimon Esteve wrote: > 2014-04-28 9:45 GMT+02:00 Cédric Krier : > > On 28 Apr 09:19, Guillem Barba Domingo wrote: > >> Hi, > >> I think it would be useful to have Python library dependencies info in > >> tryton.cfg > >> I'm thinking in cases like "stdnum" in party module (it should

Re: [tryton-dev] Python library dependencies in tryton.cfg

2014-04-28 Thread Raimon Esteve
2014-04-28 9:45 GMT+02:00 Cédric Krier : > On 28 Apr 09:19, Guillem Barba Domingo wrote: >> Hi, >> I think it would be useful to have Python library dependencies info in >> tryton.cfg >> I'm thinking in cases like "stdnum" in party module (it should be "extra >> depends") and "retrofix" in account_

Re: [tryton-dev] Python library dependencies in tryton.cfg

2014-04-28 Thread Cédric Krier
On 28 Apr 09:19, Guillem Barba Domingo wrote: > Hi, > I think it would be useful to have Python library dependencies info in > tryton.cfg > I'm thinking in cases like "stdnum" in party module (it should be "extra > depends") and "retrofix" in account_bank_statement module (it is third > party modul

[tryton-dev] Python library dependencies in tryton.cfg

2014-04-28 Thread Guillem Barba Domingo
Hi, I think it would be useful to have Python library dependencies info in tryton.cfg I'm thinking in cases like "stdnum" in party module (it should be "extra depends") and "retrofix" in account_bank_statement module (it is third party module, but it's only an example of hard dependency). I'm thin

Re: [tryton-dev] RFC: Pattern Matching Mixin

2014-04-28 Thread Cédric Krier
On 28 Apr 08:53, Guillem Barba Domingo wrote: > 2014-04-25 12:55 GMT+02:00 Cédric Krier : > > > Hi, > > > > I created the issue3867 that implements a Mixin for a pattern we use in > > some places in Tryton (and to use it for supplier prices). > > So comments are welcome (especially on wording). >