I have an attendance device to witch I would like to integrate to odoo.
The device can be configured to communicate to a server, but the API of the device can not be changed.
The device sends a SOAP request to 3 actions:
- Register
- Transport
- Report
From there it gets dispatched to somewhere else to actually handle the action.
Is there a way to expand the RPC API of odoo to let me handle those request using a module?