Hello !
I have to synchronize a list of records with a side server. I already have my loadMethod that updates odoo DB working but for now the only way i had to call it is to create a field that compute it. It's ugly and I need a "create record" that calls the method.
How can I do to make the method be called when the view is loaded so i can get rid of my "create record" and my useless "actualize compute field".
If it's not possible, can i, at least, call this method when Odoo server is launched ? (the records are not going to be changed a lot on the side server)
Thank you very much !