← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 606172] Re: stock_moves are never audited

 

Example
create an audit rule on stock.move and subscribe
create a new delivery (Warehouse/Delivery Orders)
open products moves / deliver products
you will find the line after clear/find
switch to form - click on view log - no log is there

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/606172

Title:
  stock_moves are never audited

Status in OpenObject Server:
  Incomplete

Bug description:
  apparently stock_moves are never audited.

looks like that only the "top" resource is audited and not any of
* children
* write operations
* update operations
* delete operations

IMHO it should be discussed to implement the audit using DB triggers. (I know it might not be DB independent)