Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: Job Queue

Entity: queue.job.function

Compute Method: _compute_edit_retry_pattern

Inputs Method Outputs
for record in self:
            retry_pattern = record._parse_retry_pattern()
            record.edit_retry_pattern = str(retry_pattern)

Back to entity