İçereği Atla
Menü
Bu soru işaretlendi
3 Cevaplar
3093 Görünümler

I created a stock move from Warehouse -> Internal Moves. When I go to Warehouse -> Stock Moves I can see the move.

The problem: I can't see who is the employee who made that move ? I tried developer mode but I can't find specific field.

Can you help ?

Avatar
Vazgeç
En İyi Yanıt

Hi,

By activating debug mode, you can see the "Debug View".From where, View Log option may help you to see the "Latest Modification by".

Avatar
Vazgeç
En İyi Yanıt

Install Audittrail module, Create an Audit rule on the warehouse object, subscribe to the rule and assign users you want to track logs on. Then login as Admin and check reporting for Audit logs.

Avatar
Vazgeç
En İyi Yanıt

You just to add the "create_uid" field in the view...that the field who store user who create every record in the database. There are 4 fiedls that are created in every table of openerp database:

 

create_date, create_uid : for date and user who created the record

write_date, write_uid: the user who last modified the record.

 

Avatar
Vazgeç