Hi
In the write method I can access the current created object using the browse orm method as follows:
o = self.browse(cr,uid,ids,context=context)[0]
I
need to do the same thing in the 'create' method as I need to access
some function fields that are not listed in the vals parameter of the
create method, pls advise