Hello Everyone, I wanted to some work in the background without blocking the UI in Odoo.
I have to send some data over API but if somehow network is not connected or the connection is a timeout, I wanted that work should pass to some function which will keep running in the background but without blocking the UI.
If there are the number of tasks which are not able to pass over API all those work should be running in the background for some period of time like 1 hour. How can I make some tasks working in the background without blocking UI to do some other works?