Re: [tryton] Configure Tryton config.py 3.4

2014-10-20 Thread Axel Braun
Am Montag, 20. Oktober 2014, 16:31:46 schrieb Josias Pérez: > > I want to know if someone can help me to config trytond correctly, > database, user and more on 3.4 version. Did you take a look into https://code.google.com/p/tryton/wiki/TableOfContents?tm=6 ???

[tryton] Configure Tryton config.py 3.4

2014-10-20 Thread Josias Pérez
Hi, I want to know if someone can help me to config trytond correctly, database, user and more on 3.4 version. Thanks in advance!

Re: [tryton] Show data from another entity in the hiearchy

2014-10-20 Thread Mariano Ramon
Thanks.. this solves many cases where I have to do this. I defined the function field like this in familymember: familygroup = fields.Function( fields.Char('FAMILY GROUP', readonly=True), 'get_familygroup') def familygroup(self, name): return "A string" yet no matter wha

Re: [tryton] Show data from another entity in the hiearchy

2014-10-20 Thread Cédric Krier
On 20 Oct 09:19, Mariano Ramon wrote: > > > On Wednesday, October 15, 2014 9:29:58 AM UTC-3, Cédric Krier wrote: > > > > On 10 Oct 13:32, Mariano Ramon wrote: > > > I apologize in advance for the vagueness of this request but I'm pretty > > > lost. > > > > > > I have these entities > > > >

Re: [tryton] Show data from another entity in the hiearchy

2014-10-20 Thread Mariano Ramon
On Wednesday, October 15, 2014 9:29:58 AM UTC-3, Cédric Krier wrote: > > On 10 Oct 13:32, Mariano Ramon wrote: > > I apologize in advance for the vagueness of this request but I'm pretty > > lost. > > > > I have these entities > > > > FamilyMembers / Patient / Person ( this three are in hie

[tryton] Re: Comment on Performance in tryton

2014-10-20 Thread tryton
Comment by jean.cav...@gmail.com: I think using the recent Dict field (which is currently stored as an encoded json string but could use the json datatypes in dbs that support it) is being considered. Also, one of the most common use of Property field is to manage multi-company dbs, whose

[tryton] Comment on Performance in tryton

2014-10-20 Thread tryton
Comment by david.b...@akretion.com.br: fields.Property and translatable replacement possibility => use binary json postgres or any equivalent for other db isn't an really powerful option ? For more information: https://code.google.com/p/tryton/wiki/Performance