Does audit trail log workflow actions?

Asked by Nick White

It doesn't seem that actions such as doing "Packing Done" on a stock.picking are logged when the audit trail is enabled. I have a stock.picking rule enabled in the audit rule section, with writes, deletes and creates enabled.

Somebody raised this in the forum last year, too: http://www.openerp.com/forum/topic19871.html

So, is the lack of workflow auditing a deliberate decision? A bug? Or a misconfiguration issue on my part?

Thanks a lot in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Nick White
Solved:
Last query:
Last reply:
Revision history for this message
Songpon Phusing (songpon.p-almacom) said :
#1

Hi ,
Now audit trail log only function read,write,create,unlink(delete)
and
it logs only with basic user action
for ex: user click button "New","Edit/Save" or Delete by passed through object proxy level ( at the begin transaction)

Now module functional not possible to log all internal action inside the object
For ex: when you press button "Compute Tax" in invoice it will do create "tax line" internally by passing ORM level ( at the middle )

I also faced this before i look in detail of audittrial module
in my case I do duplicate data
first it's execute "copy" (not logged) after that function copy it's call "create" in orm level
then it's not log "create" audittrial will start to log when I write data

Revision history for this message
Nick White (r-launchpad-njw-me-uk) said :
#2

OK, great, thanks very much for the info.

So audittrail has no way of logging internal actions inside an object. That's a pity, as it would be very useful to us.