0

I need to get the internal user information hardware and software installed. Is this can be done with python through a browser then the user login or do I need to create a python app to send this information to odoo.

it is for IT help disk, so when the internal user creates a ticket I would have this info to help him/her.

Moaz Mabrok
  • 697
  • 10
  • 32

1 Answers1

0

The problem is not Odoo. The problem is a Browser cannot access to the hardware information.

Access Hardware Information from Web Browser

But you can write a script to execute on compute to send information in Odoo.

Help:

You can use Platform package to get information from computer.

And use Odoo External API to inject data in Odoo.

jo541
  • 1,155
  • 6
  • 10