I have this model just for test: http://pastebin.com/vF4VBLLM
Field 'was_inserted_on' is working all right. It has default insert value and it isn't updated across record updates. It's ok. But 'was_updated_on' is working the same way. I imagined it was null when record is inserted and in every record update, it would be this column updated. At least, it was what I got from we2bpy manual in Record Representation section (DAL chapter). Where did I misunderstood? By the way, I solved that using compute in was_updated_on field and returning request.now. -- Vinicius Assef.

