I've created an automated action related to the Quants model, which has a lot of updates each minute, this is slows down validation processes in Odoo 14 Community version.
I'd like to transform this automated action in a scheduled action in order to execute it only one time each day.
Is there any way to see the pyhton code created for this automated action? Or should I write it by myself from zero?