Skip to content

Fix duplicated request in terminate contract process

Pelayo García requested to merge fix/duplicated-call-in-terminate-contract into master

CHANGELOG:

### Fixed
- [#478](https://gitlab.com/coopdevs/odoo-somconnexio/-/merge_requests/478) Remove duplicated request in terminate contract process

We are generating a lot of errors in the queue job because we are running duplicated requests in the OC integration.

Add a delay between the two jobs (300s) and execute the termination jobs in the termination date.

Edited by Pelayo García

Merge request reports