I have Odoo v11 EE and I want to be able to see what IPs are logging into my system. Odoo is connected to a public ip address where people can visit our website of course, but should not be logging into our backend. Is there a module or some other way to view who is accessing our Odoo backend?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
2297
Visualizzazioni
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
0
giu 25
|
314 | ||
|
0
gen 25
|
1416 | ||
|
0
gen 25
|
1458 | ||
|
1
dic 24
|
1918 | ||
|
0
mag 24
|
1512 |
hope this will helps:
request.httprequest.environ['HTTP_USER_AGENT']
Reference
https://learnopenerp.blogspot.com/2020/07/get-web-httprequest-in-odoo.html