This question has been flagged
2 Replies
2347 Views

I want to list on every table a new column user who created specific action ? I activated developer mode but I cannot find that field.

Avatar
Discard
Best Answer

Every object you create has the following fields:
 create_uid 
 create_date
 write_date  
 write_uid

create_uid stores the id of the user who created a record, write_uid the user that made the last change.

Avatar
Discard
Best Answer

You can access this via the records 'create_uid' field. (id of the res_partner that created that record)

EDIT: Luis Filipe beat me to it.

Avatar
Discard