Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
3089 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Nejlepší odpověď

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
Zrušit
Nejlepší odpověď

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
Zrušit