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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
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,
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/
thanks a lot
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
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.