Re: [tryton] main entity and lines

2018-02-02 Thread Cato Nano
Il giorno venerdì 2 febbraio 2018 08:10:43 UTC+1, Cato Nano ha scritto: > Il giorno mercoledì 31 gennaio 2018 17:33:35 UTC+1, Sergi Almacellas Abellana > ha scritto: > > El 29/01/18 a les 20:28, Cato Nano ha escrit: > > > I made this field. the thing runs, but the field doesn't appear > > > https:

Re: [tryton] main entity and lines

2018-02-01 Thread Cato Nano
Il giorno mercoledì 31 gennaio 2018 17:33:35 UTC+1, Sergi Almacellas Abellana ha scritto: > El 29/01/18 a les 20:28, Cato Nano ha escrit: > > I made this field. the thing runs, but the field doesn't appear > > https://gitlab.com/humanitiesNerd/tributi/blob/master/affissione.py#L97 > > The problem

Re: [tryton] main entity and lines

2018-01-31 Thread Sergi Almacellas Abellana
El 29/01/18 a les 20:28, Cato Nano ha escrit: > I made this field. the thing runs, but the field doesn't appear > https://gitlab.com/humanitiesNerd/tributi/blob/master/affissione.py#L97 The problem is that self.bolletta.tipo is not a field of the model. You can not use the dot notation to navigate

Re: [tryton] main entity and lines

2018-01-29 Thread Cato Nano
Il giorno lunedì 29 gennaio 2018 10:05:17 UTC+1, Sergi Almacellas Abellana ha scritto: > El 28/01/18 a les 18:12, Cato Nano ha escrit: > > Some time ago I asked how to have on my Bolletta lines fields defined on > > the main entity, the Bolletta > > > > I did this with some date fields and it wo

Re: [tryton] main entity and lines

2018-01-29 Thread Sergi Almacellas Abellana
El 28/01/18 a les 18:12, Cato Nano ha escrit: > Some time ago I asked how to have on my Bolletta lines fields defined on the > main entity, the Bolletta > > I did this with some date fields and it worked like a charm. > > Now I need to read the value of a selection field, defined on Bolletta >