Hi, On 2018-08-25 11:20, FREDY RAMIREZ wrote: > When using a derived class (module extended) I can not have access to base > class function fields, even if I set a default value to it. An AttributeError > is raised if I try tu call it. > > This occurs when I try to create a new record. > > This behavior is on trytond-4.8.4, I was previusly working with 4.8.2 > without problems. > > Is this a bug or it is the correct behavior?
I guess it is a bug in your code because this is something that is done in core modules many times. Could you share your code? And the traceback? -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.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/20180827083459.iriwcdpclfuyglbz%40kei.
