Louis Travaux
Louis Travaux
odoo technical training lotr
We currently save all configurations (db url, enterprise code, token, ...) in different text files. Now we store them all in the already existing file (`odoo.conf`), easy to write and...
On Windows CTEP driver could not be downloaded do to an incorrect file path resolution. We fixed this using the IoT `file_path` helper resolving from the root of the IoT...
To ensure all threads are killed when we restart the Odoo service on the IoT Box, we need to ensure they all have the `daemon=True`. Some already had the property...
Following odoo/odoo#228710, we add the documentation on how to enable automatic certificate update on epson printers and how to configure it in Odoo. Task: 4384790
Implements remote TCP port forwarding using previously added config parsing (73671a4). Resolves #6 by listening on a specified virtual IP/port and forwarding incoming connections to a local service. Example: `--source-peer-ip...