This question has been flagged
2 Replies
3941 Views

Dear all

I need to load Odoo database with data stored in data files.

Is it possible to store those files locally on an odoo.sh server and have then a SCheduled action that would integrate the data in Odoo ?

Regards

Maurice

Avatar
Discard
Author

Any limitations on the number/size of files ?

Best Answer

You can add your data file into the module and then you can directly access the file in the cron job. You will just have to find the real path of the addons to access the file.

Avatar
Discard