Hello All,
I need some help finding the best solution.
In my local server there are some Excel and CSV files that are updated/changed on different moments in time.
I want to create a two-way communication. I want to be able to create a CSV file from within Odoo sh and save it on my local server. And I want to be able to read in the data from the CSV or Excel file on my local server.
I like to find the best solution for this challenge. (for example, using XMLRPC or RESTful API)
Thanks!