This is my new scheduled action: https://pastebin.com/78KnL19w
and this is my function:
class HrPayslip(models.Model):
_inherit = "hr.payslip"
def action_test_function(self): ...
if i run the action manually it works correctly, but it never runs by itself, i think i'm missing a small detail but i really can't understand, if someone cuold help me i'd appreciate
thanks in advance