Hello All,
I have Odoo sh and a created a custom module.
In this module, I want to read in a CSV file from my local machine into a Dataframe:
df = pd.read_csv('path\test.csv', delimiter=';', encoding='utf-8')
When having Odoo running locally it works, but can someone tell me how to achieve this using Odoo sh?
Thanks!
Kind regards,
Nick