Cato Nano
2018-02-01 15:47:42 UTC
So, in Proteus I am seeing this sequence of lines
In [52]: bolletta.tipo
Out[52]: 'sociale'
In [53]: aff.bolletta.tipo <-- aff is a bolletta line
Out[53]: 'sociale'
In [54]: bolletta.tipo = 'commerciale'
In [55]: bolletta.save()
In [56]: bolletta.tipo
Out[56]: 'commerciale'
In [57]: aff.bolletta.tipo
Out[57]: 'sociale'
it seems like the line doesn't get updated
Is this expected ?
I'm asking because this is probably why I don' t see what i expect in the client.
This means that my work on the visibility of a field is not wrong. It' s just that I was misinterpeting what was happening
In [52]: bolletta.tipo
Out[52]: 'sociale'
In [53]: aff.bolletta.tipo <-- aff is a bolletta line
Out[53]: 'sociale'
In [54]: bolletta.tipo = 'commerciale'
In [55]: bolletta.save()
In [56]: bolletta.tipo
Out[56]: 'commerciale'
In [57]: aff.bolletta.tipo
Out[57]: 'sociale'
it seems like the line doesn't get updated
Is this expected ?
I'm asking because this is probably why I don' t see what i expect in the client.
This means that my work on the visibility of a field is not wrong. It' s just that I was misinterpeting what was happening
--
You received this message because you are subscribed to the Google Groups "tryton" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/6798f217-696f-465a-a039-77a8b0b1bb35%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "tryton" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/6798f217-696f-465a-a039-77a8b0b1bb35%40googlegroups.com.