Skip to Content
Menu
This question has been flagged
2 Replies
2771 Views

Hi ,

i have successfully import data from a CSV file, i use the connector flow, but I want to create job connector automaticly how can i do ?

meriem

Avatar
Discard

I will try to make it close to you , you can write a python script file to do the job using RPC to connect whenever you want to invoke that python file in the init of the Odoo.

Hope that will help you.

Author Best Answer

I explain: I want to launch a import every day at 19h, and import a CSV file of the product, now I do it manually (Connector_flow) , and i have an Action planned (setting -> automatisaton) , that execute that,

Avatar
Discard

Instead of that you can create your automation code that will do what exactly you want through python code use this link of automation that will help.

http://www.odoo.yenthevg.com/creating-automated-actions-in-odoo/

Author

thanks a lot