تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2904 أدوات العرض

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