Files
Alexandre Fayolle d4ef72c150 [FIX] stock_vertical_lift_kardex proxy
The proxy would not exit properly in case of a lost connection with the JMIF server.
The change allows the proxy to exit, giving a chance to an external monitoring system
to restart the service.
2021-11-22 19:47:16 +07:00

8 lines
231 B
ReStructuredText

Kardex device proxy.
This is meant to run as a proxy between odoo and the JMIF server
Using a proxy is required to make the synchronous JMIF protocol asynchronous for Odoo, by using ping backs.
The proxy requires python >= 3.7.