Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
3085 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Jawaban Terbai

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
Buang
Jawaban Terbai

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
Buang