Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2908 มุมมอง

Hello,

Is that there is a method to track user logins in openerp v7? example utulisateur name and date of connection.

Thx.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

I believe if you check the log file you should find it there. the times and date a user was on the application or at least did something on the application and what they did. You can also check the last time a user logged in by going to the settings>>users>>users you might need admin access

อวตาร
ละทิ้ง
ผู้เขียน

Thank you for your reply but the date field blank. :(

On which of the options

ผู้เขียน

settings>>users>>users.

Go to the openerp server eg C:\Program Files \OpenERP 6.1-1\server\server and open the document named openerp-server. then search for the log in name of the person you want.

ผู้เขียน

I work in ubuntu openerp v7

ผู้เขียน

I work in ubuntu openerp v7 and I find openerp-server under / opt/openerp/v7/server that content: #! / usr / bin / env python import openerp

if __ name__ == "__main__": openerp.cli.main ()

Vim: expandtab: smartindent: tabstop = 4: softtabstop = 4: shiftwidth = 4:

Go to the openerp server eg C:\Program Files \OpenERP 6.1-1\server\server and open the document named openerp-server. then search for the log in name of the person you want. Search for openerp-server in your machine