Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When the contract module is activated on an intervention card, it is possible to link the intervention with a contract. But from the contract form, there's currently no way of finding out which intervention the contract is linked to.
So I've added a link in the llx_element_element table when the contract is selected on the job. In this way, the intervention can be found from the contract card, thanks to the linked_object block.
I've also added a button on the contract card that lets you create an intervention from within the contract.