Skip to content

Add priority and ETA time to OC integration jobs

CHANGELOG:

### Fix
- [#397](https://gitlab.com/coopdevs/odoo-somconnexio/-/merge_requests/397) Fix OC integration errors managing the priority and ETA time of delayed jobs.

We are receiving a lot of errors from the OC integration.

The most frequently is ENTITY_DOES_NOT_EXISTS_EXCEPTION because we try to update an entity that does not exist in OC.

With the priority and the delayed time we can ensure that the entity will exist when we try to update it.

image

Edited by Pelayo García

Merge request reports