We are considering design, when ODOO collects data from the workstations. A workstation has to run a time-consuming script. After hours or days, when the script is done, ODOO server has to get script results from the workstation.
How is it better to automate this process?
We are considering options with emails after script exectution. Email will have tags to place the script results to the targeted record. ODOO scheduler will parse the upcoming emails.
Any other options?
Thank you
if they are small enough too send by emails why dont you consider rpc ? wouldn't be easier than parsing emails?
Thanks F.P. I am investigating. But it definitely looks like an option, that we have missed.