Hi, I had the same problem. If I directly modifiy an object, audit trail record my changes. But if I modify indirectly the object (like through a process or an automation of OpenERP or through external script), audit trail doeasn't record anything. I try to look the code, but in the end, I done a module to extend the object module that I'd like to record, overwriting the write and create method with writing into a log table.
This is not the best solution, but this workaround works for me. I hope to be helpful Zipgem -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=57625#57625 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
